CMS 3D CMS Logo

Public Member Functions | Public Attributes

reco::CastorJetID Class Reference

Castor Jet ID object. More...

#include <CastorJetID.h>

List of all members.

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.

                  {
      emEnergy = 0.0;
      hadEnergy = 0.0; 
      fem = 0.0;
      width = 0.0;
      depth = 0.0;
      fhot = 0.0;
      sigmaz = 0.0;
      nTowers = 0;
      
    }

Member Data Documentation

Definition at line 35 of file CastorJetID.h.

Referenced by CastorJetID().

Definition at line 31 of file CastorJetID.h.

Referenced by CastorJetID().

Definition at line 33 of file CastorJetID.h.

Referenced by CastorJetID().

Definition at line 36 of file CastorJetID.h.

Referenced by CastorJetID().

Definition at line 32 of file CastorJetID.h.

Referenced by CastorJetID().

Definition at line 38 of file CastorJetID.h.

Referenced by CastorJetID().

Definition at line 37 of file CastorJetID.h.

Referenced by CastorJetID().

Definition at line 34 of file CastorJetID.h.

Referenced by CastorJetID().