CMS 3D CMS Logo

NeutralEvent Class Reference

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

Inheritance diagram for NeutralEvent:

TauEvent

List of all members.

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


Detailed Description

Definition at line 6 of file PFRootEventManagerColin.h.


Constructor & Destructor Documentation

NeutralEvent::NeutralEvent (  )  [inline]

Definition at line 8 of file PFRootEventManagerColin.h.

References reset().

00008                  {
00009     reset();
00010   }


Member Function Documentation

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

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   }


Member Data Documentation

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

int NeutralEvent::nECAL

Definition at line 30 of file PFRootEventManagerColin.h.

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

int NeutralEvent::nHCAL

Definition at line 31 of file PFRootEventManagerColin.h.

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

int NeutralEvent::rCode

Definition at line 32 of file PFRootEventManagerColin.h.

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


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