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
reco::CastorJetID Class Reference

Castor Jet ID object. More...

#include <CastorJetID.h>

Public Member Functions

 CastorJetID ()
 

Public Attributes

double depth
 
double emEnergy
 
double fem
 
double fhot
 
double hadEnergy
 
int nTowers
 
double sigmaz
 
double width
 

Detailed Description

Castor Jet ID object.

Author
Salvatore Rappoccio, JHU
Version
Original: 17-Sept-2009 by Salvatore Rappoccio

Definition at line 16 of file CastorJetID.h.

Constructor & Destructor Documentation

reco::CastorJetID::CastorJetID ( )
inline

Definition at line 19 of file CastorJetID.h.

References depth, emEnergy, fem, fhot, hadEnergy, nTowers, sigmaz, and width.

19  {
20  emEnergy = 0.0;
21  hadEnergy = 0.0;
22  fem = 0.0;
23  width = 0.0;
24  depth = 0.0;
25  fhot = 0.0;
26  sigmaz = 0.0;
27  nTowers = 0;
28 
29  }

Member Data Documentation

double reco::CastorJetID::depth
double reco::CastorJetID::emEnergy

Definition at line 31 of file CastorJetID.h.

Referenced by CastorJetID().

double reco::CastorJetID::fem

Definition at line 33 of file CastorJetID.h.

Referenced by CastorJetID().

double reco::CastorJetID::fhot

Definition at line 36 of file CastorJetID.h.

Referenced by CastorJetID().

double reco::CastorJetID::hadEnergy

Definition at line 32 of file CastorJetID.h.

Referenced by CastorJetID().

int reco::CastorJetID::nTowers

Definition at line 38 of file CastorJetID.h.

Referenced by CastorJetID().

double reco::CastorJetID::sigmaz

Definition at line 37 of file CastorJetID.h.

Referenced by CastorJetID().

double reco::CastorJetID::width