#include <RecoParticleFlow/PFRootEvent/interface/PFRootEventManagerColin.h>
Public Member Functions | |
NeutralEvent () | |
virtual void | reset () |
Public Attributes | |
double | eECAL |
double | eHCAL |
double | eNeutral |
double | etaECAL |
double | etaHCAL |
double | etaNeutral |
int | nECAL |
int | nHCAL |
int | rCode |
Definition at line 6 of file PFRootEventManagerColin.h.
NeutralEvent::NeutralEvent | ( | ) | [inline] |
Definition at line 8 of file PFRootEventManagerColin.h.
References reset().
00008 { 00009 reset(); 00010 }
Reimplemented in TauEvent.
Definition at line 12 of file PFRootEventManagerColin.h.
References eECAL, eHCAL, eNeutral, etaECAL, etaHCAL, etaNeutral, nECAL, nHCAL, and rCode.
Referenced by NeutralEvent(), PFRootEventManagerColin::processNeutral(), and TauEvent::reset().
00012 { 00013 eECAL = -1; 00014 eHCAL = -1; 00015 eNeutral = -1; 00016 etaECAL = -10; 00017 etaHCAL = -10; 00018 etaNeutral = -10; 00019 nECAL = -1; 00020 nHCAL = -1; 00021 rCode = 0; 00022 }
double NeutralEvent::eECAL |
Definition at line 24 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), PFRootEventManagerColin::processNeutral(), and reset().
double NeutralEvent::eHCAL |
Definition at line 25 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), PFRootEventManagerColin::processNeutral(), and reset().
double NeutralEvent::eNeutral |
Definition at line 26 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), PFRootEventManagerColin::processNeutral(), and reset().
double NeutralEvent::etaECAL |
Definition at line 27 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().
double NeutralEvent::etaHCAL |
Definition at line 28 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().
double NeutralEvent::etaNeutral |
Definition at line 29 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), PFRootEventManagerColin::processNeutral(), and reset().
Definition at line 30 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), PFRootEventManagerColin::processNeutral(), and reset().
Definition at line 31 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), PFRootEventManagerColin::processNeutral(), and reset().
Definition at line 32 of file PFRootEventManagerColin.h.
Referenced by PFRootEventManagerColin::processEntry(), PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().