CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
TauEvent Class Reference

#include <PFRootEventManagerColin.h>

Inheritance diagram for TauEvent:
NeutralEvent

Public Member Functions

void reset ()
 
 TauEvent ()
 
virtual ~TauEvent ()
 
- Public Member Functions inherited from NeutralEvent
 NeutralEvent ()
 
virtual ~NeutralEvent ()
 

Public Attributes

double chi2ECAL
 
double eEcalHadron
 
double etaTrack
 
double pHadron
 
double pTrack
 
double ptTrack
 
- Public Attributes inherited from NeutralEvent
double eECAL
 
double eHCAL
 
double eNeutral
 
double etaECAL
 
double etaHCAL
 
double etaNeutral
 
int nECAL
 
int nHCAL
 
int rCode
 

Detailed Description

Definition at line 38 of file PFRootEventManagerColin.h.

Constructor & Destructor Documentation

TauEvent::TauEvent ( )
inline

Definition at line 40 of file PFRootEventManagerColin.h.

References reset().

40  :
41  NeutralEvent() {
42  reset();
43  }
virtual TauEvent::~TauEvent ( )
inlinevirtual

Definition at line 45 of file PFRootEventManagerColin.h.

45 {};

Member Function Documentation

void TauEvent::reset ( void  )
inlinevirtual

Reimplemented from NeutralEvent.

Definition at line 47 of file PFRootEventManagerColin.h.

References chi2ECAL, eEcalHadron, etaTrack, pHadron, pTrack, ptTrack, and NeutralEvent::reset().

Referenced by PFRootEventManagerColin::processEntry(), and TauEvent().

47  {
49  pTrack = -1;
50  ptTrack = -1;
51  etaTrack = -10;
52  pHadron = -1;
53  eEcalHadron = -1;
54  chi2ECAL = -1;
55  }
virtual void reset()

Member Data Documentation

double TauEvent::chi2ECAL

Definition at line 63 of file PFRootEventManagerColin.h.

Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().

double TauEvent::eEcalHadron

Definition at line 62 of file PFRootEventManagerColin.h.

Referenced by reset().

double TauEvent::etaTrack

Definition at line 60 of file PFRootEventManagerColin.h.

Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().

double TauEvent::pHadron

Definition at line 61 of file PFRootEventManagerColin.h.

Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().

double TauEvent::pTrack

Definition at line 58 of file PFRootEventManagerColin.h.

Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().

double TauEvent::ptTrack

Definition at line 59 of file PFRootEventManagerColin.h.

Referenced by PFRootEventManagerColin::processHIGH_E_TAUS(), and reset().