#include <HGVHistoProducerAlgo.h>
Classes | |
struct | caloParticleOnLayer |
struct | detIdInfoInCluster |
struct | detIdInfoInTrackster |
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 | 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) |
void | bookTracksterCPLinkingHistos (DQMStore::IBooker &ibook, Histograms &histograms) |
void | bookTracksterHistos (DQMStore::IBooker &ibook, Histograms &histograms, unsigned int layers) |
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_simCluster_histos (const Histograms &histograms, std::vector< SimCluster > const &simClusters, unsigned int layers, std::vector< int > thicknesses) const |
void | fill_simClusterAssociation_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 |
void | fill_trackster_histos (const Histograms &histograms, int count, const ticl::TracksterCollection &Tracksters, const reco::CaloClusterCollection &layerClusters, const ticl::TracksterCollection &simTSFromCP, 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 |
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 | setRecHitTools (std::shared_ptr< hgcal::RecHitTools > recHitTools) |
void | tracksters_to_SimTracksters (const Histograms &histograms, int count, const ticl::TracksterCollection &Tracksters, const reco::CaloClusterCollection &layerClusters, const ticl::TracksterCollection &simTSFromCP, 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 |
~HGVHistoProducerAlgo () | |
Private Member Functions | |
double | getEta (double eta) const |
Definition at line 195 of file HGVHistoProducerAlgo.h.
Definition at line 197 of file HGVHistoProducerAlgo.h.
Definition at line 203 of file HGVHistoProducerAlgo.h.
Definition at line 198 of file HGVHistoProducerAlgo.h.
HGVHistoProducerAlgo::HGVHistoProducerAlgo | ( | const edm::ParameterSet & | pset | ) |
Definition at line 22 of file HGVHistoProducerAlgo.cc.
HGVHistoProducerAlgo::~HGVHistoProducerAlgo | ( | ) |
Definition at line 202 of file HGVHistoProducerAlgo.cc.
void HGVHistoProducerAlgo::bookCaloParticleHistos | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms, | ||
int | pdgid, | ||
unsigned int | layers | ||
) |
Definition at line 213 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), HGVHistoProducerAlgoHistograms::h_caloparticle_energy, HGVHistoProducerAlgoHistograms::h_caloparticle_energyDifference, HGVHistoProducerAlgoHistograms::h_caloparticle_eta, HGVHistoProducerAlgoHistograms::h_caloparticle_eta_Zorigin, HGVHistoProducerAlgoHistograms::h_caloparticle_firstlayer, HGVHistoProducerAlgoHistograms::h_caloparticle_firstlayer_matchedtoRecHit, HGVHistoProducerAlgoHistograms::h_caloparticle_lastlayer, HGVHistoProducerAlgoHistograms::h_caloparticle_lastlayer_matchedtoRecHit, HGVHistoProducerAlgoHistograms::h_caloparticle_layersnum, HGVHistoProducerAlgoHistograms::h_caloparticle_layersnum_matchedtoRecHit, HGVHistoProducerAlgoHistograms::h_caloparticle_nHits_matched_energy, HGVHistoProducerAlgoHistograms::h_caloparticle_nHits_matched_energy_layer, HGVHistoProducerAlgoHistograms::h_caloparticle_nHits_matched_energy_layer_1SimCl, HGVHistoProducerAlgoHistograms::h_caloparticle_nHitsInSimClusters, HGVHistoProducerAlgoHistograms::h_caloparticle_nHitsInSimClusters_matchedtoRecHit, HGVHistoProducerAlgoHistograms::h_caloparticle_nSimClusters, HGVHistoProducerAlgoHistograms::h_caloparticle_phi, HGVHistoProducerAlgoHistograms::h_caloparticle_pt, HGVHistoProducerAlgoHistograms::h_caloparticle_selfenergy, HGVHistoProducerAlgoHistograms::h_caloparticle_sum_energy_layer, maxEne_, maxEta_, maxPhi_, maxPt_, maxZpos_, minEne_, minEta_, minPhi_, minPt_, minZpos_, nintEne_, nintEta_, nintPhi_, nintPt_, and nintZpos_.
void HGVHistoProducerAlgo::bookClusterHistos_CellLevel | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms, | ||
unsigned int | layers, | ||
std::vector< int > | thicknesses | ||
) |
Definition at line 859 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), HGVHistoProducerAlgoHistograms::h_cellAssociation_perlayer, HGVHistoProducerAlgoHistograms::h_cellsenedens_perthick, HGVHistoProducerAlgoHistograms::h_cellsnum_perthickperlayer, HGVHistoProducerAlgoHistograms::h_distancebetseedandmaxcell_perthickperlayer, HGVHistoProducerAlgoHistograms::h_distancebetseedandmaxcellvsclusterenergy_perthickperlayer, HGVHistoProducerAlgoHistograms::h_distancetomaxcell_perthickperlayer, HGVHistoProducerAlgoHistograms::h_distancetomaxcell_perthickperlayer_eneweighted, HGVHistoProducerAlgoHistograms::h_distancetoseedcell_perthickperlayer, HGVHistoProducerAlgoHistograms::h_distancetoseedcell_perthickperlayer_eneweighted, LayerTriplets::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 595 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), HGVHistoProducerAlgoHistograms::h_cluster_eta, HGVHistoProducerAlgoHistograms::h_clusternum_perlayer, HGVHistoProducerAlgoHistograms::h_clusternum_perthick, HGVHistoProducerAlgoHistograms::h_energyclustered_perlayer, HGVHistoProducerAlgoHistograms::h_energyclustered_zminus, HGVHistoProducerAlgoHistograms::h_energyclustered_zplus, HGVHistoProducerAlgoHistograms::h_longdepthbarycentre_zminus, HGVHistoProducerAlgoHistograms::h_longdepthbarycentre_zplus, HGVHistoProducerAlgoHistograms::h_mixedhitscluster_zminus, HGVHistoProducerAlgoHistograms::h_mixedhitscluster_zplus, LayerTriplets::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 692 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookProfile(), HGVHistoProducerAlgoHistograms::h_denom_caloparticle_eta_perlayer, HGVHistoProducerAlgoHistograms::h_denom_caloparticle_phi_perlayer, HGVHistoProducerAlgoHistograms::h_denom_layercl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_denom_layercl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_energy_vs_score_caloparticle2layercl_perlayer, HGVHistoProducerAlgoHistograms::h_energy_vs_score_layercl2caloparticle_perlayer, HGVHistoProducerAlgoHistograms::h_num_caloparticle_eta_perlayer, HGVHistoProducerAlgoHistograms::h_num_caloparticle_phi_perlayer, HGVHistoProducerAlgoHistograms::h_num_layercl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_num_layercl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_numDup_caloparticle_eta_perlayer, HGVHistoProducerAlgoHistograms::h_numDup_caloparticle_phi_perlayer, HGVHistoProducerAlgoHistograms::h_numMerge_layercl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_numMerge_layercl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_score_caloparticle2layercl_perlayer, HGVHistoProducerAlgoHistograms::h_score_layercl2caloparticle_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_caloparticle2layercl_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_caloparticle2layercl_vs_eta_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_caloparticle2layercl_vs_phi_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2caloparticle_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2caloparticle_vs_eta_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2caloparticle_vs_phi_perlayer, LayerTriplets::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 204 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::bookInt(), HGVHistoProducerAlgoHistograms::lastLayerEEzm, HGVHistoProducerAlgoHistograms::lastLayerEEzp, HGVHistoProducerAlgoHistograms::lastLayerFHzm, HGVHistoProducerAlgoHistograms::lastLayerFHzp, HGVHistoProducerAlgoHistograms::maxlayerzm, and HGVHistoProducerAlgoHistograms::maxlayerzp.
void HGVHistoProducerAlgo::bookSimClusterAssociationHistos | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms, | ||
unsigned int | layers, | ||
std::vector< int > | thicknesses | ||
) |
Definition at line 338 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookProfile(), HGVHistoProducerAlgoHistograms::h_denom_layercl_in_simcl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_denom_layercl_in_simcl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_denom_simcluster_eta_perlayer, HGVHistoProducerAlgoHistograms::h_denom_simcluster_phi_perlayer, HGVHistoProducerAlgoHistograms::h_energy_vs_score_layercl2simcluster_perlayer, HGVHistoProducerAlgoHistograms::h_energy_vs_score_simcluster2layercl_perlayer, HGVHistoProducerAlgoHistograms::h_num_layercl_in_simcl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_num_layercl_in_simcl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_num_simcluster_eta_perlayer, HGVHistoProducerAlgoHistograms::h_num_simcluster_phi_perlayer, HGVHistoProducerAlgoHistograms::h_numDup_simcluster_eta_perlayer, HGVHistoProducerAlgoHistograms::h_numDup_simcluster_phi_perlayer, HGVHistoProducerAlgoHistograms::h_numMerge_layercl_in_simcl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_numMerge_layercl_in_simcl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_score_layercl2simcluster_perlayer, HGVHistoProducerAlgoHistograms::h_score_simcluster2layercl_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2simcluster_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2simcluster_vs_eta_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2simcluster_vs_phi_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_simcluster2layercl_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_simcluster2layercl_vs_eta_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_simcluster2layercl_vs_phi_perlayer, LayerTriplets::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 286 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), HGVHistoProducerAlgoHistograms::h_mixedhitssimcluster_zminus, HGVHistoProducerAlgoHistograms::h_mixedhitssimcluster_zplus, HGVHistoProducerAlgoHistograms::h_simclusternum_perlayer, HGVHistoProducerAlgoHistograms::h_simclusternum_perthick, LayerTriplets::layers(), maxMixedHitsSimCluster_, maxTotNsimClsperlay_, maxTotNsimClsperthick_, minMixedHitsSimCluster_, minTotNsimClsperlay_, minTotNsimClsperthick_, nintMixedHitsSimCluster_, nintTotNsimClsperlay_, nintTotNsimClsperthick_, and AlCaHLTBitMon_QueryRunRegistry::string.
void HGVHistoProducerAlgo::bookTracksterCPLinkingHistos | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms | ||
) |
Definition at line 1098 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookProfile(), HGVHistoProducerAlgoHistograms::h_denom_caloparticle_eta, HGVHistoProducerAlgoHistograms::h_denom_caloparticle_phi, HGVHistoProducerAlgoHistograms::h_denom_trackster_eta, HGVHistoProducerAlgoHistograms::h_denom_trackster_phi, HGVHistoProducerAlgoHistograms::h_energy_vs_score_caloparticle2trackster, HGVHistoProducerAlgoHistograms::h_energy_vs_score_trackster2caloparticle, HGVHistoProducerAlgoHistograms::h_num_caloparticle_eta, HGVHistoProducerAlgoHistograms::h_num_caloparticle_phi, HGVHistoProducerAlgoHistograms::h_num_trackster_eta, HGVHistoProducerAlgoHistograms::h_num_trackster_phi, HGVHistoProducerAlgoHistograms::h_numDup_trackster_eta, HGVHistoProducerAlgoHistograms::h_numDup_trackster_phi, HGVHistoProducerAlgoHistograms::h_numEff_caloparticle_eta, HGVHistoProducerAlgoHistograms::h_numEff_caloparticle_phi, HGVHistoProducerAlgoHistograms::h_numMerge_trackster_eta, HGVHistoProducerAlgoHistograms::h_numMerge_trackster_phi, HGVHistoProducerAlgoHistograms::h_score_caloparticle2trackster, HGVHistoProducerAlgoHistograms::h_score_trackster2caloparticle, HGVHistoProducerAlgoHistograms::h_sharedenergy_caloparticle2trackster, HGVHistoProducerAlgoHistograms::h_sharedenergy_caloparticle2trackster_assoc, HGVHistoProducerAlgoHistograms::h_sharedenergy_caloparticle2trackster_vs_eta, HGVHistoProducerAlgoHistograms::h_sharedenergy_caloparticle2trackster_vs_phi, HGVHistoProducerAlgoHistograms::h_sharedenergy_trackster2caloparticle, HGVHistoProducerAlgoHistograms::h_sharedenergy_trackster2caloparticle_vs_eta, HGVHistoProducerAlgoHistograms::h_sharedenergy_trackster2caloparticle_vs_phi, maxEta_, maxPhi_, maxScore_, maxTSTSharedEneFrac_, minEta_, minPhi_, minScore_, minTSTSharedEneFrac_, nintEta_, nintPhi_, nintScore_, and nintSharedEneFrac_.
void HGVHistoProducerAlgo::bookTracksterHistos | ( | DQMStore::IBooker & | ibook, |
Histograms & | histograms, | ||
unsigned int | layers | ||
) |
Definition at line 967 of file HGVHistoProducerAlgo.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookProfile(), HGVHistoProducerAlgoHistograms::h_clusternum_in_trackster, HGVHistoProducerAlgoHistograms::h_clusternum_in_trackster_perlayer, HGVHistoProducerAlgoHistograms::h_clusternum_in_trackster_vs_layer, HGVHistoProducerAlgoHistograms::h_conttracksternum, HGVHistoProducerAlgoHistograms::h_multiplicity_numberOfEventsHistogram, HGVHistoProducerAlgoHistograms::h_multiplicity_zminus_numberOfEventsHistogram, HGVHistoProducerAlgoHistograms::h_multiplicity_zplus_numberOfEventsHistogram, HGVHistoProducerAlgoHistograms::h_multiplicityOfLCinTST, HGVHistoProducerAlgoHistograms::h_multiplicityOfLCinTST_vs_layercluster_zminus, HGVHistoProducerAlgoHistograms::h_multiplicityOfLCinTST_vs_layercluster_zplus, HGVHistoProducerAlgoHistograms::h_multiplicityOfLCinTST_vs_layerclusterenergy, HGVHistoProducerAlgoHistograms::h_nonconttracksternum, HGVHistoProducerAlgoHistograms::h_trackster_energy, HGVHistoProducerAlgoHistograms::h_trackster_eta, HGVHistoProducerAlgoHistograms::h_trackster_firstlayer, HGVHistoProducerAlgoHistograms::h_trackster_lastlayer, HGVHistoProducerAlgoHistograms::h_trackster_layersnum, HGVHistoProducerAlgoHistograms::h_trackster_phi, HGVHistoProducerAlgoHistograms::h_trackster_pt, HGVHistoProducerAlgoHistograms::h_trackster_x, HGVHistoProducerAlgoHistograms::h_trackster_y, HGVHistoProducerAlgoHistograms::h_trackster_z, HGVHistoProducerAlgoHistograms::h_tracksternum, LayerTriplets::layers(), maxClEnepermultiplicity_, maxEne_, maxEta_, maxMplofLCs_, maxPhi_, maxPt_, maxSizeCLsinTSTs_, maxTotNClsinTSTs_, maxTotNClsinTSTsperlayer_, maxTotNTSTs_, maxX_, maxY_, maxZ_, minClEnepermultiplicity_, minEne_, minEta_, minMplofLCs_, minPhi_, minPt_, minSizeCLsinTSTs_, minTotNClsinTSTs_, minTotNClsinTSTsperlayer_, minTotNTSTs_, minX_, minY_, minZ_, eostools::move(), nintClEnepermultiplicity_, nintEne_, nintEta_, nintMplofLCs_, nintPhi_, nintPt_, nintSizeCLsinTSTs_, nintTotNClsinTSTs_, nintTotNClsinTSTsperlayer_, nintTotNTSTs_, nintX_, nintY_, nintZ_, and AlCaHLTBitMon_QueryRunRegistry::string.
double HGVHistoProducerAlgo::distance | ( | const double | x1, |
const double | y1, | ||
const double | x2, | ||
const double | y2 | ||
) | const |
Definition at line 3113 of file HGVHistoProducerAlgo.cc.
References distance2(), and mathSSE::sqrt().
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 3105 of file HGVHistoProducerAlgo.cc.
References PVValHelper::dx, and PVValHelper::dy.
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 1218 of file HGVHistoProducerAlgo.cc.
References relval_parameters_module::energy, CaloRecHit::energy(), CaloParticle::energy(), PVValHelper::eta, CaloParticle::eta(), CaloParticle::g4Tracks(), getEta(), HGVHistoProducerAlgoHistograms::h_caloparticle_energy, HGVHistoProducerAlgoHistograms::h_caloparticle_energyDifference, HGVHistoProducerAlgoHistograms::h_caloparticle_eta, HGVHistoProducerAlgoHistograms::h_caloparticle_eta_Zorigin, HGVHistoProducerAlgoHistograms::h_caloparticle_firstlayer, HGVHistoProducerAlgoHistograms::h_caloparticle_firstlayer_matchedtoRecHit, HGVHistoProducerAlgoHistograms::h_caloparticle_lastlayer, HGVHistoProducerAlgoHistograms::h_caloparticle_lastlayer_matchedtoRecHit, HGVHistoProducerAlgoHistograms::h_caloparticle_layersnum, HGVHistoProducerAlgoHistograms::h_caloparticle_layersnum_matchedtoRecHit, HGVHistoProducerAlgoHistograms::h_caloparticle_nHits_matched_energy, HGVHistoProducerAlgoHistograms::h_caloparticle_nHits_matched_energy_layer, HGVHistoProducerAlgoHistograms::h_caloparticle_nHits_matched_energy_layer_1SimCl, HGVHistoProducerAlgoHistograms::h_caloparticle_nHitsInSimClusters, HGVHistoProducerAlgoHistograms::h_caloparticle_nHitsInSimClusters_matchedtoRecHit, HGVHistoProducerAlgoHistograms::h_caloparticle_nSimClusters, HGVHistoProducerAlgoHistograms::h_caloparticle_phi, HGVHistoProducerAlgoHistograms::h_caloparticle_pt, HGVHistoProducerAlgoHistograms::h_caloparticle_selfenergy, HGVHistoProducerAlgoHistograms::h_caloparticle_sum_energy_layer, mps_fire::i, LogDebug, SiStripPI::max, min(), CaloParticle::phi(), position, CaloParticle::pt(), recHitTools_, CaloParticle::simClusters(), trackerHits::simHits, 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 1492 of file HGVHistoProducerAlgo.cc.
References submitPVResolutionJobs::count, PVValHelper::eta, reco::CaloCluster::eta(), getEta(), and HGVHistoProducerAlgoHistograms::h_cluster_eta.
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 1949 of file HGVHistoProducerAlgo.cc.
References submitPVResolutionJobs::count, DetId::det(), distance(), HLT_FULL_cff::distance, CaloRecHit::energy(), relval_parameters_module::energy, PVValHelper::eta, findmaxhit(), DetId::Forward, HGVHistoProducerAlgoHistograms::h_cellsenedens_perthick, HGVHistoProducerAlgoHistograms::h_cellsnum_perthickperlayer, HGVHistoProducerAlgoHistograms::h_clusternum_perlayer, HGVHistoProducerAlgoHistograms::h_clusternum_perthick, HGVHistoProducerAlgoHistograms::h_distancebetseedandmaxcell_perthickperlayer, HGVHistoProducerAlgoHistograms::h_distancebetseedandmaxcellvsclusterenergy_perthickperlayer, HGVHistoProducerAlgoHistograms::h_distancetomaxcell_perthickperlayer, HGVHistoProducerAlgoHistograms::h_distancetomaxcell_perthickperlayer_eneweighted, HGVHistoProducerAlgoHistograms::h_distancetoseedcell_perthickperlayer, HGVHistoProducerAlgoHistograms::h_distancetoseedcell_perthickperlayer_eneweighted, HGVHistoProducerAlgoHistograms::h_energyclustered_perlayer, HGVHistoProducerAlgoHistograms::h_energyclustered_zminus, HGVHistoProducerAlgoHistograms::h_energyclustered_zplus, HGVHistoProducerAlgoHistograms::h_longdepthbarycentre_zminus, HGVHistoProducerAlgoHistograms::h_longdepthbarycentre_zplus, HGVHistoProducerAlgoHistograms::h_mixedhitscluster_zminus, HGVHistoProducerAlgoHistograms::h_mixedhitscluster_zplus, DetId::HGCalEE, DetId::HGCalHSc, DetId::HGCalHSi, layerClusters_to_CaloParticles(), LogDebug, DetId::rawId(), recHitTools_, AlCaHLTBitMon_QueryRunRegistry::string, and trackerHitRTTI::vector.
void HGVHistoProducerAlgo::fill_info_histos | ( | const Histograms & | histograms, |
unsigned int | layers | ||
) | const |
Definition at line 1205 of file HGVHistoProducerAlgo.cc.
References dqm::impl::MonitorElement::Fill(), HGVHistoProducerAlgoHistograms::lastLayerEEzm, HGVHistoProducerAlgoHistograms::lastLayerEEzp, HGVHistoProducerAlgoHistograms::lastLayerFHzm, HGVHistoProducerAlgoHistograms::lastLayerFHzp, LayerTriplets::layers(), HGVHistoProducerAlgoHistograms::maxlayerzm, HGVHistoProducerAlgoHistograms::maxlayerzp, and recHitTools_.
void HGVHistoProducerAlgo::fill_simCluster_histos | ( | const Histograms & | histograms, |
std::vector< SimCluster > const & | simClusters, | ||
unsigned int | layers, | ||
std::vector< int > | thicknesses | ||
) | const |
void HGVHistoProducerAlgo::fill_simClusterAssociation_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 |
void HGVHistoProducerAlgo::fill_trackster_histos | ( | const Histograms & | histograms, |
int | count, | ||
const ticl::TracksterCollection & | Tracksters, | ||
const reco::CaloClusterCollection & | layerClusters, | ||
const ticl::TracksterCollection & | simTSFromCP, | ||
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 2916 of file HGVHistoProducerAlgo.cc.
References SplitLinear::begin, submitPVResolutionJobs::count, dataset::end, relval_parameters_module::energy, PVValHelper::eta, HGVHistoProducerAlgoHistograms::h_clusternum_in_trackster, HGVHistoProducerAlgoHistograms::h_clusternum_in_trackster_perlayer, HGVHistoProducerAlgoHistograms::h_clusternum_in_trackster_vs_layer, HGVHistoProducerAlgoHistograms::h_conttracksternum, HGVHistoProducerAlgoHistograms::h_multiplicity_numberOfEventsHistogram, HGVHistoProducerAlgoHistograms::h_multiplicity_zminus_numberOfEventsHistogram, HGVHistoProducerAlgoHistograms::h_multiplicity_zplus_numberOfEventsHistogram, HGVHistoProducerAlgoHistograms::h_multiplicityOfLCinTST, HGVHistoProducerAlgoHistograms::h_multiplicityOfLCinTST_vs_layercluster_zminus, HGVHistoProducerAlgoHistograms::h_multiplicityOfLCinTST_vs_layercluster_zplus, HGVHistoProducerAlgoHistograms::h_multiplicityOfLCinTST_vs_layerclusterenergy, HGVHistoProducerAlgoHistograms::h_nonconttracksternum, HGVHistoProducerAlgoHistograms::h_trackster_energy, HGVHistoProducerAlgoHistograms::h_trackster_eta, HGVHistoProducerAlgoHistograms::h_trackster_firstlayer, HGVHistoProducerAlgoHistograms::h_trackster_lastlayer, HGVHistoProducerAlgoHistograms::h_trackster_layersnum, HGVHistoProducerAlgoHistograms::h_trackster_phi, HGVHistoProducerAlgoHistograms::h_trackster_pt, HGVHistoProducerAlgoHistograms::h_trackster_x, HGVHistoProducerAlgoHistograms::h_trackster_y, HGVHistoProducerAlgoHistograms::h_trackster_z, HGVHistoProducerAlgoHistograms::h_tracksternum, mps_fire::i, phi, recHitTools_, tracksters_to_SimTracksters(), beam_dqm_sourceclient-live_cfg::vertices, x, y, and z.
DetId HGVHistoProducerAlgo::findmaxhit | ( | const reco::CaloCluster & | cluster, |
std::unordered_map< DetId, const HGCRecHit * > const & | hitMap | ||
) | const |
Definition at line 3124 of file HGVHistoProducerAlgo.cc.
References relval_parameters_module::energy, CaloRecHit::energy(), reco::CaloCluster::hitsAndFractions(), and trackerHitRTTI::vector.
Referenced by fill_generic_cluster_histos().
|
private |
Definition at line 3147 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 1499 of file HGVHistoProducerAlgo.cc.
References SplitLinear::begin, edm::AssociationMap< Tag >::end(), dataset::end, relval_parameters_module::energy, CaloRecHit::energy(), PVValHelper::eta, spr::find(), edm::AssociationMap< Tag >::find(), h, HGVHistoProducerAlgoHistograms::h_cellAssociation_perlayer, HGVHistoProducerAlgoHistograms::h_denom_layercl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_denom_layercl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_energy_vs_score_layercl2caloparticle_perlayer, HGVHistoProducerAlgoHistograms::h_num_layercl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_num_layercl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_numMerge_layercl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_numMerge_layercl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_score_layercl2caloparticle_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2caloparticle_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2caloparticle_vs_eta_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2caloparticle_vs_phi_perlayer, SimCluster::hits_and_fractions(), LogDebug, getGTfromDQMFile::obj, AlCaHLTBitMon_ParallelJobs::p, phi, recHitTools_, 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 1766 of file HGVHistoProducerAlgo.cc.
References SplitLinear::begin, submitPVResolutionJobs::count, edm::AssociationMap< Tag >::end(), dataset::end, relval_parameters_module::energy, PVValHelper::eta, edm::AssociationMap< Tag >::find(), HGVHistoProducerAlgoHistograms::h_denom_layercl_in_simcl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_denom_layercl_in_simcl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_energy_vs_score_layercl2simcluster_perlayer, HGVHistoProducerAlgoHistograms::h_num_layercl_in_simcl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_num_layercl_in_simcl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_numMerge_layercl_in_simcl_eta_perlayer, HGVHistoProducerAlgoHistograms::h_numMerge_layercl_in_simcl_phi_perlayer, HGVHistoProducerAlgoHistograms::h_score_layercl2simcluster_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2simcluster_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2simcluster_vs_eta_perlayer, HGVHistoProducerAlgoHistograms::h_sharedenergy_layercl2simcluster_vs_phi_perlayer, LogDebug, getGTfromDQMFile::obj, AlCaHLTBitMon_ParallelJobs::p, phi, recHitTools_, ScoreCutLCtoSC_, and edm::helpers::KeyVal< K, V >::val.
void HGVHistoProducerAlgo::setRecHitTools | ( | std::shared_ptr< hgcal::RecHitTools > | recHitTools | ) |
Definition at line 3120 of file HGVHistoProducerAlgo.cc.
References recHitTools_.
void HGVHistoProducerAlgo::tracksters_to_SimTracksters | ( | const Histograms & | histograms, |
int | count, | ||
const ticl::TracksterCollection & | Tracksters, | ||
const reco::CaloClusterCollection & | layerClusters, | ||
const ticl::TracksterCollection & | simTSFromCP, | ||
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 2274 of file HGVHistoProducerAlgo.cc.
References SplitLinear::begin, c, submitPVResolutionJobs::count, HLT_FULL_cff::distance, relativeConstraints::empty, dataset::end, CaloRecHit::energy(), PVValHelper::eta, validate-o2o-wbm::f, spr::find(), newFWLiteAna::found, HLT_FULL_cff::fraction, h, HGVHistoProducerAlgoHistograms::h_denom_caloparticle_eta, HGVHistoProducerAlgoHistograms::h_denom_caloparticle_phi, HGVHistoProducerAlgoHistograms::h_denom_trackster_eta, HGVHistoProducerAlgoHistograms::h_denom_trackster_phi, HGVHistoProducerAlgoHistograms::h_energy_vs_score_caloparticle2trackster, HGVHistoProducerAlgoHistograms::h_energy_vs_score_trackster2caloparticle, HGVHistoProducerAlgoHistograms::h_num_caloparticle_eta, HGVHistoProducerAlgoHistograms::h_num_caloparticle_phi, HGVHistoProducerAlgoHistograms::h_num_trackster_eta, HGVHistoProducerAlgoHistograms::h_num_trackster_phi, HGVHistoProducerAlgoHistograms::h_numDup_trackster_eta, HGVHistoProducerAlgoHistograms::h_numDup_trackster_phi, HGVHistoProducerAlgoHistograms::h_numEff_caloparticle_eta, HGVHistoProducerAlgoHistograms::h_numEff_caloparticle_phi, HGVHistoProducerAlgoHistograms::h_numMerge_trackster_eta, HGVHistoProducerAlgoHistograms::h_numMerge_trackster_phi, HGVHistoProducerAlgoHistograms::h_score_caloparticle2trackster, HGVHistoProducerAlgoHistograms::h_score_trackster2caloparticle, HGVHistoProducerAlgoHistograms::h_sharedenergy_caloparticle2trackster, HGVHistoProducerAlgoHistograms::h_sharedenergy_caloparticle2trackster_assoc, HGVHistoProducerAlgoHistograms::h_sharedenergy_caloparticle2trackster_vs_eta, HGVHistoProducerAlgoHistograms::h_sharedenergy_caloparticle2trackster_vs_phi, HGVHistoProducerAlgoHistograms::h_sharedenergy_trackster2caloparticle, HGVHistoProducerAlgoHistograms::h_sharedenergy_trackster2caloparticle_vs_eta, HGVHistoProducerAlgoHistograms::h_sharedenergy_trackster2caloparticle_vs_phi, SimCluster::hits_and_fractions(), mps_fire::i, dqmiolumiharvest::j, dqmdumpme::last, phase1PixelTopology::layer, LogDebug, match(), min(), minTSTSharedEneFracEfficiency_, GetRecoTauVFromDQM_MC_cff::next, getGTfromDQMFile::obj, phi, recHitTools_, ScoreCutCPtoTSEffDup_, ScoreCutTStoCPFakeMerge_, tier0::unique(), findQualityFiles::v, and beam_dqm_sourceclient-live_cfg::vertices.
Referenced by fill_trackster_histos().
|
private |
Definition at line 399 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 411 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 397 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 395 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 391 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 393 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 389 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 352 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookTracksterHistos().
|
private |
Definition at line 362 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 372 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 349 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_ClusterLevel(), bookClusterHistos_LCtoCP_association(), bookSimClusterAssociationHistos(), bookTracksterCPLinkingHistos(), and bookTracksterHistos().
|
private |
Definition at line 364 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 360 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 358 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 407 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 356 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_LCtoCP_association(), bookSimClusterAssociationHistos(), bookTracksterCPLinkingHistos(), and bookTracksterHistos().
|
private |
Definition at line 354 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookTracksterHistos().
|
private |
Definition at line 374 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), bookSimClusterAssociationHistos(), and bookTracksterCPLinkingHistos().
|
private |
Definition at line 376 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 409 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 385 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 403 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 405 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 370 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 383 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 368 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 381 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 401 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 379 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterCPLinkingHistos().
|
private |
Definition at line 413 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 415 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 417 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 366 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos().
|
private |
Definition at line 399 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 411 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 397 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 395 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 391 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 393 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 389 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 352 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookTracksterHistos().
|
private |
Definition at line 362 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 372 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 349 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_ClusterLevel(), bookClusterHistos_LCtoCP_association(), bookSimClusterAssociationHistos(), bookTracksterCPLinkingHistos(), and bookTracksterHistos().
|
private |
Definition at line 364 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 360 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 358 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 407 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 356 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_LCtoCP_association(), bookSimClusterAssociationHistos(), bookTracksterCPLinkingHistos(), and bookTracksterHistos().
|
private |
Definition at line 354 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookTracksterHistos().
|
private |
Definition at line 374 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), bookSimClusterAssociationHistos(), and bookTracksterCPLinkingHistos().
|
private |
Definition at line 376 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), and bookSimClusterAssociationHistos().
|
private |
Definition at line 409 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 385 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 403 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 405 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 370 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 383 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 368 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 381 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 401 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 379 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterCPLinkingHistos().
|
private |
Definition at line 378 of file HGVHistoProducerAlgo.h.
Referenced by tracksters_to_SimTracksters().
|
private |
Definition at line 413 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 415 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 417 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 366 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos().
|
private |
Definition at line 400 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 412 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 398 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 396 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 392 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 394 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 390 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 353 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookTracksterHistos().
|
private |
Definition at line 363 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 373 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 350 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_ClusterLevel(), bookClusterHistos_LCtoCP_association(), bookSimClusterAssociationHistos(), bookTracksterCPLinkingHistos(), and bookTracksterHistos().
|
private |
Definition at line 365 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 361 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 359 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 408 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 357 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), bookClusterHistos_LCtoCP_association(), bookSimClusterAssociationHistos(), bookTracksterCPLinkingHistos(), and bookTracksterHistos().
|
private |
Definition at line 355 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos(), and bookTracksterHistos().
|
private |
Definition at line 375 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), bookSimClusterAssociationHistos(), and bookTracksterCPLinkingHistos().
|
private |
Definition at line 377 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_LCtoCP_association(), bookSimClusterAssociationHistos(), and bookTracksterCPLinkingHistos().
|
private |
Definition at line 410 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 386 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_CellLevel().
|
private |
Definition at line 404 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 406 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 371 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 384 of file HGVHistoProducerAlgo.h.
Referenced by bookClusterHistos_ClusterLevel().
|
private |
Definition at line 369 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 382 of file HGVHistoProducerAlgo.h.
Referenced by bookSimClusterHistos().
|
private |
Definition at line 402 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 380 of file HGVHistoProducerAlgo.h.
|
private |
Definition at line 414 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 416 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 418 of file HGVHistoProducerAlgo.h.
Referenced by bookTracksterHistos().
|
private |
Definition at line 367 of file HGVHistoProducerAlgo.h.
Referenced by bookCaloParticleHistos().
|
private |
Definition at line 346 of file HGVHistoProducerAlgo.h.
Referenced by fill_caloparticle_histos(), fill_generic_cluster_histos(), fill_info_histos(), fill_trackster_histos(), layerClusters_to_CaloParticles(), layerClusters_to_SimClusters(), setRecHitTools(), and tracksters_to_SimTracksters().
|
private |
Definition at line 351 of file HGVHistoProducerAlgo.h.
Referenced by getEta().