110 |
|
double getTrkPtRes (const BNtrack* track1); |
111 |
|
double getTrkIsIso (const BNtrack* track1); |
112 |
|
double getTrkCaloTotRhoCorr(const BNtrack* track); |
113 |
+ |
double getTrkDepTrkRp5RhoCorr(const BNtrack* track); |
114 |
+ |
double getTrkDepTrkRp3RhoCorr(const BNtrack* track); |
115 |
|
void WriteDeadEcal (); |
116 |
|
int getTrkIsMatchedDeadEcal (const BNtrack* track1); |
117 |
|
|
279 |
|
StopCTauWeight *stopCTauWeight_; |
280 |
|
double stopCTauScaleFactor_; |
281 |
|
|
282 |
+ |
ofstream* findEventsLog; |
283 |
+ |
bool isFirstEvent_; |
284 |
+ |
|
285 |
|
template <class InputCollection> void setObjectFlags(cut &, uint, flagMap &, flagMap &, InputCollection, string); |
286 |
|
template <class InputCollection1, class InputCollection2> void setObjectFlags(cut &, uint, flagMap &, flagMap &, InputCollection1, InputCollection2, flagPair, flagPair, string); |
287 |
|
|