52 |
|
|
53 |
|
TString fCaloTausName; //name of tau collection (input) |
54 |
|
TString fGoodTausName; //name of exported "good Tau" collection (output) |
55 |
< |
Double_t fPtMin; //min pt cut |
55 |
> |
Double_t fPtMin; //min tau pt cut |
56 |
|
Double_t fJetPtMin; //min jet pt cut |
57 |
|
Double_t fLeadTrackPtMin; //min leading track pt cut |
58 |
|
UInt_t fNSignalTracksMax; //maximum of signal tracks |
61 |
|
Double_t fIsoTrackPtSumMax; //maximum of Pt iso tracks |
62 |
|
Double_t fEnergyFractionEmMax; //maximum of EnergyFractionEm |
63 |
|
Double_t fHCalEtOverPtMin; //minimum of HCalEt over Pt for the leading track |
64 |
– |
|
64 |
|
const CaloTauCol *fCaloTaus; //!tau branch |
65 |
|
|
66 |
|
ClassDef(TauIDMod, 1) // Tau identification module |