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
NeutralEvent Class Reference

#include <PFRootEventManagerColin.h>

Inheritance diagram for NeutralEvent:
TauEvent

Public Member Functions

 NeutralEvent ()
 
virtual void reset ()
 
virtual ~NeutralEvent ()
 

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

8  {
9  reset();
10  }
virtual void reset()
virtual NeutralEvent::~NeutralEvent ( )
inlinevirtual

Definition at line 12 of file PFRootEventManagerColin.h.

12 {};

Member Function Documentation

virtual void NeutralEvent::reset ( void  )
inlinevirtual

Reimplemented in TauEvent.

Definition at line 14 of file PFRootEventManagerColin.h.

References eECAL, eHCAL, eNeutral, etaECAL, etaHCAL, etaNeutral, nECAL, nHCAL, and rCode.

Referenced by NeutralEvent(), PFRootEventManagerColin::processNeutral(), and TauEvent::reset().

14  {
15  eECAL = -1;
16  eHCAL = -1;
17  eNeutral = -1;
18  etaECAL = -10;
19  etaHCAL = -10;
20  etaNeutral = -10;
21  nECAL = -1;
22  nHCAL = -1;
23  rCode = 0;
24  }

Member Data Documentation

double NeutralEvent::eECAL
double NeutralEvent::eHCAL
double NeutralEvent::eNeutral
double NeutralEvent::etaECAL

Definition at line 29 of file PFRootEventManagerColin.h.

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

double NeutralEvent::etaHCAL

Definition at line 30 of file PFRootEventManagerColin.h.

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

double NeutralEvent::etaNeutral
int NeutralEvent::nECAL
int NeutralEvent::nHCAL
int NeutralEvent::rCode