CMS 3D CMS Logo

TauEvent Class Reference

#include <RecoParticleFlow/PFRootEvent/interface/PFRootEventManagerColin.h>

Inheritance diagram for TauEvent:

NeutralEvent

List of all members.

Public Member Functions

void reset ()
 TauEvent ()

Public Attributes

double chi2ECAL
double eEcalHadron
double etaTrack
double pHadron
double pTrack
double ptTrack


Detailed Description

Definition at line 36 of file PFRootEventManagerColin.h.


Constructor & Destructor Documentation

TauEvent::TauEvent (  )  [inline]

Definition at line 38 of file PFRootEventManagerColin.h.

References reset().

00038              : 
00039     NeutralEvent() {
00040     reset();
00041   }


Member Function Documentation

void TauEvent::reset ( void   )  [inline, virtual]

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   }


Member Data Documentation

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().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:33:03 2009 for CMSSW by  doxygen 1.5.4