File indexing completed on 2025-01-28 03:05:32
0001
0002
0003
0004
0005 objectIDs = {
0006 "CL2Taus": {
0007 "default": {
0008 "qual" : 225
0009 }
0010 },
0011 "CL2Photons":{
0012 "Iso": {
0013 "qual": {
0014 "barrel": 0b0010,
0015 "endcap": 0b0100,
0016 },
0017 "iso": {
0018 "barrel": 0.25,
0019 "endcap": 0.205,
0020 }
0021 }
0022 },
0023 "CL2Electrons":{
0024 "Iso": {
0025
0026
0027
0028
0029 "iso": {
0030 "barrel": 0.13,
0031 "endcap": 0.28,
0032 }
0033 },
0034 "NoIso": {
0035 "qual": {
0036 "barrel": 0b0010,
0037 "endcap": 0b0010,
0038 },
0039 },
0040 "NoIsoLowPt": {
0041 "qual": {
0042 "barrel": 0b0010,
0043 "endcap": 0b0000,
0044 },
0045 }
0046 },
0047 "GMTTkMuons":{
0048 "VLoose": {
0049 "qual": 0b0001,
0050 },
0051 "Loose": {
0052 "qual": 0b0010,
0053 },
0054 "Medium": {
0055 "qual": 0b0100,
0056 },
0057 "Tight": {
0058 "qual": 0b1000,
0059 },
0060 }
0061 }