#include <HGVHistoProducerAlgo.h>
Classes | |
struct | caloParticleOnLayer |
struct | detIdInfoInCluster |
struct | detIdInfoInMultiCluster |
Public Types | |
typedef dqm::legacy::DQMStore | DQMStore |
using | Histograms = HGVHistoProducerAlgoHistograms |
typedef dqm::legacy::MonitorElement | MonitorElement |
Public Member Functions | |
void | bookCaloParticleHistos (DQMStore::IBooker &ibook, Histograms &histograms, int pdgid, unsigned int layers) |
void | bookClusterHistos_CellLevel (DQMStore::IBooker &ibook, Histograms &histograms, unsigned int layers, std::vector< int > thicknesses) |
void | bookClusterHistos_ClusterLevel (DQMStore::IBooker &ibook, Histograms &histograms, unsigned int layers, std::vector< int > thicknesses, std::string pathtomatbudfile) |
void | bookClusterHistos_LCtoCP_association (DQMStore::IBooker &ibook, Histograms &histograms, unsigned int layers) |
void | bookInfo (DQMStore::IBooker &ibook, Histograms &histograms) |
void | bookMultiClusterHistos (DQMStore::IBooker &ibook, Histograms &histograms, unsigned int layers) |
void | bookSimClusterAssociationHistos (DQMStore::IBooker &ibook, Histograms &histograms, unsigned int layers, std::vector< int > thicknesses) |
void | bookSimClusterHistos (DQMStore::IBooker &ibook, Histograms &histograms, unsigned int layers, std::vector< int > thicknesses) |
double | distance (const double x1, const double y1, const double x2, const double y2) const |
double | distance2 (const double x1, const double y1, const double x2, const double y2) const |
void | fill_caloparticle_histos (const Histograms &histograms, int pdgid, const CaloParticle &caloparticle, std::vector< SimVertex > const &simVertices, unsigned int layers, std::unordered_map< DetId, const HGCRecHit * > const &) const |
void | fill_cluster_histos (const Histograms &histograms, int count, const reco::CaloCluster &cluster) const |
void | fill_generic_cluster_histos (const Histograms &histograms, int count, edm::Handle< reco::CaloClusterCollection > clusterHandle, const reco::CaloClusterCollection &clusters, const Density &densities, edm::Handle< std::vector< CaloParticle >> caloParticleHandle, std::vector< CaloParticle > const &cP, std::vector< size_t > const &cPIndices, std::vector< size_t > const &cPSelectedIndices, std::unordered_map< DetId, const HGCRecHit * > const &, std::map< double, double > cummatbudg, unsigned int layers, std::vector< int > thicknesses, const hgcal::RecoToSimCollection &recSimColl, const hgcal::SimToRecoCollection &simRecColl) const |
void | fill_info_histos (const Histograms &histograms, unsigned int layers) const |
void | fill_multi_cluster_histos (const Histograms &histograms, int count, const std::vector< reco::HGCalMultiCluster > &multiClusters, std::vector< CaloParticle > const &cP, std::vector< size_t > const &cPIndices, std::vector< size_t > const &cPSelectedIndices, std::unordered_map< DetId, const HGCRecHit * > const &, unsigned int layers) const |
void | fill_simcluster_histos (const Histograms &histograms, std::vector< SimCluster > const &simclusters, unsigned int layers, std::vector< int > thicknesses) const |
void | fill_simclusterassosiation_histos (const Histograms &histograms, int count, edm::Handle< reco::CaloClusterCollection > clusterHandle, const reco::CaloClusterCollection &clusters, edm::Handle< std::vector< SimCluster >> simClusterHandle, std::vector< SimCluster > const &simclusters, std::vector< size_t > const &sCIndices, const std::vector< float > &mask, std::unordered_map< DetId, const HGCRecHit * > const &hitMap, unsigned int layers, const hgcal::RecoToSimCollectionWithSimClusters &recSimColl, const hgcal::SimToRecoCollectionWithSimClusters &simRecColl) const |
DetId | findmaxhit (const reco::CaloCluster &cluster, std::unordered_map< DetId, const HGCRecHit * > const &) const |
HGVHistoProducerAlgo (const edm::ParameterSet &pset) | |
void | layerClusters_to_CaloParticles (const Histograms &histograms, edm::Handle< reco::CaloClusterCollection > clusterHandle, const reco::CaloClusterCollection &clusters, edm::Handle< std::vector< CaloParticle >> caloParticleHandle, std::vector< CaloParticle > const &cP, std::vector< size_t > const &cPIndices, std::vector< size_t > const &cPSelectedIndices, std::unordered_map< DetId, const HGCRecHit * > const &, unsigned int layers, const hgcal::RecoToSimCollection &recSimColl, const hgcal::SimToRecoCollection &simRecColl) const |
void | layerClusters_to_SimClusters (const Histograms &histograms, int count, edm::Handle< reco::CaloClusterCollection > clusterHandle, const reco::CaloClusterCollection &clusters, edm::Handle< std::vector< SimCluster >> simClusterHandle, std::vector< SimCluster > const &simclusters, std::vector< size_t > const &sCIndices, const std::vector< float > &mask, std::unordered_map< DetId, const HGCRecHit * > const &, unsigned int layers, const hgcal::RecoToSimCollectionWithSimClusters &recSimColl, const hgcal::SimToRecoCollectionWithSimClusters &simRecColl) const |
void | multiClusters_to_CaloParticles (const Histograms &histograms, int count, const std::vector< reco::HGCalMultiCluster > &multiClusters, std::vector< CaloParticle > const &cP, std::vector< size_t > const &cPIndices, std::vector< size_t > const &cPSelectedIndices, std::unordered_map< DetId, const HGCRecHit * > const &, unsigned int layers) const |
void | setRecHitTools (std::shared_ptr< hgcal::RecHitTools > recHitTools) |
~HGVHistoProducerAlgo () | |
Private Member Functions | |
double | getEta (double eta) const |
Definition at line 193 of file HGVHistoProducerAlgo.h.
Definition at line 195 of file HGVHistoProducerAlgo.h.
Definition at line 201 of file HGVHistoProducerAlgo.h.
Definition at line 196 of file HGVHistoProducerAlgo.h.
HGVHistoProducerAlgo::HGVHistoProducerAlgo | ( | const edm::ParameterSet & | pset | ) |
Definition at line 22 of file HGVHistoProducerAlgo.cc.
HGVHistoProducerAlgo::~HGVHistoProducerAlgo | ( | ) |
Definition at line 201 of file HGVHistoProducerAlgo.cc.
void HGVHistoProducerAlgo::bookCaloParticleHistos | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms, | ||
int | pdgid, | ||
unsigned int | layers | ||
) |
Definition at line 212 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), hgcalTopologyTester_cfi::layers, maxEne_, maxEta_, maxPhi_, maxPt_, maxZpos_, minEne_, minEta_, minPhi_, minPt_, minZpos_, nintEne_, nintEta_, nintPhi_, nintPt_, nintZpos_, and EgammaValidation_cff::pdgid.
void HGVHistoProducerAlgo::bookClusterHistos_CellLevel | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms, | ||
unsigned int | layers, | ||
std::vector< int > | thicknesses | ||
) |
Definition at line 858 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), hgcalTopologyTester_cfi::layers, maxCellsEneDensperthick_, maxClEneperthickperlayer_, maxDisSeedToMaxperthickperlayer_, maxDisToMaxperthickperlayer_, maxDisToMaxperthickperlayerenewei_, maxDisToSeedperthickperlayer_, maxDisToSeedperthickperlayerenewei_, maxTotNcellsperthickperlayer_, minCellsEneDensperthick_, minClEneperthickperlayer_, minDisSeedToMaxperthickperlayer_, minDisToMaxperthickperlayer_, minDisToMaxperthickperlayerenewei_, minDisToSeedperthickperlayer_, minDisToSeedperthickperlayerenewei_, minTotNcellsperthickperlayer_, nintCellsEneDensperthick_, nintClEneperthickperlayer_, nintDisSeedToMaxperthickperlayer_, nintDisToMaxperthickperlayer_, nintDisToMaxperthickperlayerenewei_, nintDisToSeedperthickperlayer_, nintDisToSeedperthickperlayerenewei_, nintTotNcellsperthickperlayer_, and AlCaHLTBitMon_QueryRunRegistry::string.
void HGVHistoProducerAlgo::bookClusterHistos_ClusterLevel | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms, | ||
unsigned int | layers, | ||
std::vector< int > | thicknesses, | ||
std::string | pathtomatbudfile | ||
) |
Definition at line 594 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), hgcalTopologyTester_cfi::layers, maxEneCl_, maxEneClperlay_, maxEta_, maxLongDepBary_, maxMixedHitsCluster_, maxTotNClsperlay_, maxTotNClsperthick_, minEneCl_, minEneClperlay_, minEta_, minLongDepBary_, minMixedHitsCluster_, minTotNClsperlay_, minTotNClsperthick_, nintEneCl_, nintEneClperlay_, nintEta_, nintLongDepBary_, nintMixedHitsCluster_, nintTotNClsperlay_, nintTotNClsperthick_, and AlCaHLTBitMon_QueryRunRegistry::string.
void HGVHistoProducerAlgo::bookClusterHistos_LCtoCP_association | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms, | ||
unsigned int | layers | ||
) |
Definition at line 691 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookProfile(), hgcalTopologyTester_cfi::layers, maxEta_, maxPhi_, maxScore_, maxSharedEneFrac_, minEta_, minPhi_, minScore_, minSharedEneFrac_, nintEta_, nintPhi_, nintScore_, nintSharedEneFrac_, and AlCaHLTBitMon_QueryRunRegistry::string.
void HGVHistoProducerAlgo::bookInfo | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms | ||
) |
Definition at line 203 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::bookInt().
void HGVHistoProducerAlgo::bookMultiClusterHistos | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms, | ||
unsigned int | layers | ||
) |
Definition at line 966 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookProfile(), hgcalTopologyTester_cfi::layers, maxClEnepermultiplicity_, maxEne_, maxEta_, maxMCLSharedEneFrac_, maxMplofLCs_, maxPhi_, maxPt_, maxScore_, maxSizeCLsinMCLs_, maxTotNClsinMCLs_, maxTotNClsinMCLsperlayer_, maxTotNMCLs_, maxX_, maxY_, maxZ_, minClEnepermultiplicity_, minEne_, minEta_, minMCLSharedEneFrac_, minMplofLCs_, minPhi_, minPt_, minScore_, minSizeCLsinMCLs_, minTotNClsinMCLs_, minTotNClsinMCLsperlayer_, minTotNMCLs_, minX_, minY_, minZ_, eostools::move(), nintClEnepermultiplicity_, nintEne_, nintEta_, nintMplofLCs_, nintPhi_, nintPt_, nintScore_, nintSharedEneFrac_, nintSizeCLsinMCLs_, nintTotNClsinMCLs_, nintTotNClsinMCLsperlayer_, nintTotNMCLs_, nintX_, nintY_, nintZ_, and AlCaHLTBitMon_QueryRunRegistry::string.
void HGVHistoProducerAlgo::bookSimClusterAssociationHistos | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms, | ||
unsigned int | layers, | ||
std::vector< int > | thicknesses | ||
) |
Definition at line 337 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookProfile(), hgcalTopologyTester_cfi::layers, maxEta_, maxPhi_, maxScore_, maxSharedEneFrac_, minEta_, minPhi_, minScore_, minSharedEneFrac_, eostools::move(), nintEta_, nintPhi_, nintScore_, nintSharedEneFrac_, and AlCaHLTBitMon_QueryRunRegistry::string.
void HGVHistoProducerAlgo::bookSimClusterHistos | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms, | ||
unsigned int | layers, | ||
std::vector< int > | thicknesses | ||
) |
Definition at line 285 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), hgcalTopologyTester_cfi::layers, maxMixedHitsSimCluster_, maxTotNsimClsperlay_, maxTotNsimClsperthick_, minMixedHitsSimCluster_, minTotNsimClsperlay_, minTotNsimClsperthick_, nintMixedHitsSimCluster_, nintTotNsimClsperlay_, nintTotNsimClsperthick_, and AlCaHLTBitMon_QueryRunRegistry::string.
double HGVHistoProducerAlgo::distance | ( | const double | x1, |
const double | y1, | ||
const double | x2, | ||
const double | y2 | ||
) | const |
Definition at line 3078 of file HGVHistoProducerAlgo.cc.
References distance2(), mathSSE::sqrt(), testProducerWithPsetDescEmpty_cfi::x1, testProducerWithPsetDescEmpty_cfi::x2, testProducerWithPsetDescEmpty_cfi::y1, and testProducerWithPsetDescEmpty_cfi::y2.
Referenced by fill_generic_cluster_histos().
double HGVHistoProducerAlgo::distance2 | ( | const double | x1, |
const double | y1, | ||
const double | x2, | ||
const double | y2 | ||
) | const |
Definition at line 3070 of file HGVHistoProducerAlgo.cc.
References PVValHelper::dx, PVValHelper::dy, testProducerWithPsetDescEmpty_cfi::x1, testProducerWithPsetDescEmpty_cfi::x2, testProducerWithPsetDescEmpty_cfi::y1, and testProducerWithPsetDescEmpty_cfi::y2.
Referenced by distance().
void HGVHistoProducerAlgo::fill_caloparticle_histos | ( | const Histograms & | histograms, |
int | pdgid, | ||
const CaloParticle & | caloparticle, | ||
std::vector< SimVertex > const & | simVertices, | ||
unsigned int | layers, | ||
std::unordered_map< DetId, const HGCRecHit * > const & | hitMap | ||
) | const |
Definition at line 1219 of file HGVHistoProducerAlgo.cc.
References HCALHighEnergyHPDFilter_cfi::energy, CaloParticle::energy(), PVValHelper::eta, CaloParticle::eta(), CaloParticle::g4Tracks(), getEta(), mps_fire::i, hgcalTopologyTester_cfi::layers, LogDebug, SiStripPI::max, min(), EgammaValidation_cff::pdgid, CaloParticle::phi(), position, CaloParticle::pt(), recHitTools_, CaloParticle::simClusters(), FastTrackerRecHitCombiner_cfi::simHits, HGCalValidator_cfi::simVertices, and edm::RefVector< C, T, F >::size().
void HGVHistoProducerAlgo::fill_cluster_histos | ( | const Histograms & | histograms, |
int | count, | ||
const reco::CaloCluster & | cluster | ||
) | const |
Definition at line 1493 of file HGVHistoProducerAlgo.cc.
References submitPVResolutionJobs::count, PVValHelper::eta, reco::CaloCluster::eta(), and getEta().
void HGVHistoProducerAlgo::fill_generic_cluster_histos | ( | const Histograms & | histograms, |
int | count, | ||
edm::Handle< reco::CaloClusterCollection > | clusterHandle, | ||
const reco::CaloClusterCollection & | clusters, | ||
const Density & | densities, | ||
edm::Handle< std::vector< CaloParticle >> | caloParticleHandle, | ||
std::vector< CaloParticle > const & | cP, | ||
std::vector< size_t > const & | cPIndices, | ||
std::vector< size_t > const & | cPSelectedIndices, | ||
std::unordered_map< DetId, const HGCRecHit * > const & | hitMap, | ||
std::map< double, double > | cummatbudg, | ||
unsigned int | layers, | ||
std::vector< int > | thicknesses, | ||
const hgcal::RecoToSimCollection & | recSimColl, | ||
const hgcal::SimToRecoCollection & | simRecColl | ||
) | const |
Definition at line 1950 of file HGVHistoProducerAlgo.cc.
References bsc_activity_cfg::clusters, submitPVResolutionJobs::count, DetId::det(), distance(), HLT_FULL_cff::distance, HCALHighEnergyHPDFilter_cfi::energy, PVValHelper::eta, findmaxhit(), DetId::Forward, DetId::HGCalEE, DetId::HGCalHSc, DetId::HGCalHSi, layerClusters_to_CaloParticles(), hgcalTopologyTester_cfi::layers, LogDebug, DetId::rawId(), recHitTools_, AlCaHLTBitMon_QueryRunRegistry::string, Calorimetry_cff::thickness, trackerHitRTTI::vector, and ecaldqm::zside().
void HGVHistoProducerAlgo::fill_info_histos | ( | const Histograms & | histograms, |
unsigned int | layers | ||
) | const |
Definition at line 1206 of file HGVHistoProducerAlgo.cc.
References hgcalTopologyTester_cfi::layers, and recHitTools_.
void HGVHistoProducerAlgo::fill_multi_cluster_histos | ( | const Histograms & | histograms, |
int | count, | ||
const std::vector< reco::HGCalMultiCluster > & | multiClusters, | ||
std::vector< CaloParticle > const & | cP, | ||
std::vector< size_t > const & | cPIndices, | ||
std::vector< size_t > const & | cPSelectedIndices, | ||
std::unordered_map< DetId, const HGCRecHit * > const & | hitMap, | ||
unsigned int | layers | ||
) | const |
Definition at line 2884 of file HGVHistoProducerAlgo.cc.
References submitPVResolutionJobs::count, mps_fire::end, HCALHighEnergyHPDFilter_cfi::energy, PVValHelper::eta, mps_fire::i, HLTEgPhaseIITestSequence_cff::layerClusters, hgcalTopologyTester_cfi::layers, multiClusters_to_CaloParticles(), phi, DiDispStaMuonMonitor_cfi::pt, recHitTools_, x, y, and z.
void HGVHistoProducerAlgo::fill_simcluster_histos | ( | const Histograms & | histograms, |
std::vector< SimCluster > const & | simclusters, | ||
unsigned int | layers, | ||
std::vector< int > | thicknesses | ||
) | const |
void HGVHistoProducerAlgo::fill_simclusterassosiation_histos | ( | const Histograms & | histograms, |
int | count, | ||
edm::Handle< reco::CaloClusterCollection > | clusterHandle, | ||
const reco::CaloClusterCollection & | clusters, | ||
edm::Handle< std::vector< SimCluster >> | simClusterHandle, | ||
std::vector< SimCluster > const & | simclusters, | ||
std::vector< size_t > const & | sCIndices, | ||
const std::vector< float > & | mask, | ||
std::unordered_map< DetId, const HGCRecHit * > const & | hitMap, | ||
unsigned int | layers, | ||
const hgcal::RecoToSimCollectionWithSimClusters & | recSimColl, | ||
const hgcal::SimToRecoCollectionWithSimClusters & | simRecColl | ||
) | const |
DetId HGVHistoProducerAlgo::findmaxhit | ( | const reco::CaloCluster & | cluster, |
std::unordered_map< DetId, const HGCRecHit * > const & | hitMap | ||
) | const |
Definition at line 3089 of file HGVHistoProducerAlgo.cc.
References HCALHighEnergyHPDFilter_cfi::energy, reco::CaloCluster::hitsAndFractions(), and trackerHitRTTI::vector.
Referenced by fill_generic_cluster_histos().
|
private |
Definition at line 3112 of file HGVHistoProducerAlgo.cc.
References PVValHelper::eta, and useFabsEta_.
Referenced by fill_caloparticle_histos(), and fill_cluster_histos().
void HGVHistoProducerAlgo::layerClusters_to_CaloParticles | ( | const Histograms & | histograms, |
edm::Handle< reco::CaloClusterCollection > | clusterHandle, | ||
const reco::CaloClusterCollection & | clusters, | ||
edm::Handle< std::vector< CaloParticle >> | caloParticleHandle, | ||
std::vector< CaloParticle > const & | cP, | ||
std::vector< size_t > const & | cPIndices, | ||
std::vector< size_t > const & | cPSelectedIndices, | ||
std::unordered_map< DetId, const HGCRecHit * > const & | hitMap, | ||
unsigned int | layers, | ||
const hgcal::RecoToSimCollection & | recSimColl, | ||
const hgcal::SimToRecoCollection & | simRecColl | ||
) | const |
Definition at line 1500 of file HGVHistoProducerAlgo.cc.
References trackingPlots::assoc, bsc_activity_cfg::clusters, edm::AssociationMap< Tag >::end(), mps_fire::end, HCALHighEnergyHPDFilter_cfi::energy, PVValHelper::eta, spr::find(), edm::AssociationMap< Tag >::find(), SimCluster::hits_and_fractions(), hgcalTopologyTester_cfi::layers, LogDebug, getGTfromDQMFile::obj, AlCaHLTBitMon_ParallelJobs::p, phi, recHitTools_, ScoreCutCPtoLC_, ScoreCutLCtoCP_, and edm::helpers::KeyVal< K, V >::val.
Referenced by fill_generic_cluster_histos().
void HGVHistoProducerAlgo::layerClusters_to_SimClusters | ( | const Histograms & | histograms, |
int | count, | ||
edm::Handle< reco::CaloClusterCollection > | clusterHandle, | ||
const reco::CaloClusterCollection & | clusters, | ||
edm::Handle< std::vector< SimCluster >> | simClusterHandle, | ||
std::vector< SimCluster > const & | simclusters, | ||
std::vector< size_t > const & | sCIndices, | ||
const std::vector< float > & | mask, | ||
std::unordered_map< DetId, const HGCRecHit * > const & | hitMap, | ||
unsigned int | layers, | ||
const hgcal::RecoToSimCollectionWithSimClusters & | recSimColl, | ||
const hgcal::SimToRecoCollectionWithSimClusters & | simRecColl | ||
) | const |
Definition at line 1767 of file HGVHistoProducerAlgo.cc.
References trackingPlots::assoc, bsc_activity_cfg::clusters, submitPVResolutionJobs::count, edm::AssociationMap< Tag >::end(), mps_fire::end, HCALHighEnergyHPDFilter_cfi::energy, PVValHelper::eta, edm::AssociationMap< Tag >::find(), hgcalTopologyTester_cfi::layers, LogDebug, getGTfromDQMFile::obj, AlCaHLTBitMon_ParallelJobs::p, phi, recHitTools_, ScoreCutLCtoSC_, ScoreCutSCtoLC_, and edm::helpers::KeyVal< K, V >::val.
void HGVHistoProducerAlgo::multiClusters_to_CaloParticles | ( | const Histograms & | histograms, |
int | count, | ||
const std::vector< reco::HGCalMultiCluster > & | multiClusters, | ||
std::vector< CaloParticle > const & | cP, | ||
std::vector< size_t > const & | cPIndices, | ||
std::vector< size_t > const & | cPSelectedIndices, | ||
std::unordered_map< DetId, const HGCRecHit * > const & | hitMap, | ||
unsigned int | layers | ||
) | const |
Definition at line 2277 of file HGVHistoProducerAlgo.cc.
References c, submitPVResolutionJobs::count, HLT_FULL_cff::distance, relativeConstraints::empty, mps_fire::end, HCALHighEnergyHPDFilter_cfi::energy, PVValHelper::eta, f, spr::find(), newFWLiteAna::found, SimCluster::hits_and_fractions(), mps_fire::i, dqmiolumiharvest::j, dqmdumpme::last, phase1PixelTopology::layer, hgcalTopologyTester_cfi::layers, LogDebug, match(), min(), GetRecoTauVFromDQM_MC_cff::next, getGTfromDQMFile::obj, phi, recHitTools_, offlineSlimmedPrimaryVertices_cfi::score, ScoreCutCPtoMCLEffDup_, ScoreCutMCLtoCPFakeMerge_, jetUpdater_cfi::sort, tier0::unique(), and findQualityFiles::v.
Referenced by fill_multi_cluster_histos().
void HGVHistoProducerAlgo::setRecHitTools | ( | std::shared_ptr< hgcal::RecHitTools > | recHitTools | ) |
Definition at line 3085 of file HGVHistoProducerAlgo.cc.
References recHitTools_.
|
private |
Definition at line 391 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 403 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 389 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 387 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 383 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 385 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 379 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 381 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 345 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookMultiClusterHistos().
|
private |
Definition at line 355 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 365 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 342 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_ClusterLevel(), bookClusterHistos_LCtoCP_association(), bookMultiClusterHistos(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 357 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 371 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 353 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 351 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 399 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 349 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_LCtoCP_association(), bookMultiClusterHistos(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 347 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookMultiClusterHistos().
|
private |
Definition at line 367 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), bookMultiClusterHistos(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 369 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 401 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 377 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 395 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 397 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 363 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 375 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 393 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 361 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 373 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 405 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 407 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 409 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 359 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos().
|
private |
Definition at line 391 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 403 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 389 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 387 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 383 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 385 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 379 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 381 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 345 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookMultiClusterHistos().
|
private |
Definition at line 355 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 365 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 342 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_ClusterLevel(), bookClusterHistos_LCtoCP_association(), bookMultiClusterHistos(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 357 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 371 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 353 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 351 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 399 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 349 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_LCtoCP_association(), bookMultiClusterHistos(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 347 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookMultiClusterHistos().
|
private |
Definition at line 367 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), bookMultiClusterHistos(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 369 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 401 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 377 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 395 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 397 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 363 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 375 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 393 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 361 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 373 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 405 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 407 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 409 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 359 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos().
|
private |
Definition at line 392 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 404 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 390 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 388 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 384 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 386 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 380 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 382 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 346 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookMultiClusterHistos().
|
private |
Definition at line 356 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 366 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 343 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_ClusterLevel(), bookClusterHistos_LCtoCP_association(), bookMultiClusterHistos(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 358 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 372 of file HGVHistoProducerAlgo.h.
|
private |
Definition at line 354 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 352 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 400 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 350 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_LCtoCP_association(), bookMultiClusterHistos(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 348 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookMultiClusterHistos().
|
private |
Definition at line 368 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), bookMultiClusterHistos(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 370 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), bookMultiClusterHistos(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 402 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 378 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 396 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 398 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 364 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 376 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 394 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 362 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 374 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 406 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 408 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 410 of file HGVHistoProducerAlgo.h.
Referenced by bookMultiClusterHistos().
|
private |
Definition at line 360 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos().
|
private |
Definition at line 339 of file HGVHistoProducerAlgo.h.
Referenced by fill_caloparticle_histos(), fill_generic_cluster_histos(), fill_info_histos(), fill_multi_cluster_histos(), layerClusters_to_CaloParticles(), layerClusters_to_SimClusters(), multiClusters_to_CaloParticles(), and setRecHitTools().
|
private |
Definition at line 344 of file HGVHistoProducerAlgo.h.
Referenced by getEta().