#include <CaloTower.h>
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 GlobalPoint & | emPosition () 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 GlobalPoint & | hadPosition () 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... | |
LeafCandidate * | clone () 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 Candidate * | daughter (size_type) const override |
return daughter at a given position (throws an exception) More... | |
Candidate * | daughter (size_type) override |
return daughter at a given position (throws an exception) More... | |
Candidate * | daughter (const std::string &s) override |
return daughter with a specified role name More... | |
const Candidate * | daughter (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 CandidateBaseRef & | masterClone () const override |
const CandidatePtr & | masterClonePtr () 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 Candidate * | mother (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 |
LeafCandidate & | operator= (LeafCandidate &&)=default |
LeafCandidate & | operator= (LeafCandidate const &)=default |
double | p () const final |
magnitude of momentum vector More... | |
const LorentzVector & | p4 () const final |
four-momentum Lorentz vector More... | |
int | pdgId () const final |
PDG identifier. More... | |
double | phi () const final |
momentum azimuthal angle More... | |
const PolarLorentzVector & | polarP4 () 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 Point & | vertex () 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 Track * | bestTrack () 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< DetId > | constituents_ |
int | ecalTime_ |
float | emE_ |
int | emLvl1_ |
GlobalPoint | emPosition_ |
float | hadE_ |
int | hadLvl1_ |
GlobalPoint | hadPosition_ |
int | hcalTime_ |
float | hottestCellE_ |
CaloTowerDetId | id_ |
bool | inHBHEgap_ {false} |
bool | inHO_ {false} |
float | outerE_ |
HcalSubdetector | subdet_ {HcalEmpty} |
uint32_t | twrStatusWord_ |
Additional Inherited Members |
Definition at line 26 of file CaloTower.h.
typedef CaloTowerDetId CaloTower::key_type |
Definition at line 28 of file CaloTower.h.
CaloTower::CaloTower | ( | ) |
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 11 of file CaloTower.cc.
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 30 of file CaloTower.cc.
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 49 of file CaloTower.cc.
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 70 of file CaloTower.cc.
|
inline |
void CaloTower::addConstituents | ( | const std::vector< DetId > & | ids | ) |
Definition at line 199 of file CaloTower.cc.
References constituents_.
Referenced by CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescaleTowers().
|
inline |
Definition at line 126 of file CaloTower.h.
References constituents_, and mps_fire::i.
Referenced by JetMatchingTools::getConstituentHits(), JetMatchingTools::getConstituentIds(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 124 of file CaloTower.h.
References constituents_.
Referenced by ParametrizedSubtractor::getEt().
|
inline |
Definition at line 125 of file CaloTower.h.
References constituents_.
Referenced by JetMatchingTools::getConstituentHits(), JetMatchingTools::getConstituentIds(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 196 of file CaloTower.h.
References ecalTime_, and nano_mu_digi_cff::float.
Referenced by CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 130 of file CaloTower.h.
References emE_.
Referenced by muonisolation::CaloExtractorByAssociator::deposits(), reco::HcalNoiseInfoProducer::fillcalotwrs(), MultipleAlgoIterator::getEt(), ReflectedIterator::getEt(), ParametrizedSubtractor::getEt(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 135 of file CaloTower.h.
References emE_, funct::sin(), and reco::LeafCandidate::theta().
Referenced by GlobalHaloAlgo::Calculate(), muonisolation::CaloExtractorByAssociator::deposits(), FWECalCaloTowerProxyBuilder::getEt(), and operator<<().
|
inline |
Definition at line 152 of file CaloTower.h.
References emE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().
|
inline |
Definition at line 162 of file CaloTower.h.
References emE_, reco::LeafCandidate::p4(), funct::sin(), reco::LeafCandidate::theta(), and findQualityFiles::v.
|
inline |
|
private |
Definition at line 145 of file CaloTower.cc.
References DeadROC_duringRun::dir, emE_, emPosition_, reco::LeafCandidate::p(), funct::sin(), and findQualityFiles::v.
Referenced by p4().
|
private |
Definition at line 113 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().
|
inline |
double CaloTower::energyInHB | ( | ) | const |
Definition at line 243 of file CaloTower.cc.
References hadE_, HcalBarrel, inHBHEgap_, outerE_, and subdet_.
double CaloTower::energyInHE | ( | ) | const |
Definition at line 252 of file CaloTower.cc.
References hadE_, HcalEndcap, inHBHEgap_, outerE_, and subdet_.
double CaloTower::energyInHF | ( | ) | const |
Definition at line 261 of file CaloTower.cc.
References reco::LeafCandidate::energy(), HcalForward, and subdet_.
double CaloTower::energyInHO | ( | ) | const |
Definition at line 273 of file CaloTower.cc.
References emE_, reco::LeafCandidate::energy(), hadE_, and inHO_.
|
inline |
Definition at line 150 of file CaloTower.h.
References reco::LeafCandidate::p4().
Referenced by GlobalHaloAlgo::Calculate(), HiPuRhoProducer::calculatePedestal(), operator<<(), CaloTowerCandidateCreator::produce(), EgammaHLTCaloTowerProducer::produce(), CaloTowerFromL1TCreatorForTauHLT::produce(), CaloTowerCreatorForTauHLT::produce(), and HiPuRhoProducer::subtractPedestal().
|
inline |
Definition at line 160 of file CaloTower.h.
References reco::LeafCandidate::p4(), and findQualityFiles::v.
|
inline |
Definition at line 131 of file CaloTower.h.
References hadE_.
Referenced by muonisolation::CaloExtractorByAssociator::deposits(), reco::HcalNoiseInfoProducer::fillcalotwrs(), MultipleAlgoIterator::getEt(), ReflectedIterator::getEt(), ParametrizedSubtractor::getEt(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 185 of file CaloTower.h.
References hadE_, HcalEndcap, outerE_, and subdet_.
|
inline |
Definition at line 184 of file CaloTower.h.
References HcalEndcap, outerE_, and subdet_.
|
inline |
Definition at line 136 of file CaloTower.h.
References hadE_, funct::sin(), and reco::LeafCandidate::theta().
Referenced by GlobalHaloAlgo::Calculate(), muonisolation::CaloExtractorByAssociator::deposits(), FWHCalCaloTowerProxyBuilder::getEt(), and operator<<().
|
inline |
Definition at line 153 of file CaloTower.h.
References hadE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().
|
inline |
Definition at line 163 of file CaloTower.h.
References hadE_, reco::LeafCandidate::p4(), funct::sin(), reco::LeafCandidate::theta(), and findQualityFiles::v.
|
inline |
|
private |
Definition at line 127 of file CaloTower.cc.
References DeadROC_duringRun::dir, emE_, reco::LeafCandidate::energy(), hadE_, hadPosition_, inHO_, reco::LeafCandidate::p(), funct::sin(), and findQualityFiles::v.
Referenced by p4().
|
private |
Definition at line 93 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().
|
inline |
|
inline |
Definition at line 197 of file CaloTower.h.
References nano_mu_digi_cff::float, and hcalTime_.
Referenced by CaloTowersCreationAlgo::rescale().
|
inline |
|
inline |
Definition at line 123 of file CaloTower.h.
References id_.
Referenced by muonisolation::CaloExtractorByAssociator::deposits(), MultipleAlgoIterator::getEt(), ReflectedIterator::getEt(), ParametrizedSubtractor::getEt(), MultipleAlgoIterator::getEta(), ReflectedIterator::getEta(), ParametrizedSubtractor::getEta(), PileUpSubtractor::ieta(), PileUpSubtractor::iphi(), operator<<(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 200 of file CaloTower.h.
References id_, and CaloTowerDetId::ieta().
Referenced by GlobalHaloAlgo::Calculate(), HiPuRhoProducer::calculateOrphanInput(), HiPuRhoProducer::calculatePedestal(), and HiPuRhoProducer::subtractPedestal().
|
inline |
Definition at line 201 of file CaloTower.h.
References id_, and CaloTowerDetId::ietaAbs().
Referenced by reco::HcalNoiseInfoProducer::fillcalotwrs(), and setHcalSubdet().
|
inline |
Definition at line 202 of file CaloTower.h.
References id_, and CaloTowerDetId::iphi().
Referenced by GlobalHaloAlgo::Calculate(), and HiPuRhoProducer::calculateOrphanInput().
|
inline |
|
inline |
int CaloTower::numCrystals | ( | ) | const |
Definition at line 204 of file CaloTower.cc.
References constituents_, DetId::Ecal, HcalForward, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, and subdet_.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 132 of file CaloTower.h.
References inHO_, and outerE_.
Referenced by muonisolation::CaloExtractorByAssociator::deposits(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 137 of file CaloTower.h.
References inHO_, outerE_, funct::sin(), and reco::LeafCandidate::theta().
Referenced by muonisolation::CaloExtractorByAssociator::deposits(), FWHOCaloTowerProxyBuilder::getEt(), and operator<<().
|
inline |
Definition at line 154 of file CaloTower.h.
References inHO_, outerE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().
|
inline |
Definition at line 164 of file CaloTower.h.
References inHO_, outerE_, reco::LeafCandidate::p4(), funct::sin(), reco::LeafCandidate::theta(), and findQualityFiles::v.
|
inline |
Definition at line 149 of file CaloTower.h.
References reco::LeafCandidate::p4().
Referenced by Electron.Electron::ptErr().
|
inline |
Definition at line 159 of file CaloTower.h.
References reco::LeafCandidate::p4(), and findQualityFiles::v.
Referenced by Electron.Electron::ptErr().
math::PtEtaPhiMLorentzVector CaloTower::p4 | ( | double | vtxZ | ) | const |
Definition at line 155 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 Tau.Tau::dxy_approx(), Tau.Tau::dz(), and Lepton.Lepton::p4WithFSR().
math::PtEtaPhiMLorentzVector CaloTower::p4 | ( | const Point & | v | ) | const |
Definition at line 167 of file CaloTower.cc.
References DeadROC_duringRun::dir, emP4(), emPosition_, reco::LeafCandidate::energy(), hadP4(), HcalBarrel, HcalEndcap, reco::LeafCandidate::p(), reco::LeafCandidate::p4(), funct::sin(), subdet_, and findQualityFiles::v.
Referenced by Tau.Tau::dxy_approx(), Tau.Tau::dz(), and Lepton.Lepton::p4WithFSR().
math::PtEtaPhiMLorentzVector CaloTower::p4_HO | ( | ) | const |
Definition at line 193 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 p4_HO().
math::PtEtaPhiMLorentzVector CaloTower::p4_HO | ( | double | vtxZ | ) | const |
Definition at line 188 of file CaloTower.cc.
References reco::LeafCandidate::p(), and p4_HO().
math::PtEtaPhiMLorentzVector CaloTower::p4_HO | ( | const Point & | v | ) | const |
Definition at line 179 of file CaloTower.cc.
References DeadROC_duringRun::dir, hadPosition_, inHO_, outerE_, reco::LeafCandidate::p(), funct::sin(), and findQualityFiles::v.
void CaloTower::setCaloTowerStatus | ( | unsigned int | numBadHcalChan, |
unsigned int | numBadEcalChan, | ||
unsigned int | numRecHcalChan, | ||
unsigned int | numRecEcalChan, | ||
unsigned int | numProbHcalChan, | ||
unsigned int | numProbEcalChan | ||
) |
Definition at line 221 of file CaloTower.cc.
References twrStatusWord_.
Referenced by CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescaleTowers().
|
inline |
|
inline |
|
inline |
Definition at line 83 of file CaloTower.h.
References ecalTime_, and submitPVValidationJobs::t.
Referenced by CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescaleTowers().
|
inline |
Definition at line 85 of file CaloTower.h.
References HcalBarrel, HcalEndcap, HcalForward, ietaAbs(), inHBHEgap_, inHO_, and subdet_.
Referenced by CaloTowersCreationAlgo::rescaleTowers().
|
inline |
Definition at line 84 of file CaloTower.h.
References hcalTime_, and submitPVValidationJobs::t.
Referenced by CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescaleTowers().
|
inline |
Definition at line 120 of file CaloTower.h.
References MillePedeFileConverter_cfg::e, and hottestCellE_.
Referenced by CaloTowersMerger::mergedTower().
|
inline |
|
inline |
Definition at line 203 of file CaloTower.h.
References id_, and CaloTowerDetId::zside().
|
private |
Definition at line 244 of file CaloTower.h.
Referenced by addConstituent(), addConstituents(), constituent(), constituents(), constituentsSize(), numCrystals(), and setConstituents().
|
private |
Definition at line 236 of file CaloTower.h.
Referenced by ecalTime(), and setEcalTime().
|
private |
Definition at line 239 of file CaloTower.h.
Referenced by CaloTower(), emEnergy(), emEt(), emP4(), energyInHO(), and hadP4().
|
private |
Definition at line 243 of file CaloTower.h.
Referenced by CaloTower(), and emLvl1().
|
private |
Definition at line 228 of file CaloTower.h.
Referenced by emP4(), emPosition(), and p4().
|
private |
Definition at line 239 of file CaloTower.h.
Referenced by CaloTower(), energyInHB(), energyInHE(), energyInHO(), hadEnergy(), hadEnergyHeInnerLayer(), hadEt(), and hadP4().
|
private |
Definition at line 243 of file CaloTower.h.
Referenced by CaloTower(), and hadLv11().
|
private |
Definition at line 229 of file CaloTower.h.
Referenced by hadP4(), hadPosition(), and p4_HO().
|
private |
Definition at line 237 of file CaloTower.h.
Referenced by hcalTime(), and setHcalTime().
|
private |
Definition at line 241 of file CaloTower.h.
Referenced by hottestCellE(), and setHottestCellE().
|
private |
|
private |
Definition at line 233 of file CaloTower.h.
Referenced by energyInHB(), energyInHE(), and setHcalSubdet().
|
private |
Definition at line 233 of file CaloTower.h.
Referenced by energyInHO(), hadP4(), outerEnergy(), outerEt(), p4_HO(), and setHcalSubdet().
|
private |
Definition at line 239 of file CaloTower.h.
Referenced by CaloTower(), energyInHB(), energyInHE(), hadEnergyHeInnerLayer(), hadEnergyHeOuterLayer(), outerEnergy(), outerEt(), and p4_HO().
|
private |
Definition at line 232 of file CaloTower.h.
Referenced by energyInHB(), energyInHE(), energyInHF(), hadEnergyHeInnerLayer(), hadEnergyHeOuterLayer(), numCrystals(), p4(), and setHcalSubdet().
|
private |
Definition at line 225 of file CaloTower.h.
Referenced by numBadEcalCells(), numBadHcalCells(), numProblematicEcalCells(), numProblematicHcalCells(), numRecoveredEcalCells(), numRecoveredHcalCells(), setCaloTowerStatus(), and towerStatusWord().