#include <RecoParticleFlow/PFRootEvent/interface/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().
00038 : 00039 NeutralEvent() { 00040 reset(); 00041 }
Reimplemented from NeutralEvent.
Definition at line 43 of file PFRootEventManagerColin.h.
References chi2ECAL, eEcalHadron, etaTrack, pHadron, pTrack, ptTrack, and NeutralEvent::reset().
Referenced by PFRootEventManagerColin::processEntry(), and TauEvent().
00043 { 00044 NeutralEvent::reset(); 00045 pTrack = -1; 00046 ptTrack = -1; 00047 etaTrack = -10; 00048 pHadron = -1; 00049 eEcalHadron = -1; 00050 chi2ECAL = -1; 00051 }
double TauEvent::chi2ECAL |
Definition at line 59 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().
double TauEvent::eEcalHadron |
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().