CMS 3D CMS Logo

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)
 
 CaloTower (CaloTowerDetId id, float emE, float hadE, float outerE, int ecal_tp, int hcal_tp, GlobalVector p3, float iEnergy, bool massless, GlobalPoint emPosition, GlobalPoint hadPosition)
 
 CaloTower (CaloTowerDetId id, float emE, float hadE, float outerE, int ecal_tp, int hcal_tp, GlobalVector p3, float iEnergy, float imass, GlobalPoint emPosition, 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 setConstituents (std::vector< DetId > &&ids)
 
void setEcalTime (int t)
 
void setHcalSubdet (int lastHB, int lastHE, int lastHF, int lastHO)
 
void setHcalTime (int t)
 
void setHottestCellE (double e)
 
uint32_t towerStatusWord () const
 
int zside () const
 
- Public Member Functions inherited from reco::LeafCandidate
Vector boostToCM () const final
 
int charge () const final
 electric charge More...
 
LeafCandidateclone () const override
 returns a clone of the Candidate object More...
 
void construct (int qx3, float pt, float eta, float phi, float mass, const Point &vtx, int pdgId, int status)
 
const Candidatedaughter (size_type) const override
 return daughter at a given position (throws an exception) More...
 
Candidatedaughter (size_type) override
 return daughter at a given position (throws an exception) More...
 
Candidatedaughter (const std::string &s) override
 return daughter with a specified role name More...
 
const Candidatedaughter (const std::string &s) const override
 return daughter with a specified role name More...
 
double energy () const final
 energy More...
 
double et () const final
 transverse energy More...
 
double et2 () const final
 transverse energy squared (use this for cut!) More...
 
double eta () const final
 momentum pseudorapidity More...
 
void fillVertexCovariance (CovarianceMatrix &v) const override
 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...
 
bool hasMasterClone () const override
 
bool hasMasterClonePtr () const override
 
bool isCaloMuon () const override
 
bool isConvertedPhoton () const override
 
bool isElectron () const override
 
bool isGlobalMuon () const override
 
bool isJet () const override
 
bool isMuon () const override
 
bool isPhoton () const override
 
bool isStandAloneMuon () const override
 
bool isTrackerMuon () const override
 
 LeafCandidate ()
 
 LeafCandidate (const Candidate &c)
 
template<typename... Args>
 LeafCandidate (Args &&...args)
 
 LeafCandidate (LeafCandidate &rh)
 
 LeafCandidate (LeafCandidate &&)=default
 
 LeafCandidate (LeafCandidate const &)=default
 
bool longLived () const final
 is long lived? More...
 
double mass () const final
 mass More...
 
bool massConstraint () const final
 do mass constraint? More...
 
double massSqr () const final
 mass squared More...
 
const CandidateBaseRefmasterClone () const override
 
const CandidatePtrmasterClonePtr () const override
 
template<typename Ref >
Ref masterRef () const
 cast master clone reference to a concrete type More...
 
Vector momentum () const final
 spatial momentum vector More...
 
const Candidatemother (size_type) const override
 return mother at a given position (throws an exception) More...
 
double mt () const final
 transverse mass More...
 
double mtSqr () const 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...
 
size_t numberOfDaughters () const override
 number of daughters More...
 
size_t numberOfMothers () const override
 number of mothers More...
 
size_t numberOfSourceCandidatePtrs () const override
 
LeafCandidateoperator= (LeafCandidate &&)=default
 
LeafCandidateoperator= (LeafCandidate const &)=default
 
double p () const final
 magnitude of momentum vector More...
 
const LorentzVectorp4 () const final
 four-momentum Lorentz vector More...
 
int pdgId () const final
 PDG identifier. More...
 
double phi () const final
 momentum azimuthal angle More...
 
const PolarLorentzVectorpolarP4 () const final
 four-momentum Lorentz vector More...
 
double pt () const final
 transverse momentum More...
 
double px () const final
 x coordinate of momentum vector More...
 
double py () const final
 y coordinate of momentum vector More...
 
double pz () const final
 z coordinate of momentum vector More...
 
double rapidity () const final
 rapidity More...
 
void setCharge (Charge q) final
 set electric charge More...
 
void setLongLived () final
 
void setMass (double m) final
 set particle mass More...
 
void setMassConstraint () final
 
void setP4 (const LorentzVector &p4) final
 set 4-momentum More...
 
void setP4 (const PolarLorentzVector &p4) final
 set 4-momentum More...
 
void setPdgId (int pdgId) final
 
void setPz (double pz) final
 
void setStatus (int status) final
 set status word More...
 
void setThreeCharge (Charge qx3) final
 set electric charge More...
 
void setVertex (const Point &vertex) override
 set vertex More...
 
CandidatePtr sourceCandidatePtr (size_type i) const override
 
int status () const final
 status word More...
 
double theta () const final
 momentum polar angle More...
 
int threeCharge () const final
 electric charge More...
 
const Pointvertex () const override
 vertex position (overwritten by PF...) More...
 
double vertexChi2 () const override
 chi-squares More...
 
double vertexCovariance (int i, int j) const override
 (i, j)-th element of error matrix, i, j = 0, ... 2 More...
 
CovarianceMatrix vertexCovariance () const final
 return SMatrix More...
 
double vertexNdof () const override
 
double vertexNormalizedChi2 () const override
 chi-squared divided by n.d.o.f. More...
 
double vx () const override
 x coordinate of vertex position More...
 
double vy () const override
 y coordinate of vertex position More...
 
double vz () const override
 z coordinate of vertex position More...
 
double y () const final
 rapidity More...
 
 ~LeafCandidate () override
 destructor More...
 
- Public Member Functions inherited from reco::Candidate
const_iterator begin () const
 first daughter const_iterator More...
 
iterator begin ()
 first daughter iterator More...
 
virtual const TrackbestTrack () const
 
 Candidate ()
 default constructor More...
 
virtual float dxyError () const
 uncertainty on dxy More...
 
virtual float dzError () const
 uncertainty on dz More...
 
const_iterator end () const
 last daughter const_iterator More...
 
iterator end ()
 last daughter iterator 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...
 
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_
 
bool inHBHEgap_
 
bool inHO_
 
float outerE_
 
HcalSubdetector subdet_
 
uint32_t twrStatusWord_
 

Additional Inherited Members

Detailed Description

Author
J. Mans - Minnesota

Definition at line 27 of file CaloTower.h.

Member Typedef Documentation

Definition at line 29 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:225
float emE_
Definition: CaloTower.h:225
float hadE_
Definition: CaloTower.h:225
int emLvl1_
Definition: CaloTower.h:229
int hadLvl1_
Definition: CaloTower.h:229
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:225
CaloTowerDetId id_
Definition: CaloTower.h:209
float emE_
Definition: CaloTower.h:225
float hadE_
Definition: CaloTower.h:225
GlobalPoint hadPosition_
Definition: CaloTower.h:215
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
int emLvl1_
Definition: CaloTower.h:229
int hadLvl1_
Definition: CaloTower.h:229
GlobalPoint emPosition_
Definition: CaloTower.h:214
math::XYZPoint Point
point in the space
Definition: LeafCandidate.h:27
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 25 of file CaloTower.cc.

29  :
30  LeafCandidate(0, p4, Point(0,0,0)),
31  id_(id),
32  emPosition_(emPos), hadPosition_(hadPos),
33  emE_(emE), hadE_(hadE), outerE_(outerE),
34  emLvl1_(ecal_tp), hadLvl1_(hcal_tp) {}
float outerE_
Definition: CaloTower.h:225
CaloTowerDetId id_
Definition: CaloTower.h:209
float emE_
Definition: CaloTower.h:225
float hadE_
Definition: CaloTower.h:225
GlobalPoint hadPosition_
Definition: CaloTower.h:215
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
int emLvl1_
Definition: CaloTower.h:229
int hadLvl1_
Definition: CaloTower.h:229
GlobalPoint emPosition_
Definition: CaloTower.h:214
math::XYZPoint Point
point in the space
Definition: LeafCandidate.h:27
CaloTower::CaloTower ( CaloTowerDetId  id,
float  emE,
float  hadE,
float  outerE,
int  ecal_tp,
int  hcal_tp,
GlobalVector  p3,
float  iEnergy,
bool  massless,
GlobalPoint  emPosition,
GlobalPoint  hadPosition 
)

Definition at line 37 of file CaloTower.cc.

41  :
42  LeafCandidate(0, p3, iEnergy, massless, Point(0,0,0)),
43  id_(id),
44  emPosition_(emPos), hadPosition_(hadPos),
45  emE_(emE), hadE_(hadE), outerE_(outerE),
46  emLvl1_(ecal_tp), hadLvl1_(hcal_tp) {}
float outerE_
Definition: CaloTower.h:225
CaloTowerDetId id_
Definition: CaloTower.h:209
float emE_
Definition: CaloTower.h:225
float hadE_
Definition: CaloTower.h:225
GlobalPoint hadPosition_
Definition: CaloTower.h:215
int emLvl1_
Definition: CaloTower.h:229
int hadLvl1_
Definition: CaloTower.h:229
GlobalPoint emPosition_
Definition: CaloTower.h:214
math::XYZPoint Point
point in the space
Definition: LeafCandidate.h:27
CaloTower::CaloTower ( CaloTowerDetId  id,
float  emE,
float  hadE,
float  outerE,
int  ecal_tp,
int  hcal_tp,
GlobalVector  p3,
float  iEnergy,
float  imass,
GlobalPoint  emPosition,
GlobalPoint  hadPosition 
)

Definition at line 48 of file CaloTower.cc.

52  :
53  LeafCandidate(0, p3, iEnergy, imass, Point(0,0,0)),
54  id_(id),
55  emPosition_(emPos), hadPosition_(hadPos),
56  emE_(emE), hadE_(hadE), outerE_(outerE),
57  emLvl1_(ecal_tp), hadLvl1_(hcal_tp) {}
float outerE_
Definition: CaloTower.h:225
CaloTowerDetId id_
Definition: CaloTower.h:209
float emE_
Definition: CaloTower.h:225
float hadE_
Definition: CaloTower.h:225
GlobalPoint hadPosition_
Definition: CaloTower.h:215
int emLvl1_
Definition: CaloTower.h:229
int hadLvl1_
Definition: CaloTower.h:229
GlobalPoint emPosition_
Definition: CaloTower.h:214
math::XYZPoint Point
point in the space
Definition: LeafCandidate.h:27

Member Function Documentation

void CaloTower::addConstituent ( DetId  id)
inline

Definition at line 63 of file CaloTower.h.

References addConstituents(), constituents_, photons_cff::ids, and setConstituents().

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

Definition at line 177 of file CaloTower.cc.

References constituents_.

Referenced by addConstituent(), and CaloTowersMerger::mergedTower().

177  {
178  constituents_.reserve(constituents_.size()+ids.size());
179  constituents_.insert(constituents_.end(),ids.begin(),ids.end());
180 }
std::vector< DetId > constituents_
Definition: CaloTower.h:230
DetId CaloTower::constituent ( size_t  i) const
inline
const std::vector<DetId>& CaloTower::constituents ( ) const
inline

Definition at line 104 of file CaloTower.h.

References constituents_.

Referenced by ParametrizedSubtractor::getEt(), and CaloTowersMerger::mergedTower().

104 { return constituents_; }
std::vector< DetId > constituents_
Definition: CaloTower.h:230
size_t CaloTower::constituentsSize ( ) const
inline
float CaloTower::ecalTime ( ) const
inline

Definition at line 181 of file CaloTower.h.

References ecalTime_, and objects.autophobj::float.

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

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

Definition at line 134 of file CaloTower.h.

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

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

Definition at line 144 of file CaloTower.h.

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

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

Definition at line 163 of file CaloTower.h.

References emLvl1_.

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

Definition at line 117 of file CaloTower.cc.

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

Referenced by p4().

117  {
118 
119  if (emE_>0) {
120  GlobalPoint p(v.x(), v.y(), v.z());
122  return math::PtEtaPhiMLorentzVector(emE_ * sin(dir.theta()), dir.eta(), dir.phi(), 0.0);
123  }
124 
125  return math::PtEtaPhiMLorentzVector(0,0,0,0);
126 }
float emE_
Definition: CaloTower.h:225
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
double p() const final
magnitude of momentum vector
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:30
dbl *** dir
Definition: mlp_gen.cc:35
GlobalPoint emPosition_
Definition: CaloTower.h:214
math::PtEtaPhiMLorentzVector CaloTower::emP4 ( double  vtxZ) const
private

Definition at line 83 of file CaloTower.cc.

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

83  {
84 
85  if (emE_>0) {
86  double ctgTheta = (emPosition_.z() - vtxZ)/emPosition_.perp();
87  double newEta = asinh(ctgTheta);
88  double pf = 1.0/cosh(newEta);
89 
90  return math::PtEtaPhiMLorentzVector(emE_ * pf, newEta, emPosition_.phi(), 0.0);
91  }
92 
93  return math::PtEtaPhiMLorentzVector(0,0,0,0);
94 }
T perp() const
Definition: PV3DBase.h:72
float emE_
Definition: CaloTower.h:225
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:214
const GlobalPoint& CaloTower::emPosition ( ) const
inline

Definition at line 160 of file CaloTower.h.

References emPosition_.

Referenced by CaloTowersMerger::mergedTower().

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

Definition at line 222 of file CaloTower.cc.

References hadE_, HcalBarrel, inHBHEgap_, outerE_, and subdet_.

Referenced by hadEnergyHeInnerLayer().

222  {
223  if (inHBHEgap_) return hadE_-outerE_;
224  else if (subdet_ == HcalBarrel) return hadE_;
225  else return 0.0;
226 }
float outerE_
Definition: CaloTower.h:225
float hadE_
Definition: CaloTower.h:225
bool inHBHEgap_
Definition: CaloTower.h:219
HcalSubdetector subdet_
Definition: CaloTower.h:218
double CaloTower::energyInHE ( ) const

Definition at line 228 of file CaloTower.cc.

References hadE_, HcalEndcap, inHBHEgap_, outerE_, and subdet_.

Referenced by hadEnergyHeInnerLayer().

228  {
229  if (inHBHEgap_) return outerE_;
230  else if (subdet_ == HcalEndcap) return hadE_;
231  else return 0.0;
232 }
float outerE_
Definition: CaloTower.h:225
float hadE_
Definition: CaloTower.h:225
bool inHBHEgap_
Definition: CaloTower.h:219
HcalSubdetector subdet_
Definition: CaloTower.h:218
double CaloTower::energyInHF ( ) const

Definition at line 234 of file CaloTower.cc.

References reco::LeafCandidate::energy(), HcalForward, and subdet_.

Referenced by hadEnergyHeInnerLayer().

234  {
235  if (subdet_ == HcalForward) return energy();
236  else return 0.0;
237 }
double energy() const final
energy
HcalSubdetector subdet_
Definition: CaloTower.h:218
double CaloTower::energyInHO ( ) const

Definition at line 244 of file CaloTower.cc.

References emE_, reco::LeafCandidate::energy(), hadE_, and inHO_.

Referenced by hadEnergyHeInnerLayer().

244  {
245  if (inHO_) return (energy() - hadE_ -emE_);
246  else return 0.0;
247 }
float emE_
Definition: CaloTower.h:225
float hadE_
Definition: CaloTower.h:225
double energy() const final
energy
bool inHO_
Definition: CaloTower.h:219
double CaloTower::et ( double  vtxZ) const
inline
double CaloTower::et ( const Point v) const
inline

Definition at line 142 of file CaloTower.h.

References reco::LeafCandidate::p4().

142 { return p4(v).Et(); }
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
double CaloTower::hadEnergy ( ) const
inline
double CaloTower::hadEnergyHeInnerLayer ( ) const
inline

Definition at line 168 of file CaloTower.h.

References energyInHB(), energyInHE(), energyInHF(), energyInHO(), hadE_, HcalEndcap, outerE_, and subdet_.

168 { return (subdet_ == HcalEndcap) ? hadE_ - outerE_ : 0; }
float outerE_
Definition: CaloTower.h:225
float hadE_
Definition: CaloTower.h:225
HcalSubdetector subdet_
Definition: CaloTower.h:218
double CaloTower::hadEnergyHeOuterLayer ( ) const
inline

Definition at line 167 of file CaloTower.h.

References HcalEndcap, outerE_, and subdet_.

167 { return (subdet_ == HcalEndcap) ? outerE_ : 0; }
float outerE_
Definition: CaloTower.h:225
HcalSubdetector subdet_
Definition: CaloTower.h:218
double CaloTower::hadEt ( ) const
inline
double CaloTower::hadEt ( double  vtxZ) const
inline

Definition at line 135 of file CaloTower.h.

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

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

Definition at line 145 of file CaloTower.h.

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

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

Definition at line 164 of file CaloTower.h.

References hadLvl1_.

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

Definition at line 100 of file CaloTower.cc.

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

Referenced by p4().

100  {
101 
102  // note: for now we use the same position for HO as for the other detectors
103 
104  double hcalTot;
105  if (inHO_) hcalTot = (energy() - emE_);
106  else hcalTot = hadE_;
107 
108  if (hcalTot>0) {
109  GlobalPoint p(v.x(), v.y(), v.z());
111  return math::PtEtaPhiMLorentzVector(hcalTot * sin(dir.theta()), dir.eta(), dir.phi(), 0.0);
112  }
113 
114  return math::PtEtaPhiMLorentzVector(0,0,0,0);
115 }
float emE_
Definition: CaloTower.h:225
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
float hadE_
Definition: CaloTower.h:225
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
GlobalPoint hadPosition_
Definition: CaloTower.h:215
double energy() const final
energy
double p() const final
magnitude of momentum vector
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:30
bool inHO_
Definition: CaloTower.h:219
dbl *** dir
Definition: mlp_gen.cc:35
math::PtEtaPhiMLorentzVector CaloTower::hadP4 ( double  vtxZ) const
private

Definition at line 63 of file CaloTower.cc.

References emE_, reco::LeafCandidate::energy(), hadE_, hadPosition_, inHO_, PV3DBase< T, PVType, FrameType >::perp(), packedPFCandidateRefMixer_cfi::pf, PV3DBase< T, PVType, FrameType >::phi(), and PV3DBase< T, PVType, FrameType >::z().

63  {
64 
65 
66  // note: for now we use the same position for HO as for the other detectors
67 
68  double hcalTot;
69  if (inHO_) hcalTot = (energy() - emE_);
70  else hcalTot = hadE_;
71 
72  if (hcalTot>0) {
73  double ctgTheta = (hadPosition_.z() - vtxZ)/hadPosition_.perp();
74  double newEta = asinh(ctgTheta);
75  double pf = 1.0/cosh(newEta);
76 
77  return PolarLorentzVector(hcalTot * pf, newEta, hadPosition_.phi(), 0.0);
78  }
79 
80  return math::PtEtaPhiMLorentzVector(0,0,0,0);
81 }
T perp() const
Definition: PV3DBase.h:72
float emE_
Definition: CaloTower.h:225
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
Definition: LeafCandidate.h:25
Geom::Phi< T > phi() const
Definition: PV3DBase.h:69
float hadE_
Definition: CaloTower.h:225
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
GlobalPoint hadPosition_
Definition: CaloTower.h:215
T z() const
Definition: PV3DBase.h:64
double energy() const final
energy
bool inHO_
Definition: CaloTower.h:219
const GlobalPoint& CaloTower::hadPosition ( ) const
inline

Definition at line 161 of file CaloTower.h.

References hadPosition_.

Referenced by CaloTowersMerger::mergedTower().

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

Definition at line 182 of file CaloTower.h.

References objects.autophobj::float, and hcalTime_.

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

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

Definition at line 148 of file CaloTower.h.

References hottestCellE_, and p4_HO().

Referenced by CaloTowersMerger::mergedTower().

148 { return hottestCellE_; }
float hottestCellE_
Definition: CaloTower.h:227
CaloTowerDetId CaloTower::id ( ) const
inline
int CaloTower::ieta ( ) const
inline

Definition at line 185 of file CaloTower.h.

References id_, and CaloTowerDetId::ieta().

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

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

Definition at line 186 of file CaloTower.h.

References id_, and CaloTowerDetId::ietaAbs().

Referenced by reco::HcalNoiseInfoProducer::fillcalotwrs(), CaloTowersMerger::mergedTower(), reco::CentralityProducer::produce(), and setHcalSubdet().

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

Definition at line 187 of file CaloTower.h.

References id_, and CaloTowerDetId::iphi().

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

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

Definition at line 196 of file CaloTower.h.

References twrStatusWord_.

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

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

Definition at line 200 of file CaloTower.h.

References twrStatusWord_.

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

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

Definition at line 182 of file CaloTower.cc.

References constituents_, DetId::Ecal, HcalForward, and subdet_.

Referenced by zside().

182  {
183  if (subdet_ == HcalForward) return 0;
184 
185  int nC = 0;
186  std::vector<DetId>::const_iterator it = constituents_.begin();
187  for (; it!=constituents_.end(); ++it) {
188  if (it->det()==DetId::Ecal) ++nC;
189  }
190 
191  return nC;
192 }
HcalSubdetector subdet_
Definition: CaloTower.h:218
std::vector< DetId > constituents_
Definition: CaloTower.h:230
unsigned int CaloTower::numProblematicEcalCells ( ) const
inline

Definition at line 198 of file CaloTower.h.

References twrStatusWord_.

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

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

Definition at line 202 of file CaloTower.h.

References twrStatusWord_.

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

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

Definition at line 197 of file CaloTower.h.

References twrStatusWord_.

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

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

Definition at line 201 of file CaloTower.h.

References twrStatusWord_.

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

201 { return ((twrStatusWord_ >> 18) & 0x7); }
uint32_t twrStatusWord_
Definition: CaloTower.h:211
double CaloTower::outerEnergy ( ) const
inline
double CaloTower::outerEt ( ) const
inline
double CaloTower::outerEt ( double  vtxZ) const
inline

Definition at line 136 of file CaloTower.h.

References inHO_, outerE_, reco::LeafCandidate::p4(), funct::sin(), reco::LeafCandidate::theta(), and findQualityFiles::v.

136 { return (inHO_) ? outerE_ * sin(p4(vtxZ).theta()) : 0.0; }
float outerE_
Definition: CaloTower.h:225
double theta() const final
momentum polar angle
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
bool inHO_
Definition: CaloTower.h:219
double CaloTower::outerEt ( const Point v) const
inline

Definition at line 146 of file CaloTower.h.

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

146 { return (inHO_) ? outerE_ * sin(p4(v).theta()) : 0.0; }
float outerE_
Definition: CaloTower.h:225
double theta() const final
momentum polar angle
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
bool inHO_
Definition: CaloTower.h:219
double CaloTower::p ( double  vtxZ) const
inline

Definition at line 131 of file CaloTower.h.

References reco::LeafCandidate::p4().

Referenced by Electron.Electron::ptErr().

131 { return p4(vtxZ).P(); }
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
double CaloTower::p ( const Point v) const
inline

Definition at line 141 of file CaloTower.h.

References reco::LeafCandidate::p4().

Referenced by Electron.Electron::ptErr().

141 { return p4(v).P(); }
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
math::PtEtaPhiMLorentzVector CaloTower::p4 ( double  vtxZ) const

Definition at line 129 of file CaloTower.cc.

References emP4(), emPosition_, reco::LeafCandidate::energy(), hadP4(), HcalBarrel, HcalEndcap, reco::LeafCandidate::p4(), PV3DBase< T, PVType, FrameType >::perp(), packedPFCandidateRefMixer_cfi::pf, PV3DBase< T, PVType, FrameType >::phi(), subdet_, and PV3DBase< T, PVType, FrameType >::z().

Referenced by JetTester_HeavyIons::analyze(), JetAnalyzer_HeavyIons::analyze(), Tau.Tau::dxy_approx(), Tau.Tau::dz(), VirtualJetProducer::inputTowers(), fftjetcms::FFTJetInterface::loadInputCollection(), CaloTowersMerger::mergedTower(), and Lepton.Lepton::p4WithFSR().

129  {
130 
132  return (emP4(vtxZ)+hadP4(vtxZ));
133  }
134  // em and had energy in HF are defined in a special way
135  double ctgTheta = (emPosition_.z() - vtxZ)/emPosition_.perp(); // em and had positions in HF are forced to be the same
136  double newEta = asinh(ctgTheta);
137  double pf = 1.0/cosh(newEta);
138  return math::PtEtaPhiMLorentzVector(p4().energy() * pf, newEta, emPosition_.phi(), 0.0);
139 }
T perp() const
Definition: PV3DBase.h:72
Geom::Phi< T > phi() const
Definition: PV3DBase.h:69
math::PtEtaPhiMLorentzVector hadP4(const Point &v) const
Definition: CaloTower.cc:100
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
T z() const
Definition: PV3DBase.h:64
double energy() const final
energy
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
math::PtEtaPhiMLorentzVector emP4(const Point &v) const
Definition: CaloTower.cc:117
HcalSubdetector subdet_
Definition: CaloTower.h:218
GlobalPoint emPosition_
Definition: CaloTower.h:214
math::PtEtaPhiMLorentzVector CaloTower::p4 ( const Point v) const

Definition at line 142 of file CaloTower.cc.

References dir, emP4(), emPosition_, reco::LeafCandidate::energy(), hadP4(), HcalBarrel, HcalEndcap, reco::LeafCandidate::p(), reco::LeafCandidate::p4(), funct::sin(), and subdet_.

Referenced by Tau.Tau::dxy_approx(), Tau.Tau::dz(), and Lepton.Lepton::p4WithFSR().

142  {
143 
145  return emP4(v)+hadP4(v);
146  }
147  // em and had energy in HF are defined in a special way
148  GlobalPoint p(v.x(), v.y(), v.z());
149  math::XYZVector dir = math::XYZVector(emPosition_ - p); // em and had positions in HF are forced to be the same
150  return math::PtEtaPhiMLorentzVector(p4().energy() * sin(dir.theta()), dir.eta(), dir.phi(), 0.0);
151 }
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
math::PtEtaPhiMLorentzVector hadP4(const Point &v) const
Definition: CaloTower.cc:100
PtEtaPhiMLorentzVectorD PtEtaPhiMLorentzVector
Lorentz vector with cartesian internal representation.
Definition: LorentzVector.h:25
double energy() const final
energy
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:99
double p() const final
magnitude of momentum vector
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:30
math::PtEtaPhiMLorentzVector emP4(const Point &v) const
Definition: CaloTower.cc:117
dbl *** dir
Definition: mlp_gen.cc:35
HcalSubdetector subdet_
Definition: CaloTower.h:218
GlobalPoint emPosition_
Definition: CaloTower.h:214
math::PtEtaPhiMLorentzVector CaloTower::p4_HO ( ) const

Definition at line 170 of file CaloTower.cc.

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

Referenced by hottestCellE(), and p4_HO().

170  {
171 
172  if (!inHO_ || outerE_<0) return math::PtEtaPhiMLorentzVector(0.0,0.0,0.0,0.0);
174 }
float outerE_
Definition: CaloTower.h:225
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:215
T eta() const
Definition: PV3DBase.h:76
bool inHO_
Definition: CaloTower.h:219
math::PtEtaPhiMLorentzVector CaloTower::p4_HO ( double  vtxZ) const

Definition at line 165 of file CaloTower.cc.

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

165  {
166  Point p(0, 0, vtxZ);
167  return p4_HO(p);
168 }
math::PtEtaPhiMLorentzVector p4_HO() const
Definition: CaloTower.cc:170
double p() const final
magnitude of momentum vector
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition: DMRtrends.cc:55
math::PtEtaPhiMLorentzVector CaloTower::p4_HO ( const Point v) const

Definition at line 156 of file CaloTower.cc.

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

156  {
157 
158  if (!inHO_ || outerE_<0) return math::PtEtaPhiMLorentzVector(0,0,0,0);
159 
160  GlobalPoint p(v.x(), v.y(), v.z());
162  return math::PtEtaPhiMLorentzVector(outerE_ * sin(dir.theta()), dir.eta(), dir.phi(), 0.0);
163 }
float outerE_
Definition: CaloTower.h:225
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:215
double p() const final
magnitude of momentum vector
XYZVectorD XYZVector
spatial vector with cartesian internal representation
Definition: Vector3D.h:30
bool inHO_
Definition: CaloTower.h:219
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 199 of file CaloTower.cc.

References twrStatusWord_.

Referenced by CaloTowersMerger::mergedTower(), and setHcalSubdet().

201  {
202 
203  twrStatusWord_ = 0x0;
204 
205  twrStatusWord_ |= ( numBadEcalChan & 0x1F);
206  twrStatusWord_ |= ( (numRecEcalChan & 0x1F) << 5);
207  twrStatusWord_ |= ( (numProbEcalChan & 0x1F) << 10);
208  twrStatusWord_ |= ( (numBadHcalChan & 0x7) << 15);
209  twrStatusWord_ |= ( (numRecHcalChan & 0x7) << 18);
210  twrStatusWord_ |= ( (numProbHcalChan & 0x7) << 21);
211 
212  return;
213 }
uint32_t twrStatusWord_
Definition: CaloTower.h:211
void CaloTower::setCaloTowerStatus ( uint32_t  s)
inline

Definition at line 94 of file CaloTower.h.

References alignCSCRings::s, and twrStatusWord_.

94 { twrStatusWord_ = s; }
uint32_t twrStatusWord_
Definition: CaloTower.h:211
void CaloTower::setConstituents ( std::vector< DetId > &&  ids)
inline

Definition at line 68 of file CaloTower.h.

References constituents_, and eostools::move().

Referenced by addConstituent().

def move(src, dest)
Definition: eostools.py:511
std::vector< DetId > constituents_
Definition: CaloTower.h:230
void CaloTower::setEcalTime ( int  t)
inline

Definition at line 70 of file CaloTower.h.

References ecalTime_, and lumiQTWidget::t.

Referenced by CaloTowersMerger::mergedTower().

70 { ecalTime_ = t; };
int ecalTime_
Definition: CaloTower.h:222
void CaloTower::setHcalSubdet ( int  lastHB,
int  lastHE,
int  lastHF,
int  lastHO 
)
inline

Definition at line 72 of file CaloTower.h.

References HcalBarrel, HcalEndcap, HcalForward, ietaAbs(), inHBHEgap_, inHO_, setCaloTowerStatus(), and subdet_.

72  {
73  int ct_ieta = ietaAbs();
74  if(ct_ieta <= lastHB) subdet_ = HcalBarrel;
75  else if(ct_ieta <= lastHE) subdet_ = HcalEndcap;
76  else if(ct_ieta <= lastHF) subdet_ = HcalForward;
77 
78  //account for HO separately
79  if(ct_ieta <= lastHO) inHO_ = true;
80  else inHO_ = false;
81 
82  //account for gap/crossover tower separately
83  if(ct_ieta == lastHB) inHBHEgap_ = true;
84  else inHBHEgap_ = false;
85  }
bool inHBHEgap_
Definition: CaloTower.h:219
int ietaAbs() const
Definition: CaloTower.h:186
bool inHO_
Definition: CaloTower.h:219
HcalSubdetector subdet_
Definition: CaloTower.h:218
void CaloTower::setHcalTime ( int  t)
inline

Definition at line 71 of file CaloTower.h.

References hcalTime_, and lumiQTWidget::t.

Referenced by CaloTowersMerger::mergedTower().

71 { hcalTime_ = t; };
int hcalTime_
Definition: CaloTower.h:223
void CaloTower::setHottestCellE ( double  e)
inline
uint32_t CaloTower::towerStatusWord ( ) const
inline

Definition at line 205 of file CaloTower.h.

References twrStatusWord_.

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

Definition at line 188 of file CaloTower.h.

References id_, numCrystals(), and CaloTowerDetId::zside().

188 { return id_.zside(); }
CaloTowerDetId id_
Definition: CaloTower.h:209
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 222 of file CaloTower.h.

Referenced by ecalTime(), and setEcalTime().

float CaloTower::emE_
private

Definition at line 225 of file CaloTower.h.

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

int CaloTower::emLvl1_
private

Definition at line 229 of file CaloTower.h.

Referenced by CaloTower(), and emLvl1().

GlobalPoint CaloTower::emPosition_
private

Definition at line 214 of file CaloTower.h.

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

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

Definition at line 229 of file CaloTower.h.

Referenced by CaloTower(), and hadLv11().

GlobalPoint CaloTower::hadPosition_
private

Definition at line 215 of file CaloTower.h.

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

int CaloTower::hcalTime_
private

Definition at line 223 of file CaloTower.h.

Referenced by hcalTime(), and setHcalTime().

float CaloTower::hottestCellE_
private

Definition at line 227 of file CaloTower.h.

Referenced by hottestCellE(), and setHottestCellE().

CaloTowerDetId CaloTower::id_
private

Definition at line 209 of file CaloTower.h.

Referenced by id(), ieta(), ietaAbs(), iphi(), and zside().

bool CaloTower::inHBHEgap_
private

Definition at line 219 of file CaloTower.h.

Referenced by energyInHB(), energyInHE(), and setHcalSubdet().

bool CaloTower::inHO_
private

Definition at line 219 of file CaloTower.h.

Referenced by energyInHO(), hadP4(), outerEnergy(), outerEt(), p4_HO(), and setHcalSubdet().

float CaloTower::outerE_
private
HcalSubdetector CaloTower::subdet_
private
uint32_t CaloTower::twrStatusWord_
private