CMS 3D CMS Logo

Public Member Functions | Public Attributes

TauEvent Class Reference

#include <PFRootEventManagerColin.h>

Inheritance diagram for TauEvent:
NeutralEvent

List of all members.

Public Member Functions

void reset ()
 TauEvent ()
virtual ~TauEvent ()

Public Attributes

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

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

             : 
    NeutralEvent() {
    reset();
  }
virtual TauEvent::~TauEvent ( ) [inline, virtual]

Definition at line 45 of file PFRootEventManagerColin.h.

{};

Member Function Documentation

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

Reimplemented from NeutralEvent.

Definition at line 47 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;
  }

Member Data Documentation

Definition at line 63 of file PFRootEventManagerColin.h.

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

Definition at line 62 of file PFRootEventManagerColin.h.

Referenced by reset().

Definition at line 60 of file PFRootEventManagerColin.h.

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

Definition at line 61 of file PFRootEventManagerColin.h.

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

Definition at line 58 of file PFRootEventManagerColin.h.

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

Definition at line 59 of file PFRootEventManagerColin.h.

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