87 |
|
double valueLookup (const BNphoton* object, string variable, string function = ""); |
88 |
|
double valueLookup (const BNsupercluster* object, string variable, string function = ""); |
89 |
|
|
90 |
+ |
#ifdef DISPLACED_SUSY |
91 |
+ |
double valueLookup (const BNstop* object, string variable, string function = ""); |
92 |
+ |
#endif |
93 |
|
int getTrkIsIso (const BNtrack* track1, const BNtrackCollection* trackColl); |
94 |
|
double getTrkPtTrue (const BNtrack* track1, const BNmcparticleCollection* genPartColl); |
95 |
|
double getTrkPtRes (const BNtrack* track1); |
175 |
|
edm::Handle<BNbxlumiCollection> bxlumis; |
176 |
|
edm::Handle<BNphotonCollection> photons; |
177 |
|
edm::Handle<BNsuperclusterCollection> superclusters; |
178 |
+ |
#ifdef DISPLACED_SUSY |
179 |
+ |
edm::Handle<BNstopCollection> stops; |
180 |
+ |
#endif |
181 |
|
edm::Handle<double> rhokt6CaloJetsHandle_; |
182 |
|
|
183 |
|
flagMap cumulativeFlags; |