#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 | |
virtual Vector | boostToCM () const final |
virtual int | charge () const final |
electric charge More... | |
virtual LeafCandidate * | clone () const |
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) |
virtual const Candidate * | daughter (size_type) const |
return daughter at a given position (throws an exception) More... | |
virtual Candidate * | daughter (size_type) |
return daughter at a given position (throws an exception) More... | |
virtual Candidate * | daughter (const std::string &s) |
return daughter with a specified role name More... | |
virtual const Candidate * | daughter (const std::string &s) const |
return daughter with a specified role name More... | |
virtual double | energy () const final |
energy More... | |
virtual double | et () const final |
transverse energy More... | |
virtual double | et2 () const final |
transverse energy squared (use this for cut!) More... | |
virtual double | eta () const 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 () | |
LeafCandidate (const Candidate &c) | |
template<typename... Args> | |
LeafCandidate (Args &&...args) | |
LeafCandidate (LeafCandidate &rh) | |
LeafCandidate (LeafCandidate &&)=default | |
LeafCandidate (LeafCandidate const &)=default | |
virtual bool | longLived () const final |
is long lived? More... | |
virtual double | mass () const final |
mass More... | |
virtual bool | massConstraint () const final |
do mass constraint? More... | |
virtual double | massSqr () const final |
mass squared More... | |
virtual const CandidateBaseRef & | masterClone () const |
virtual const CandidatePtr & | masterClonePtr () const |
template<typename Ref > | |
Ref | masterRef () const |
cast master clone reference to a concrete type More... | |
virtual Vector | momentum () const final |
spatial momentum vector More... | |
virtual const Candidate * | mother (size_type) const |
return mother at a given position (throws an exception) More... | |
virtual double | mt () const final |
transverse mass More... | |
virtual 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... | |
virtual size_t | numberOfDaughters () const |
number of daughters More... | |
virtual size_t | numberOfMothers () const |
number of mothers More... | |
virtual size_t | numberOfSourceCandidatePtrs () const |
LeafCandidate & | operator= (LeafCandidate &&)=default |
LeafCandidate & | operator= (LeafCandidate const &)=default |
virtual double | p () const final |
magnitude of momentum vector More... | |
virtual const LorentzVector & | p4 () const final |
four-momentum Lorentz vector More... | |
virtual int | pdgId () const final |
PDG identifier. More... | |
virtual double | phi () const final |
momentum azimuthal angle More... | |
virtual const PolarLorentzVector & | polarP4 () const final |
four-momentum Lorentz vector More... | |
virtual double | pt () const final |
transverse momentum More... | |
virtual double | px () const final |
x coordinate of momentum vector More... | |
virtual double | py () const final |
y coordinate of momentum vector More... | |
virtual double | pz () const final |
z coordinate of momentum vector More... | |
virtual double | rapidity () const final |
rapidity More... | |
virtual void | setCharge (Charge q) final |
set electric charge More... | |
virtual void | setLongLived () final |
virtual void | setMass (double m) final |
set particle mass More... | |
virtual void | setMassConstraint () final |
virtual void | setP4 (const LorentzVector &p4) final |
set 4-momentum More... | |
virtual void | setP4 (const PolarLorentzVector &p4) final |
set 4-momentum More... | |
virtual void | setPdgId (int pdgId) final |
virtual void | setPz (double pz) final |
virtual void | setStatus (int status) final |
set status word More... | |
virtual void | setThreeCharge (Charge qx3) 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 final |
status word More... | |
virtual double | theta () const final |
momentum polar angle More... | |
virtual int | threeCharge () const final |
electric charge More... | |
virtual const Point & | vertex () 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 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 final |
rapidity More... | |
virtual | ~LeafCandidate () |
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_ |
bool | inHO_ |
float | outerE_ |
HcalSubdetector | subdet_ |
uint32_t | twrStatusWord_ |
Additional Inherited Members |
Definition at line 27 of file CaloTower.h.
typedef CaloTowerDetId CaloTower::key_type |
Definition at line 29 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 12 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 25 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 37 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 48 of file CaloTower.cc.
|
inline |
Definition at line 63 of file CaloTower.h.
References addConstituents(), constituents_, and setConstituents().
void CaloTower::addConstituents | ( | const std::vector< DetId > & | ids | ) |
Definition at line 177 of file CaloTower.cc.
References constituents_.
Referenced by addConstituent(), and CaloTowersMerger::mergedTower().
|
inline |
Definition at line 106 of file CaloTower.h.
References constituents_, and mps_fire::i.
Referenced by CaloSpecificAlgo::find_DetId_of_ECAL_cell_in_constituent_of(), CaloSpecificAlgo::find_DetId_of_HCAL_cell_in_constituent_of(), JetMatchingTools::getConstituentHits(), JetMatchingTools::getConstituentIds(), SignCaloSpecificAlgo::makeVectorOutOfCaloTowers(), JetCrystalsAssociator::produce(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 104 of file CaloTower.h.
References constituents_.
Referenced by reco::helper::JetIDHelper::classifyJetComponents(), reco::helper::JetIDHelper::classifyJetTowers(), ParametrizedSubtractor::getEt(), and CaloTowersMerger::mergedTower().
|
inline |
Definition at line 105 of file CaloTower.h.
References constituents_.
Referenced by reco::helper::JetIDHelper::classifyJetComponents(), CaloSpecificAlgo::find_DetId_of_ECAL_cell_in_constituent_of(), CaloSpecificAlgo::find_DetId_of_HCAL_cell_in_constituent_of(), JetMatchingTools::getConstituentHits(), JetMatchingTools::getConstituentIds(), SignCaloSpecificAlgo::makeVectorOutOfCaloTowers(), JetCrystalsAssociator::produce(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 181 of file CaloTower.h.
References ecalTime_, and objects.autophobj::float.
Referenced by CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 110 of file CaloTower.h.
References emE_.
Referenced by reco::helper::JetIDHelper::classifyJetTowers(), muonisolation::CaloExtractorByAssociator::deposits(), reco::HcalNoiseInfoProducer::fillcalotwrs(), MultipleAlgoIterator::getEt(), ReflectedIterator::getEt(), ParametrizedSubtractor::getEt(), reco::makeSpecific(), CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 115 of file CaloTower.h.
References emE_, funct::sin(), and reco::LeafCandidate::theta().
Referenced by CaloTowerAnalyzer::analyze(), HcalHaloAlgo::Calculate(), GlobalHaloAlgo::Calculate(), muonisolation::CaloExtractorByAssociator::deposits(), FWECalCaloTowerProxyBuilder::getEt(), SignCaloSpecificAlgo::makeVectorOutOfCaloTowers(), operator<<(), FWCaloTowerDetailView::setTextInfo(), CaloSpecificAlgo::update_EmEtInEB_EmEtInEE(), CaloSpecificAlgo::update_HadEtInHB_HadEtInHE_HadEtInHO_HadEtInHF_EmEtInHF(), CaloSpecificAlgo::update_MaxTowerEm_MaxTowerHad(), and CaloSpecificAlgo::update_totalEt_totalEm().
|
inline |
Definition at line 134 of file CaloTower.h.
References emE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().
|
inline |
Definition at line 144 of file CaloTower.h.
References emE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().
|
inline |
|
private |
Definition at line 117 of file CaloTower.cc.
References dir, emE_, emPosition_, reco::LeafCandidate::p(), and funct::sin().
Referenced by p4().
|
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().
|
inline |
Definition at line 160 of file CaloTower.h.
References emPosition_.
Referenced by CaloTowersMerger::mergedTower().
double CaloTower::energyInHB | ( | ) | const |
Definition at line 222 of file CaloTower.cc.
References hadE_, HcalBarrel, inHBHEgap_, outerE_, and subdet_.
Referenced by hadEnergyHeInnerLayer().
double CaloTower::energyInHE | ( | ) | const |
Definition at line 228 of file CaloTower.cc.
References hadE_, HcalEndcap, inHBHEgap_, outerE_, and subdet_.
Referenced by hadEnergyHeInnerLayer().
double CaloTower::energyInHF | ( | ) | const |
Definition at line 234 of file CaloTower.cc.
References reco::LeafCandidate::energy(), HcalForward, and subdet_.
Referenced by hadEnergyHeInnerLayer().
double CaloTower::energyInHO | ( | ) | const |
Definition at line 244 of file CaloTower.cc.
References emE_, reco::LeafCandidate::energy(), hadE_, and inHO_.
Referenced by hadEnergyHeInnerLayer().
|
inline |
Definition at line 132 of file CaloTower.h.
References reco::LeafCandidate::p4().
Referenced by CaloSpecificAlgo::addInfo(), CaloTowerAnalyzer::analyze(), GlobalHaloAlgo::Calculate(), SignCaloSpecificAlgo::makeVectorOutOfCaloTowers(), operator<<(), CaloTowerCandidateCreator::produce(), EgammaHLTCaloTowerProducer::produce(), CaloTowerFromL1TCreatorForTauHLT::produce(), CaloTowerCreatorForTauHLT::produce(), CaloSpecificAlgo::update_sumEtInpHF_MExInpHF_MEyInpHF_sumEtInmHF_MExInmHF_MEyInmHF(), and CaloSpecificAlgo::update_totalEt_totalEm().
|
inline |
Definition at line 142 of file CaloTower.h.
References reco::LeafCandidate::p4().
|
inline |
Definition at line 111 of file CaloTower.h.
References hadE_.
Referenced by reco::helper::JetIDHelper::classifyJetTowers(), muonisolation::CaloExtractorByAssociator::deposits(), reco::HcalNoiseInfoProducer::fillcalotwrs(), MultipleAlgoIterator::getEt(), ReflectedIterator::getEt(), ParametrizedSubtractor::getEt(), reco::makeSpecific(), CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 168 of file CaloTower.h.
References energyInHB(), energyInHE(), energyInHF(), energyInHO(), hadE_, HcalEndcap, outerE_, and subdet_.
|
inline |
Definition at line 167 of file CaloTower.h.
References HcalEndcap, outerE_, and subdet_.
|
inline |
Definition at line 116 of file CaloTower.h.
References hadE_, funct::sin(), and reco::LeafCandidate::theta().
Referenced by CaloTowerAnalyzer::analyze(), HcalHaloAlgo::Calculate(), GlobalHaloAlgo::Calculate(), muonisolation::CaloExtractorByAssociator::deposits(), FWHCalCaloTowerProxyBuilder::getEt(), SignCaloSpecificAlgo::makeVectorOutOfCaloTowers(), operator<<(), FWCaloTowerDetailView::setTextInfo(), CaloSpecificAlgo::update_HadEtInHB_HadEtInHE_HadEtInHO_HadEtInHF_EmEtInHF(), and CaloSpecificAlgo::update_MaxTowerEm_MaxTowerHad().
|
inline |
Definition at line 135 of file CaloTower.h.
References hadE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().
|
inline |
Definition at line 145 of file CaloTower.h.
References hadE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().
|
inline |
|
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().
|
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().
|
inline |
Definition at line 161 of file CaloTower.h.
References hadPosition_.
Referenced by CaloTowersMerger::mergedTower().
|
inline |
Definition at line 182 of file CaloTower.h.
References objects.autophobj::float, and hcalTime_.
Referenced by CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 148 of file CaloTower.h.
References hottestCellE_, and p4_HO().
Referenced by CaloTowersMerger::mergedTower().
|
inline |
Definition at line 103 of file CaloTower.h.
References id_.
Referenced by CaloTowerAnalyzer::analyze(), HcalHaloAlgo::Calculate(), muonisolation::CaloExtractorByAssociator::deposits(), ReflectedIterator::getEt(), MultipleAlgoIterator::getEt(), ParametrizedSubtractor::getEt(), MultipleAlgoIterator::getEta(), ReflectedIterator::getEta(), ParametrizedSubtractor::getEta(), PileUpSubtractor::ieta(), PileUpSubtractor::iphi(), reco::makeSpecific(), CaloTowersMerger::mergedTower(), reco::HcalNoiseRBX::twrcomp::operator()(), operator<<(), operator==(), HLTHcalTowerNoiseCleanerWithrechit::produce(), HLTHcalTowerNoiseCleaner::produce(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 185 of file CaloTower.h.
References id_, and CaloTowerDetId::ieta().
Referenced by HcalHaloAlgo::Calculate(), GlobalHaloAlgo::Calculate(), reco::helper::JetIDHelper::classifyJetComponents(), reco::helper::JetIDHelper::classifyJetTowers(), CompareTowers(), reco::HcalNoiseRBXArray::findHPD(), and reco::HcalNoiseRBXArray::findRBX().
|
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().
|
inline |
Definition at line 187 of file CaloTower.h.
References id_, and CaloTowerDetId::iphi().
Referenced by HcalHaloAlgo::Calculate(), GlobalHaloAlgo::Calculate(), reco::helper::JetIDHelper::classifyJetComponents(), reco::helper::JetIDHelper::classifyJetTowers(), CompareTowers(), reco::HcalNoiseRBXArray::findHPD(), and reco::HcalNoiseRBXArray::findRBX().
|
inline |
Definition at line 196 of file CaloTower.h.
References twrStatusWord_.
Referenced by CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().
|
inline |
Definition at line 200 of file CaloTower.h.
References twrStatusWord_.
Referenced by CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().
int CaloTower::numCrystals | ( | ) | const |
Definition at line 182 of file CaloTower.cc.
References constituents_, DetId::Ecal, HcalForward, and subdet_.
Referenced by zside().
|
inline |
Definition at line 198 of file CaloTower.h.
References twrStatusWord_.
Referenced by CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().
|
inline |
Definition at line 202 of file CaloTower.h.
References twrStatusWord_.
Referenced by HcalHaloAlgo::Calculate(), CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().
|
inline |
Definition at line 197 of file CaloTower.h.
References twrStatusWord_.
Referenced by CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().
|
inline |
Definition at line 201 of file CaloTower.h.
References twrStatusWord_.
Referenced by CaloTowersMerger::mergedTower(), and AnomalousTower::operator()().
|
inline |
Definition at line 112 of file CaloTower.h.
References inHO_, and outerE_.
Referenced by reco::helper::JetIDHelper::classifyJetTowers(), muonisolation::CaloExtractorByAssociator::deposits(), reco::makeSpecific(), CaloTowersMerger::mergedTower(), and CaloTowersCreationAlgo::rescale().
|
inline |
Definition at line 117 of file CaloTower.h.
References stringResolutionProvider_cfi::et, inHO_, outerE_, AlCaHLTBitMon_ParallelJobs::p, p4, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().
Referenced by CaloTowerAnalyzer::analyze(), muonisolation::CaloExtractorByAssociator::deposits(), FWHOCaloTowerProxyBuilder::getEt(), SignCaloSpecificAlgo::makeVectorOutOfCaloTowers(), operator<<(), and CaloSpecificAlgo::update_HadEtInHB_HadEtInHE_HadEtInHO_HadEtInHF_EmEtInHF().
|
inline |
Definition at line 136 of file CaloTower.h.
References inHO_, outerE_, reco::LeafCandidate::p4(), funct::sin(), reco::LeafCandidate::theta(), and findQualityFiles::v.
|
inline |
Definition at line 146 of file CaloTower.h.
References inHO_, outerE_, reco::LeafCandidate::p4(), funct::sin(), and reco::LeafCandidate::theta().
|
inline |
Definition at line 131 of file CaloTower.h.
References reco::LeafCandidate::p4().
Referenced by Electron.Electron::ptErr().
|
inline |
Definition at line 141 of file CaloTower.h.
References reco::LeafCandidate::p4().
Referenced by Electron.Electron::ptErr().
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().
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().
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().
math::PtEtaPhiMLorentzVector CaloTower::p4_HO | ( | double | vtxZ | ) | const |
Definition at line 165 of file CaloTower.cc.
References reco::LeafCandidate::p(), and p4_HO().
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().
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().
|
inline |
|
inline |
Definition at line 68 of file CaloTower.h.
References constituents_, and eostools::move().
Referenced by addConstituent().
|
inline |
Definition at line 70 of file CaloTower.h.
References ecalTime_, and lumiQTWidget::t.
Referenced by CaloTowersMerger::mergedTower().
|
inline |
Definition at line 72 of file CaloTower.h.
References HcalBarrel, HcalEndcap, HcalForward, ietaAbs(), inHBHEgap_, inHO_, setCaloTowerStatus(), and subdet_.
|
inline |
Definition at line 71 of file CaloTower.h.
References hcalTime_, and lumiQTWidget::t.
Referenced by CaloTowersMerger::mergedTower().
|
inline |
Definition at line 97 of file CaloTower.h.
References MillePedeFileConverter_cfg::e, and hottestCellE_.
Referenced by CaloTowersMerger::mergedTower().
|
inline |
|
inline |
Definition at line 188 of file CaloTower.h.
References id_, numCrystals(), and CaloTowerDetId::zside().
|
private |
Definition at line 230 of file CaloTower.h.
Referenced by addConstituent(), addConstituents(), constituent(), constituents(), constituentsSize(), numCrystals(), and setConstituents().
|
private |
Definition at line 222 of file CaloTower.h.
Referenced by ecalTime(), and setEcalTime().
|
private |
Definition at line 225 of file CaloTower.h.
Referenced by CaloTower(), emEnergy(), emEt(), emP4(), energyInHO(), and hadP4().
|
private |
Definition at line 229 of file CaloTower.h.
Referenced by CaloTower(), and emLvl1().
|
private |
Definition at line 214 of file CaloTower.h.
Referenced by emP4(), emPosition(), and p4().
|
private |
Definition at line 225 of file CaloTower.h.
Referenced by CaloTower(), energyInHB(), energyInHE(), energyInHO(), hadEnergy(), hadEnergyHeInnerLayer(), hadEt(), and hadP4().
|
private |
Definition at line 229 of file CaloTower.h.
Referenced by CaloTower(), and hadLv11().
|
private |
Definition at line 215 of file CaloTower.h.
Referenced by hadP4(), hadPosition(), and p4_HO().
|
private |
Definition at line 223 of file CaloTower.h.
Referenced by hcalTime(), and setHcalTime().
|
private |
Definition at line 227 of file CaloTower.h.
Referenced by hottestCellE(), and setHottestCellE().
|
private |
|
private |
Definition at line 219 of file CaloTower.h.
Referenced by energyInHB(), energyInHE(), and setHcalSubdet().
|
private |
Definition at line 219 of file CaloTower.h.
Referenced by energyInHO(), hadP4(), outerEnergy(), outerEt(), p4_HO(), and setHcalSubdet().
|
private |
Definition at line 225 of file CaloTower.h.
Referenced by CaloTower(), energyInHB(), energyInHE(), hadEnergyHeInnerLayer(), hadEnergyHeOuterLayer(), outerEnergy(), outerEt(), and p4_HO().
|
private |
Definition at line 218 of file CaloTower.h.
Referenced by energyInHB(), energyInHE(), energyInHF(), hadEnergyHeInnerLayer(), hadEnergyHeOuterLayer(), numCrystals(), p4(), and setHcalSubdet().
|
private |
Definition at line 211 of file CaloTower.h.
Referenced by numBadEcalCells(), numBadHcalCells(), numProblematicEcalCells(), numProblematicHcalCells(), numRecoveredEcalCells(), numRecoveredHcalCells(), setCaloTowerStatus(), and towerStatusWord().