#include <PFRootEventManagerColin.h>
Public Member Functions | |
void | reset () |
TauEvent () | |
Public Attributes | |
double | chi2ECAL |
double | eEcalHadron |
double | etaTrack |
double | pHadron |
double | pTrack |
double | ptTrack |
Definition at line 36 of file PFRootEventManagerColin.h.
TauEvent::TauEvent | ( | ) | [inline] |
Definition at line 38 of file PFRootEventManagerColin.h.
References reset().
: NeutralEvent() { reset(); }
void TauEvent::reset | ( | void | ) | [inline, virtual] |
Reimplemented from NeutralEvent.
Definition at line 43 of file PFRootEventManagerColin.h.
References chi2ECAL, eEcalHadron, etaTrack, pHadron, pTrack, and ptTrack.
Referenced by PFRootEventManagerColin::processEntry(), and TauEvent().
{ NeutralEvent::reset(); pTrack = -1; ptTrack = -1; etaTrack = -10; pHadron = -1; eEcalHadron = -1; chi2ECAL = -1; }
double TauEvent::chi2ECAL |
Definition at line 59 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().
double TauEvent::eEcalHadron |
Definition at line 58 of file PFRootEventManagerColin.h.
Referenced by reset().
double TauEvent::etaTrack |
Definition at line 56 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().
double TauEvent::pHadron |
Definition at line 57 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().
double TauEvent::pTrack |
Definition at line 54 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().
double TauEvent::ptTrack |
Definition at line 55 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().