CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Member Functions | Private Attributes
CaloTower Class Reference

#include <CaloTower.h>

Inheritance diagram for CaloTower:
reco::LeafCandidate reco::Candidate

Public Types

typedef CaloTowerDetId key_type
 
- Public Types inherited from reco::LeafCandidate
typedef int Charge
 electric charge type More...
 
typedef CandidateCollection daughters
 collection of daughter candidates More...
 
typedef unsigned int index
 
typedef math::XYZTLorentzVector LorentzVector
 Lorentz vector. More...
 
typedef math::XYZPoint Point
 point in the space More...
 
typedef
math::PtEtaPhiMLorentzVector 
PolarLorentzVector
 Lorentz vector. More...
 
typedef math::XYZVector Vector
 point in the space More...
 
- Public Types inherited from reco::Candidate
enum  { dimension = 3 }
 
enum  { size = dimension * (dimension + 1)/2 }
 matix size More...
 
typedef int Charge
 electric charge type More...
 
typedef candidate::const_iterator const_iterator
 
typedef math::Error< dimension >
::type 
CovarianceMatrix
 covariance error matrix (3x3) More...
 
typedef unsigned int index
 index type More...
 
typedef candidate::iterator iterator
 
typedef math::XYZTLorentzVector LorentzVector
 Lorentz vector. More...
 
typedef math::XYZPoint Point
 point in the space More...
 
typedef
math::PtEtaPhiMLorentzVector 
PolarLorentzVector
 Lorentz vector. More...
 
typedef size_t size_type
 
typedef math::XYZVector Vector
 point in the space More...
 

Public Member Functions

void addConstituent (DetId id)
 
void addConstituents (const std::vector< DetId > &ids)
 
 CaloTower ()
 
 CaloTower (const CaloTowerDetId &id, double emE, double hadE, double outerE, int ecal_tp, int hcal_tp, const PolarLorentzVector &p4, const GlobalPoint &emPosition, const GlobalPoint &hadPosition)
 
 CaloTower (const CaloTowerDetId &id, double emE, double hadE, double outerE, int ecal_tp, int hcal_tp, const LorentzVector &p4, const GlobalPoint &emPosition, const GlobalPoint &hadPosition)
 
DetId constituent (size_t i) const
 
const std::vector< DetId > & constituents () const
 
size_t constituentsSize () const
 
float ecalTime () const
 
double emEnergy () const
 
double emEt () const
 
double emEt (double vtxZ) const
 
double emEt (const Point &v) const
 
int emLvl1 () const
 
const GlobalPointemPosition () const
 
double energyInHB () const
 
double energyInHE () const
 
double energyInHF () const
 
double energyInHO () const
 
double et (double vtxZ) const
 
double et (const Point &v) const
 
double hadEnergy () const
 
double hadEnergyHeInnerLayer () const
 
double hadEnergyHeOuterLayer () const
 
double hadEt () const
 
double hadEt (double vtxZ) const
 
double hadEt (const Point &v) const
 
int hadLv11 () const
 
const GlobalPointhadPosition () const
 
float hcalTime () const
 
double hottestCellE () const
 
CaloTowerDetId id () const
 
int ieta () const
 
int ietaAbs () const
 
int iphi () const
 
unsigned int numBadEcalCells () const
 
unsigned int numBadHcalCells () const
 
int numCrystals () const
 
unsigned int numProblematicEcalCells () const
 
unsigned int numProblematicHcalCells () const
 
unsigned int numRecoveredEcalCells () const
 
unsigned int numRecoveredHcalCells () const
 
double outerEnergy () const
 
double outerEt () const
 
double outerEt (double vtxZ) const
 
double outerEt (const Point &v) const
 
double p (double vtxZ) const
 
double p (const Point &v) const
 
math::PtEtaPhiMLorentzVector p4 (double vtxZ) const
 
math::PtEtaPhiMLorentzVector p4 (const Point &v) const
 
math::PtEtaPhiMLorentzVector p4_HO () const
 
math::PtEtaPhiMLorentzVector p4_HO (double vtxZ) const
 
math::PtEtaPhiMLorentzVector p4_HO (const Point &v) const
 
void setCaloTowerStatus (unsigned int numBadHcalChan, unsigned int numBadEcalChan, unsigned int numRecHcalChan, unsigned int numRecEcalChan, unsigned int numProbHcalChan, unsigned int numProbEcalChan)
 
void setCaloTowerStatus (uint32_t s)
 
void setEcalTime (int t)
 
void setHcalTime (int t)
 
void setHottestCellE (double e)
 
uint32_t towerStatusWord () const
 
int zside () const
 
- Public Member Functions inherited from reco::LeafCandidate
virtual const_iterator begin () const
 first daughter const_iterator More...
 
virtual iterator begin ()
 first daughter iterator More...
 
template<typename S >
daughter_iterator< S >::type beginFilter (const S &s) const
 
virtual Vector boostToCM () const GCC11_FINAL
 
virtual int charge () const GCC11_FINAL
 electric charge More...
 
virtual LeafCandidateclone () const
 returns a clone of the Candidate object More...
 
virtual const Candidatedaughter (size_type) const
 return daughter at a given position (throws an exception) More...
 
virtual Candidatedaughter (size_type)
 return daughter at a given position (throws an exception) More...
 
virtual Candidatedaughter (const std::string &s)
 return daughter with a specified role name More...
 
virtual const Candidatedaughter (const std::string &s) const
 return daughter with a specified role name More...
 
virtual const_iterator end () const
 last daughter const_iterator More...
 
virtual iterator end ()
 last daughter iterator More...
 
template<typename S >
daughter_iterator< S >::type endFilter (const S &s) const
 
virtual double energy () const GCC11_FINAL
 energy More...
 
virtual double et () const GCC11_FINAL
 transverse energy More...
 
virtual float eta () const GCC11_FINAL
 momentum pseudorapidity More...
 
virtual void fillVertexCovariance (CovarianceMatrix &v) const
 fill SMatrix More...
 
template<typename T >
T get () const
 get a component More...
 
template<typename T , typename Tag >
T get () const
 get a component More...
 
template<typename T >
T get (size_type i) const
 get a component More...
 
template<typename T , typename Tag >
T get (size_type i) const
 get a component More...
 
virtual bool hasMasterClone () const
 
virtual bool hasMasterClonePtr () const
 
virtual bool isCaloMuon () const
 
virtual bool isConvertedPhoton () const
 
virtual bool isElectron () const
 
virtual bool isGlobalMuon () const
 
virtual bool isJet () const
 
virtual bool isMuon () const
 
virtual bool isPhoton () const
 
virtual bool isStandAloneMuon () const
 
virtual bool isTrackerMuon () const
 
 LeafCandidate ()
 default constructor More...
 
 LeafCandidate (const Candidate &c)
 
template<typename P4 >
 LeafCandidate (Charge q, const P4 &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0, bool integerCharge=true)
 constructor from Any values More...
 
 LeafCandidate (Charge q, const PtEtaPhiMass &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0, bool integerCharge=true)
 constructor from values More...
 
 LeafCandidate (Charge q, const LorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0, bool integerCharge=true)
 constructor from values More...
 
 LeafCandidate (Charge q, const PolarLorentzVector &p4, const Point &vtx=Point(0, 0, 0), int pdgId=0, int status=0, bool integerCharge=true)
 constructor from values More...
 
virtual bool longLived () const GCC11_FINAL
 is long lived? More...
 
virtual float mass () const GCC11_FINAL
 mass More...
 
virtual bool massConstraint () const GCC11_FINAL
 do mass constraint? More...
 
virtual float massSqr () const GCC11_FINAL
 mass squared More...
 
virtual const CandidateBaseRefmasterClone () const
 
virtual const CandidatePtrmasterClonePtr () const
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
virtual Vector momentum () const GCC11_FINAL
 spatial momentum vector More...
 
virtual const Candidatemother (size_type) const
 return mother at a given position (throws an exception) More...
 
virtual double mt () const GCC11_FINAL
 transverse mass More...
 
virtual double mtSqr () const GCC11_FINAL
 transverse mass squared More...
 
template<typename T >
size_type numberOf () const
 number of components More...
 
template<typename T , typename Tag >
size_type numberOf () const
 number of components More...
 
virtual size_t numberOfDaughters () const
 number of daughters More...
 
virtual size_t numberOfMothers () const
 number of mothers More...
 
virtual size_t numberOfSourceCandidatePtrs () const
 
virtual double p () const GCC11_FINAL
 magnitude of momentum vector More...
 
virtual const LorentzVectorp4 () const GCC11_FINAL
 four-momentum Lorentz vector More...
 
virtual int pdgId () const GCC11_FINAL
 PDG identifier. More...
 
virtual float phi () const GCC11_FINAL
 momentum azimuthal angle More...
 
virtual const PolarLorentzVectorpolarP4 () const GCC11_FINAL
 four-momentum Lorentz vector More...
 
virtual float pt () const GCC11_FINAL
 transverse momentum More...
 
virtual double px () const GCC11_FINAL
 x coordinate of momentum vector More...
 
virtual double py () const GCC11_FINAL
 y coordinate of momentum vector More...
 
virtual double pz () const GCC11_FINAL
 z coordinate of momentum vector More...
 
virtual double rapidity () const GCC11_FINAL
 rapidity More...
 
virtual void setCharge (Charge q) GCC11_FINAL
 set electric charge More...
 
virtual void setLongLived () GCC11_FINAL
 set long lived flag More...
 
virtual void setMass (double m) GCC11_FINAL
 set particle mass More...
 
virtual void setMassConstraint () GCC11_FINAL
 set mass constraint flag More...
 
virtual void setP4 (const LorentzVector &p4) GCC11_FINAL
 set 4-momentum More...
 
virtual void setP4 (const PolarLorentzVector &p4) GCC11_FINAL
 set 4-momentum More...
 
virtual void setPdgId (int pdgId) GCC11_FINAL
 
virtual void setPz (double pz) GCC11_FINAL
 
virtual void setStatus (int status) GCC11_FINAL
 set status word More...
 
virtual void setThreeCharge (Charge qx3) GCC11_FINAL
 set electric charge More...
 
virtual void setVertex (const Point &vertex)
 set vertex More...
 
virtual CandidatePtr sourceCandidatePtr (size_type i) const
 
virtual int status () const GCC11_FINAL
 status word More...
 
virtual double theta () const GCC11_FINAL
 momentum polar angle More...
 
virtual int threeCharge () const GCC11_FINAL
 electric charge More...
 
virtual const Pointvertex () const
 vertex position (overwritten by PF...) More...
 
virtual double vertexChi2 () const
 chi-squares More...
 
virtual double vertexCovariance (int i, int j) const
 (i, j)-th element of error matrix, i, j = 0, ... 2 More...
 
CovarianceMatrix vertexCovariance () const GCC11_FINAL
 return SMatrix More...
 
virtual double vertexNdof () const
 
virtual double vertexNormalizedChi2 () const
 chi-squared divided by n.d.o.f. More...
 
virtual double vx () const
 x coordinate of vertex position More...
 
virtual double vy () const
 y coordinate of vertex position More...
 
virtual double vz () const
 z coordinate of vertex position More...
 
virtual double y () const GCC11_FINAL
 rapidity More...
 
virtual ~LeafCandidate ()
 destructor More...
 
- Public Member Functions inherited from reco::Candidate
template<typename S >
daughter_iterator< S >::type beginFilter (const S &s) const
 
 Candidate ()
 default constructor More...
 
template<typename S >
daughter_iterator< S >::type endFilter (const S &s) const
 
template<typename T >
T get () const
 get a component More...
 
template<typename T , typename Tag >
T get () const
 get a component More...
 
template<typename T >
T get (size_type i) const
 get a component More...
 
template<typename T , typename Tag >
T get (size_type i) const
 get a component More...
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
template<typename T >
size_type numberOf () const
 number of components More...
 
template<typename T , typename Tag >
size_type numberOf () const
 number of components More...
 
virtual void setSourceCandidatePtr (const CandidatePtr &ptr)
 Set the ptr to the source Candidate. More...
 
virtual ~Candidate ()
 destructor More...
 

Private Member Functions

math::PtEtaPhiMLorentzVector emP4 (const Point &v) const
 
math::PtEtaPhiMLorentzVector emP4 (double vtxZ) const
 
math::PtEtaPhiMLorentzVector hadP4 (const Point &v) const
 
math::PtEtaPhiMLorentzVector hadP4 (double vtxZ) const
 

Private Attributes

std::vector< DetIdconstituents_
 
int ecalTime_
 
float emE_
 
int emLvl1_
 
GlobalPoint emPosition_
 
float hadE_
 
int hadLvl1_
 
GlobalPoint hadPosition_
 
int hcalTime_
 
float hottestCellE_
 
CaloTowerDetId id_
 
float outerE_
 
uint32_t twrStatusWord_
 

Additional Inherited Members

- Static Public Attributes inherited from reco::LeafCandidate
static const unsigned int longLivedTag = 65536
 long lived flag More...
 
static const unsigned int massConstraintTag = 131072
 do mass constraint flag More...
 
- Protected Member Functions inherited from reco::LeafCandidate
void cacheCartesian () const
 set internal cache More...
 
void cachePolar () const
 set internal cache More...
 
void clearCache () const
 clear internal cache More...
 
virtual bool overlap (const Candidate &) const
 check overlap with another Candidate More...
 
- Protected Attributes inherited from reco::LeafCandidate
bool cacheCartesianFixed_
 
bool cachePolarFixed_
 has cache been set? More...
 
float eta_
 
float mass_
 
LorentzVector p4Cartesian_
 internal cache for p4 More...
 
PolarLorentzVector p4Polar_
 internal cache for p4 More...
 
int pdgId_
 PDG identifier. More...
 
float phi_
 
float pt_
 four-momentum Lorentz vector More...
 
Charge qx3_
 electric charge More...
 
int status_
 status word More...
 
Point vertex_
 vertex position More...
 

Detailed Description

Author
J. Mans - Minnesota

Definition at line 26 of file CaloTower.h.

Member Typedef Documentation

Definition at line 28 of file CaloTower.h.

Constructor & Destructor Documentation

CaloTower::CaloTower ( )

Definition at line 4 of file CaloTower.cc.

References emE_, emLvl1_, hadE_, hadLvl1_, and outerE_.

4  {
5  emE_=0;
6  hadE_=0;
7  outerE_=0;
8  emLvl1_=0;
9  hadLvl1_=0;
10 }
float outerE_
Definition: CaloTower.h:188
float emE_
Definition: CaloTower.h:188
float hadE_
Definition: CaloTower.h:188
int emLvl1_
Definition: CaloTower.h:192
int hadLvl1_
Definition: CaloTower.h:192
CaloTower::CaloTower ( const CaloTowerDetId id,
double  emE,
double  hadE,
double  outerE,
int  ecal_tp,
int  hcal_tp,
const PolarLorentzVector p4,
const GlobalPoint emPosition,
const GlobalPoint hadPosition 
)

Definition at line 12 of file CaloTower.cc.

16  :
17  LeafCandidate(0, p4, Point(0,0,0)),
18  id_(id),
19  emPosition_(emPos), hadPosition_(hadPos),
20  emE_(emE), hadE_(hadE), outerE_(outerE),
21  emLvl1_(ecal_tp), hadLvl1_(hcal_tp) {}
float outerE_
Definition: CaloTower.h:188
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
CaloTowerDetId id_
Definition: CaloTower.h:176
float emE_
Definition: CaloTower.h:188
float hadE_
Definition: CaloTower.h:188
GlobalPoint hadPosition_
Definition: CaloTower.h:182
int emLvl1_
Definition: CaloTower.h:192
LeafCandidate()
default constructor
Definition: LeafCandidate.h:37
int hadLvl1_
Definition: CaloTower.h:192
GlobalPoint emPosition_
Definition: CaloTower.h:181
math::XYZPoint Point
point in the space
Definition: LeafCandidate.h:30
CaloTower::CaloTower ( const CaloTowerDetId id,
double  emE,
double  hadE,
double  outerE,
int  ecal_tp,
int  hcal_tp,
const LorentzVector p4,
const GlobalPoint emPosition,
const GlobalPoint hadPosition 
)

Definition at line 24 of file CaloTower.cc.

28  :
29  LeafCandidate(0, p4, Point(0,0,0)),
30  id_(id),
31  emPosition_(emPos), hadPosition_(hadPos),
32  emE_(emE), hadE_(hadE), outerE_(outerE),
33  emLvl1_(ecal_tp), hadLvl1_(hcal_tp) {}
float outerE_
Definition: CaloTower.h:188
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
CaloTowerDetId id_
Definition: CaloTower.h:176
float emE_
Definition: CaloTower.h:188
float hadE_
Definition: CaloTower.h:188
GlobalPoint hadPosition_
Definition: CaloTower.h:182
int emLvl1_
Definition: CaloTower.h:192
LeafCandidate()
default constructor
Definition: LeafCandidate.h:37
int hadLvl1_
Definition: CaloTower.h:192
GlobalPoint emPosition_
Definition: CaloTower.h:181
math::XYZPoint Point
point in the space
Definition: LeafCandidate.h:30

Member Function Documentation

void CaloTower::addConstituent ( DetId  id)
inline

Definition at line 49 of file CaloTower.h.

References constituents_.

49 { constituents_.push_back( id ); }
std::vector< DetId > constituents_
Definition: CaloTower.h:193
void CaloTower::addConstituents ( const std::vector< DetId > &  ids)

Definition at line 153 of file CaloTower.cc.

References constituents_.

Referenced by CaloTowersCreationAlgo::convert(), CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescaleTowers().

153  {
154  constituents_.reserve(constituents_.size()+ids.size());
155  constituents_.insert(constituents_.end(),ids.begin(),ids.end());
156 }
std::vector< DetId > constituents_
Definition: CaloTower.h:193
DetId CaloTower::constituent ( size_t  i) const
inline
const std::vector<DetId>& CaloTower::constituents ( ) const
inline
size_t CaloTower::constituentsSize ( ) const
inline
float CaloTower::ecalTime ( ) const
inline

Definition at line 148 of file CaloTower.h.

References ecalTime_.

Referenced by CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescale().

148 { return float(ecalTime_) * 0.01; }
int ecalTime_
Definition: CaloTower.h:185
double CaloTower::emEnergy ( ) const
inline
double CaloTower::emEt ( ) const
inline
double CaloTower::emEt ( double  vtxZ) const
inline

Definition at line 101 of file CaloTower.h.

References emE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().

101 { return emE_ * sin(p4(vtxZ).theta()); }
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
float emE_
Definition: CaloTower.h:188
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
virtual double theta() const GCC11_FINAL
momentum polar angle
double CaloTower::emEt ( const Point v) const
inline

Definition at line 111 of file CaloTower.h.

References emE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().

111 { return emE_ * sin(p4(v).theta()); }
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
float emE_
Definition: CaloTower.h:188
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
virtual double theta() const GCC11_FINAL
momentum polar angle
int CaloTower::emLvl1 ( ) const
inline

Definition at line 130 of file CaloTower.h.

References emLvl1_.

130 { return emLvl1_; }
int emLvl1_
Definition: CaloTower.h:192
math::PtEtaPhiMLorentzVector CaloTower::emP4 ( const Point v) const
private

Definition at line 93 of file CaloTower.cc.

References dir, emE_, emPosition_, reco::LeafCandidate::p(), and funct::sin().

Referenced by p4().

93  {
94 
95  if (emE_>0) {
96  GlobalPoint p(v.x(), v.y(), v.z());
98  return math::PtEtaPhiMLorentzVector(emE_ * sin(dir.theta()), dir.eta(), dir.phi(), 0.0);
99  }
100 
101  return math::PtEtaPhiMLorentzVector(0,0,0,0);
102 }
virtual double p() const GCC11_FINAL
magnitude of momentum vector
float emE_
Definition: CaloTower.h:188
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:30
dbl *** dir
Definition: mlp_gen.cc:35
GlobalPoint emPosition_
Definition: CaloTower.h:181
math::PtEtaPhiMLorentzVector CaloTower::emP4 ( double  vtxZ) const
private

Definition at line 59 of file CaloTower.cc.

References emE_, emPosition_, PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), and PV3DBase< T, PVType, FrameType >::z().

59  {
60 
61  if (emE_>0) {
62  double ctgTheta = (emPosition_.z() - vtxZ)/emPosition_.perp();
63  double newEta = asinh(ctgTheta);
64  double pf = 1.0/cosh(newEta);
65 
66  return math::PtEtaPhiMLorentzVector(emE_ * pf, newEta, emPosition_.phi(), 0.0);
67  }
68 
69  return math::PtEtaPhiMLorentzVector(0,0,0,0);
70 }
T perp() const
Definition: PV3DBase.h:72
float emE_
Definition: CaloTower.h:188
Geom::Phi< T > phi() const
Definition: PV3DBase.h:69
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
T z() const
Definition: PV3DBase.h:64
GlobalPoint emPosition_
Definition: CaloTower.h:181
const GlobalPoint& CaloTower::emPosition ( ) const
inline

Definition at line 127 of file CaloTower.h.

References emPosition_.

Referenced by CaloTowersMerger::mergedTower().

127 { return emPosition_ ; }
GlobalPoint emPosition_
Definition: CaloTower.h:181
double CaloTower::energyInHB ( ) const

Definition at line 198 of file CaloTower.cc.

References hadE_, id_, CaloTowerDetId::ietaAbs(), and outerE_.

198  {
199  if (id_.ietaAbs()<16) return hadE_;
200  else if (id_.ietaAbs()==16) return hadE_-outerE_;
201  else return 0.0;
202 }
float outerE_
Definition: CaloTower.h:188
int ietaAbs() const
get the absolute value of the tower ieta
CaloTowerDetId id_
Definition: CaloTower.h:176
float hadE_
Definition: CaloTower.h:188
double CaloTower::energyInHE ( ) const

Definition at line 204 of file CaloTower.cc.

References hadE_, id_, CaloTowerDetId::ietaAbs(), and outerE_.

204  {
205  if (id_.ietaAbs()>16 && id_.ietaAbs()<30) return hadE_;
206  else if (id_.ietaAbs()==16) return outerE_;
207  else return 0.0;
208 }
float outerE_
Definition: CaloTower.h:188
int ietaAbs() const
get the absolute value of the tower ieta
CaloTowerDetId id_
Definition: CaloTower.h:176
float hadE_
Definition: CaloTower.h:188
double CaloTower::energyInHF ( ) const

Definition at line 210 of file CaloTower.cc.

References reco::LeafCandidate::energy(), id_, and CaloTowerDetId::ietaAbs().

210  {
211  if (id_.ietaAbs()>29) return energy();
212  else return 0.0;
213 }
virtual double energy() const GCC11_FINAL
energy
int ietaAbs() const
get the absolute value of the tower ieta
CaloTowerDetId id_
Definition: CaloTower.h:176
double CaloTower::energyInHO ( ) const

Definition at line 220 of file CaloTower.cc.

References emE_, reco::LeafCandidate::energy(), hadE_, id_, and CaloTowerDetId::ietaAbs().

220  {
221  if (id_.ietaAbs()>15) return 0.0;
222  else return (energy() - hadE_ -emE_);
223 }
virtual double energy() const GCC11_FINAL
energy
int ietaAbs() const
get the absolute value of the tower ieta
CaloTowerDetId id_
Definition: CaloTower.h:176
float emE_
Definition: CaloTower.h:188
float hadE_
Definition: CaloTower.h:188
double CaloTower::et ( double  vtxZ) const
inline
double CaloTower::et ( const Point v) const
inline

Definition at line 109 of file CaloTower.h.

References reco::LeafCandidate::p4().

109 { return p4(v).Et(); }
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
double CaloTower::hadEnergy ( ) const
inline
double CaloTower::hadEnergyHeInnerLayer ( ) const
inline

Definition at line 135 of file CaloTower.h.

References hadE_, id_, CaloTowerDetId::ietaAbs(), and outerE_.

135 { return (id_.ietaAbs()<18 || id_.ietaAbs()>29)? 0 : hadE_ - outerE_; }
float outerE_
Definition: CaloTower.h:188
int ietaAbs() const
get the absolute value of the tower ieta
CaloTowerDetId id_
Definition: CaloTower.h:176
float hadE_
Definition: CaloTower.h:188
double CaloTower::hadEnergyHeOuterLayer ( ) const
inline

Definition at line 134 of file CaloTower.h.

References id_, CaloTowerDetId::ietaAbs(), and outerE_.

134 { return (id_.ietaAbs()<18 || id_.ietaAbs()>29)? 0 : outerE_; }
float outerE_
Definition: CaloTower.h:188
int ietaAbs() const
get the absolute value of the tower ieta
CaloTowerDetId id_
Definition: CaloTower.h:176
double CaloTower::hadEt ( ) const
inline
double CaloTower::hadEt ( double  vtxZ) const
inline

Definition at line 102 of file CaloTower.h.

References hadE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().

102 { return hadE_ * sin(p4(vtxZ).theta()); }
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
virtual double theta() const GCC11_FINAL
momentum polar angle
float hadE_
Definition: CaloTower.h:188
double CaloTower::hadEt ( const Point v) const
inline

Definition at line 112 of file CaloTower.h.

References hadE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().

112 { return hadE_ * sin(p4(v).theta()); }
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
virtual double theta() const GCC11_FINAL
momentum polar angle
float hadE_
Definition: CaloTower.h:188
int CaloTower::hadLv11 ( ) const
inline

Definition at line 131 of file CaloTower.h.

References hadLvl1_.

131 { return hadLvl1_; }
int hadLvl1_
Definition: CaloTower.h:192
math::PtEtaPhiMLorentzVector CaloTower::hadP4 ( const Point v) const
private

Definition at line 76 of file CaloTower.cc.

References funct::abs(), dir, emE_, reco::LeafCandidate::energy(), hadE_, hadPosition_, ieta(), reco::LeafCandidate::p(), and funct::sin().

Referenced by p4().

76  {
77 
78  // note: for now we use the same position for HO as for the other detectors
79 
80  double hcalTot;
81  if (abs(ieta())<16) hcalTot = (energy() - emE_);
82  else hcalTot = hadE_;
83 
84  if (hcalTot>0) {
85  GlobalPoint p(v.x(), v.y(), v.z());
87  return math::PtEtaPhiMLorentzVector(hcalTot * sin(dir.theta()), dir.eta(), dir.phi(), 0.0);
88  }
89 
90  return math::PtEtaPhiMLorentzVector(0,0,0,0);
91 }
virtual double energy() const GCC11_FINAL
energy
virtual double p() const GCC11_FINAL
magnitude of momentum vector
int ieta() const
Definition: CaloTower.h:152
float emE_
Definition: CaloTower.h:188
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
float hadE_
Definition: CaloTower.h:188
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
GlobalPoint hadPosition_
Definition: CaloTower.h:182
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:30
dbl *** dir
Definition: mlp_gen.cc:35
math::PtEtaPhiMLorentzVector CaloTower::hadP4 ( double  vtxZ) const
private

Definition at line 39 of file CaloTower.cc.

References funct::abs(), emE_, reco::LeafCandidate::energy(), hadE_, hadPosition_, ieta(), PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), and PV3DBase< T, PVType, FrameType >::z().

39  {
40 
41 
42  // note: for now we use the same position for HO as for the other detectors
43 
44  double hcalTot;
45  if (abs(ieta())<16) hcalTot = (energy() - emE_);
46  else hcalTot = hadE_;
47 
48  if (hcalTot>0) {
49  double ctgTheta = (hadPosition_.z() - vtxZ)/hadPosition_.perp();
50  double newEta = asinh(ctgTheta);
51  double pf = 1.0/cosh(newEta);
52 
53  return PolarLorentzVector(hcalTot * pf, newEta, hadPosition_.phi(), 0.0);
54  }
55 
56  return math::PtEtaPhiMLorentzVector(0,0,0,0);
57 }
virtual double energy() const GCC11_FINAL
energy
T perp() const
Definition: PV3DBase.h:72
int ieta() const
Definition: CaloTower.h:152
float emE_
Definition: CaloTower.h:188
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
Definition: LeafCandidate.h:28
Geom::Phi< T > phi() const
Definition: PV3DBase.h:69
float hadE_
Definition: CaloTower.h:188
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
GlobalPoint hadPosition_
Definition: CaloTower.h:182
T z() const
Definition: PV3DBase.h:64
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
const GlobalPoint& CaloTower::hadPosition ( ) const
inline

Definition at line 128 of file CaloTower.h.

References hadPosition_.

Referenced by CaloTowersMerger::mergedTower().

128 { return hadPosition_ ; }
GlobalPoint hadPosition_
Definition: CaloTower.h:182
float CaloTower::hcalTime ( ) const
inline

Definition at line 149 of file CaloTower.h.

References hcalTime_.

Referenced by CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescale().

149 { return float(hcalTime_) * 0.01; }
int hcalTime_
Definition: CaloTower.h:186
double CaloTower::hottestCellE ( ) const
inline

Definition at line 115 of file CaloTower.h.

References hottestCellE_.

Referenced by CaloTowersMerger::mergedTower().

115 { return hottestCellE_; }
float hottestCellE_
Definition: CaloTower.h:190
CaloTowerDetId CaloTower::id ( void  ) const
inline
int CaloTower::ieta ( ) const
inline

Definition at line 152 of file CaloTower.h.

References id_, and CaloTowerDetId::ieta().

Referenced by GlobalHaloAlgo::Calculate(), reco::HcalNoiseRBXArray::findHPD(), reco::HcalNoiseRBXArray::findRBX(), hadP4(), and p4().

152 { return id_.ieta(); }
CaloTowerDetId id_
Definition: CaloTower.h:176
int ieta() const
get the tower ieta
int CaloTower::ietaAbs ( ) const
inline

Definition at line 153 of file CaloTower.h.

References id_, and CaloTowerDetId::ietaAbs().

Referenced by reco::HcalNoiseInfoProducer::fillcalotwrs(), reco::CentralityProducer::filter(), FWCaloTowerSliceSelector::matchCell(), CaloTowersMerger::mergedTower(), and p4_HO().

153 { return id_.ietaAbs(); }
int ietaAbs() const
get the absolute value of the tower ieta
CaloTowerDetId id_
Definition: CaloTower.h:176
int CaloTower::iphi ( ) const
inline

Definition at line 154 of file CaloTower.h.

References id_, and CaloTowerDetId::iphi().

Referenced by GlobalHaloAlgo::Calculate(), reco::HcalNoiseRBXArray::findHPD(), and reco::HcalNoiseRBXArray::findRBX().

154 { return id_.iphi(); }
CaloTowerDetId id_
Definition: CaloTower.h:176
int iphi() const
get the tower iphi
unsigned int CaloTower::numBadEcalCells ( ) const
inline

Definition at line 163 of file CaloTower.h.

References twrStatusWord_.

Referenced by CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().

163 { return (twrStatusWord_ & 0x1F); }
uint32_t twrStatusWord_
Definition: CaloTower.h:178
unsigned int CaloTower::numBadHcalCells ( ) const
inline

Definition at line 167 of file CaloTower.h.

References twrStatusWord_.

Referenced by CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().

167 { return ( (twrStatusWord_ >> 15)& 0x7); }
uint32_t twrStatusWord_
Definition: CaloTower.h:178
int CaloTower::numCrystals ( ) const

Definition at line 158 of file CaloTower.cc.

References constituents_, DetId::Ecal, id_, and CaloTowerDetId::ietaAbs().

158  {
159  if (id_.ietaAbs()>29) return 0;
160 
161  int nC = 0;
162  std::vector<DetId>::const_iterator it = constituents_.begin();
163  for (; it!=constituents_.end(); ++it) {
164  if (it->det()==DetId::Ecal) ++nC;
165  }
166 
167  return nC;
168 }
int ietaAbs() const
get the absolute value of the tower ieta
CaloTowerDetId id_
Definition: CaloTower.h:176
std::vector< DetId > constituents_
Definition: CaloTower.h:193
unsigned int CaloTower::numProblematicEcalCells ( ) const
inline

Definition at line 165 of file CaloTower.h.

References twrStatusWord_.

Referenced by CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().

165 { return ((twrStatusWord_ >> 10) & 0x1F); }
uint32_t twrStatusWord_
Definition: CaloTower.h:178
unsigned int CaloTower::numProblematicHcalCells ( ) const
inline

Definition at line 169 of file CaloTower.h.

References twrStatusWord_.

Referenced by CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().

169 { return ((twrStatusWord_ >> 21) & 0x7); }
uint32_t twrStatusWord_
Definition: CaloTower.h:178
unsigned int CaloTower::numRecoveredEcalCells ( ) const
inline

Definition at line 164 of file CaloTower.h.

References twrStatusWord_.

Referenced by CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().

164 { return ((twrStatusWord_ >> 5) & 0x1F); }
uint32_t twrStatusWord_
Definition: CaloTower.h:178
unsigned int CaloTower::numRecoveredHcalCells ( ) const
inline

Definition at line 168 of file CaloTower.h.

References twrStatusWord_.

Referenced by CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().

168 { return ((twrStatusWord_ >> 18) & 0x7); }
uint32_t twrStatusWord_
Definition: CaloTower.h:178
double CaloTower::outerEnergy ( ) const
inline

Definition at line 79 of file CaloTower.h.

References id_, CaloTowerDetId::ietaAbs(), and outerE_.

Referenced by muonisolation::CaloExtractorByAssociator::deposits(), JetMaker::makeSpecific(), reco::makeSpecific(), CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescale().

79 { return (id_.ietaAbs()<16)? outerE_ : 0.0; }
float outerE_
Definition: CaloTower.h:188
int ietaAbs() const
get the absolute value of the tower ieta
CaloTowerDetId id_
Definition: CaloTower.h:176
double CaloTower::outerEt ( ) const
inline
double CaloTower::outerEt ( double  vtxZ) const
inline

Definition at line 103 of file CaloTower.h.

References id_, CaloTowerDetId::ietaAbs(), outerE_, reco::LeafCandidate::p4(), and funct::sin().

103 { return (id_.ietaAbs()<16)? outerE_ * sin(p4(vtxZ).theta()) : 0.0; }
float outerE_
Definition: CaloTower.h:188
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
int ietaAbs() const
get the absolute value of the tower ieta
CaloTowerDetId id_
Definition: CaloTower.h:176
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
double CaloTower::outerEt ( const Point v) const
inline

Definition at line 113 of file CaloTower.h.

References id_, CaloTowerDetId::ietaAbs(), outerE_, reco::LeafCandidate::p4(), and funct::sin().

113 { return (id_.ietaAbs()<16)? outerE_ * sin(p4(v).theta()) : 0.0; }
float outerE_
Definition: CaloTower.h:188
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
int ietaAbs() const
get the absolute value of the tower ieta
CaloTowerDetId id_
Definition: CaloTower.h:176
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
double CaloTower::p ( double  vtxZ) const
inline

Definition at line 98 of file CaloTower.h.

References reco::LeafCandidate::p4().

98 { return p4(vtxZ).P(); }
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
double CaloTower::p ( const Point v) const
inline

Definition at line 108 of file CaloTower.h.

References reco::LeafCandidate::p4().

108 { return p4(v).P(); }
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
math::PtEtaPhiMLorentzVector CaloTower::p4 ( double  vtxZ) const

Definition at line 105 of file CaloTower.cc.

References funct::abs(), emP4(), emPosition_, reco::LeafCandidate::energy(), hadP4(), ieta(), reco::LeafCandidate::p4(), PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), and PV3DBase< T, PVType, FrameType >::z().

Referenced by VirtualJetProducer::inputTowers(), fftjetcms::FFTJetInterface::loadInputCollection(), and CaloTowersMerger::mergedTower().

105  {
106 
107  if (abs(ieta())<=29) {
108  return (emP4(vtxZ)+hadP4(vtxZ));
109  }
110  // em and had energy in HF are defined in a special way
111  double ctgTheta = (emPosition_.z() - vtxZ)/emPosition_.perp(); // em and had positions in HF are forced to be the same
112  double newEta = asinh(ctgTheta);
113  double pf = 1.0/cosh(newEta);
114  return math::PtEtaPhiMLorentzVector(p4().energy() * pf, newEta, emPosition_.phi(), 0.0);
115 }
virtual double energy() const GCC11_FINAL
energy
T perp() const
Definition: PV3DBase.h:72
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
int ieta() const
Definition: CaloTower.h:152
Geom::Phi< T > phi() const
Definition: PV3DBase.h:69
math::PtEtaPhiMLorentzVector hadP4(const Point &v) const
Definition: CaloTower.cc:76
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
T z() const
Definition: PV3DBase.h:64
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
math::PtEtaPhiMLorentzVector emP4(const Point &v) const
Definition: CaloTower.cc:93
GlobalPoint emPosition_
Definition: CaloTower.h:181
math::PtEtaPhiMLorentzVector CaloTower::p4 ( const Point v) const

Definition at line 118 of file CaloTower.cc.

References funct::abs(), dir, emP4(), emPosition_, reco::LeafCandidate::energy(), hadP4(), ieta(), reco::LeafCandidate::p(), reco::LeafCandidate::p4(), and funct::sin().

118  {
119 
120  if (abs(ieta())<=29) {
121  return emP4(v)+hadP4(v);
122  }
123  // em and had energy in HF are defined in a special way
124  GlobalPoint p(v.x(), v.y(), v.z());
125  math::XYZVector dir = math::XYZVector(emPosition_ - p); // em and had positions in HF are forced to be the same
126  return math::PtEtaPhiMLorentzVector(p4().energy() * sin(dir.theta()), dir.eta(), dir.phi(), 0.0);
127 }
virtual double energy() const GCC11_FINAL
energy
virtual double p() const GCC11_FINAL
magnitude of momentum vector
virtual const LorentzVector & p4() const GCC11_FINAL
four-momentum Lorentz vector
int ieta() const
Definition: CaloTower.h:152
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
math::PtEtaPhiMLorentzVector hadP4(const Point &v) const
Definition: CaloTower.cc:76
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:30
math::PtEtaPhiMLorentzVector emP4(const Point &v) const
Definition: CaloTower.cc:93
dbl *** dir
Definition: mlp_gen.cc:35
GlobalPoint emPosition_
Definition: CaloTower.h:181
math::PtEtaPhiMLorentzVector CaloTower::p4_HO ( ) const

Definition at line 146 of file CaloTower.cc.

References PV3DBase< T, PVType, FrameType >::eta(), hadPosition_, ietaAbs(), outerE_, PV3DBase< T, PVType, FrameType >::phi(), funct::sin(), and PV3DBase< T, PVType, FrameType >::theta().

Referenced by p4_HO().

146  {
147 
148  if (ietaAbs()>15 || outerE_<0) return math::PtEtaPhiMLorentzVector(0.0,0.0,0.0,0.0);
150 }
float outerE_
Definition: CaloTower.h:188
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
Geom::Phi< T > phi() const
Definition: PV3DBase.h:69
Geom::Theta< T > theta() const
Definition: PV3DBase.h:75
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
GlobalPoint hadPosition_
Definition: CaloTower.h:182
T eta() const
Definition: PV3DBase.h:76
int ietaAbs() const
Definition: CaloTower.h:153
math::PtEtaPhiMLorentzVector CaloTower::p4_HO ( double  vtxZ) const

Definition at line 141 of file CaloTower.cc.

References reco::LeafCandidate::p(), and p4_HO().

141  {
142  Point p(0, 0, vtxZ);
143  return p4_HO(p);
144 }
virtual double p() const GCC11_FINAL
magnitude of momentum vector
math::XYZPoint Point
math::PtEtaPhiMLorentzVector p4_HO() const
Definition: CaloTower.cc:146
math::PtEtaPhiMLorentzVector CaloTower::p4_HO ( const Point v) const

Definition at line 132 of file CaloTower.cc.

References dir, hadPosition_, ietaAbs(), outerE_, reco::LeafCandidate::p(), and funct::sin().

132  {
133 
134  if (ietaAbs()>15 || outerE_<0) return math::PtEtaPhiMLorentzVector(0,0,0,0);
135 
136  GlobalPoint p(v.x(), v.y(), v.z());
138  return math::PtEtaPhiMLorentzVector(outerE_ * sin(dir.theta()), dir.eta(), dir.phi(), 0.0);
139 }
float outerE_
Definition: CaloTower.h:188
virtual double p() const GCC11_FINAL
magnitude of momentum vector
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
GlobalPoint hadPosition_
Definition: CaloTower.h:182
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:30
int ietaAbs() const
Definition: CaloTower.h:153
dbl *** dir
Definition: mlp_gen.cc:35
void CaloTower::setCaloTowerStatus ( unsigned int  numBadHcalChan,
unsigned int  numBadEcalChan,
unsigned int  numRecHcalChan,
unsigned int  numRecEcalChan,
unsigned int  numProbHcalChan,
unsigned int  numProbEcalChan 
)

Definition at line 175 of file CaloTower.cc.

References twrStatusWord_.

Referenced by CaloTowersCreationAlgo::convert(), CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescaleTowers().

177  {
178 
179  twrStatusWord_ = 0x0;
180 
181  twrStatusWord_ |= ( numBadEcalChan & 0x1F);
182  twrStatusWord_ |= ( (numRecEcalChan & 0x1F) << 5);
183  twrStatusWord_ |= ( (numProbEcalChan & 0x1F) << 10);
184  twrStatusWord_ |= ( (numBadHcalChan & 0x7) << 15);
185  twrStatusWord_ |= ( (numRecHcalChan & 0x7) << 18);
186  twrStatusWord_ |= ( (numProbHcalChan & 0x7) << 21);
187 
188  return;
189 }
uint32_t twrStatusWord_
Definition: CaloTower.h:178
void CaloTower::setCaloTowerStatus ( uint32_t  s)
inline

Definition at line 61 of file CaloTower.h.

References alignCSCRings::s, and twrStatusWord_.

61 { twrStatusWord_ = s; }
uint32_t twrStatusWord_
Definition: CaloTower.h:178
void CaloTower::setEcalTime ( int  t)
inline
void CaloTower::setHcalTime ( int  t)
inline
void CaloTower::setHottestCellE ( double  e)
inline

Definition at line 64 of file CaloTower.h.

References alignCSCRings::e, and hottestCellE_.

Referenced by CaloTowersCreationAlgo::convert(), and CaloTowersMerger::mergedTower().

64 { hottestCellE_ = e; }
float hottestCellE_
Definition: CaloTower.h:190
uint32_t CaloTower::towerStatusWord ( ) const
inline

Definition at line 172 of file CaloTower.h.

References twrStatusWord_.

172 { return twrStatusWord_; }
uint32_t twrStatusWord_
Definition: CaloTower.h:178
int CaloTower::zside ( ) const
inline

Definition at line 155 of file CaloTower.h.

References id_, and CaloTowerDetId::zside().

155 { return id_.zside(); }
CaloTowerDetId id_
Definition: CaloTower.h:176
int zside() const
get the z-side of the tower (1/-1)

Member Data Documentation

std::vector<DetId> CaloTower::constituents_
private
int CaloTower::ecalTime_
private

Definition at line 185 of file CaloTower.h.

Referenced by ecalTime(), and setEcalTime().

float CaloTower::emE_
private

Definition at line 188 of file CaloTower.h.

Referenced by CaloTower(), emEnergy(), emEt(), emP4(), energyInHO(), and hadP4().

int CaloTower::emLvl1_
private

Definition at line 192 of file CaloTower.h.

Referenced by CaloTower(), and emLvl1().

GlobalPoint CaloTower::emPosition_
private

Definition at line 181 of file CaloTower.h.

Referenced by emP4(), emPosition(), and p4().

float CaloTower::hadE_
private
int CaloTower::hadLvl1_
private

Definition at line 192 of file CaloTower.h.

Referenced by CaloTower(), and hadLv11().

GlobalPoint CaloTower::hadPosition_
private

Definition at line 182 of file CaloTower.h.

Referenced by hadP4(), hadPosition(), and p4_HO().

int CaloTower::hcalTime_
private

Definition at line 186 of file CaloTower.h.

Referenced by hcalTime(), and setHcalTime().

float CaloTower::hottestCellE_
private

Definition at line 190 of file CaloTower.h.

Referenced by hottestCellE(), and setHottestCellE().

CaloTowerDetId CaloTower::id_
private
float CaloTower::outerE_
private
uint32_t CaloTower::twrStatusWord_
private