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

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

Member Function Documentation

virtual void NeutralEvent::reset ( void  )
inlinevirtual

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

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

Member Data Documentation

double NeutralEvent::eECAL
double NeutralEvent::eHCAL
double NeutralEvent::eNeutral
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
int NeutralEvent::nECAL
int NeutralEvent::nHCAL
int NeutralEvent::rCode