CMS 3D CMS Logo

Public Member Functions | Public Attributes

NeutralEvent Class Reference

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

                 {
    reset();
  }

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(), and PFRootEventManagerColin::processNeutral().

                       {
    eECAL = -1;
    eHCAL = -1;
    eNeutral = -1;
    etaECAL = -10;
    etaHCAL = -10;
    etaNeutral = -10;
    nECAL = -1;
    nHCAL = -1;
    rCode = 0;
  }

Member Data Documentation

Definition at line 27 of file PFRootEventManagerColin.h.

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

Definition at line 28 of file PFRootEventManagerColin.h.

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