CMS 3D CMS Logo

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

◆ CastorJetID()

reco::CastorJetID::CastorJetID ( )
inline

Definition at line 18 of file CastorJetID.h.

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

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

Member Data Documentation

◆ depth

double reco::CastorJetID::depth

◆ emEnergy

double reco::CastorJetID::emEnergy

Definition at line 29 of file CastorJetID.h.

Referenced by CastorJetID().

◆ fem

double reco::CastorJetID::fem

Definition at line 31 of file CastorJetID.h.

Referenced by CastorJetID().

◆ fhot

double reco::CastorJetID::fhot

Definition at line 34 of file CastorJetID.h.

Referenced by CastorJetID().

◆ hadEnergy

double reco::CastorJetID::hadEnergy

Definition at line 30 of file CastorJetID.h.

Referenced by CastorJetID().

◆ nTowers

int reco::CastorJetID::nTowers

Definition at line 36 of file CastorJetID.h.

Referenced by CastorJetID().

◆ sigmaz

double reco::CastorJetID::sigmaz

Definition at line 35 of file CastorJetID.h.

Referenced by CastorJetID().

◆ width

double reco::CastorJetID::width