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

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

             : 
    NeutralEvent() {
    reset();
  }

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, 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 59 of file PFRootEventManagerColin.h.

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

Definition at line 58 of file PFRootEventManagerColin.h.

Referenced by reset().

Definition at line 56 of file PFRootEventManagerColin.h.

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

Definition at line 57 of file PFRootEventManagerColin.h.

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

Definition at line 54 of file PFRootEventManagerColin.h.

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

Definition at line 55 of file PFRootEventManagerColin.h.

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