![]() |
![]() |
#include <DQM/TrackerMonitorTrack/src/TrackingMonitor.cc>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob (void) |
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &lumi, const edm::EventSetup &eSetup) |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) |
virtual void | endJob (void) |
virtual void | endRun (const edm::Run &, const edm::EventSetup &) |
virtual void | setMaxMinBin (std::vector< double > &, std::vector< double > &, std::vector< int > &, double, double, int, double, double, int) |
virtual void | setNclus (const edm::Event &, std::vector< int > &) |
TrackingMonitor (const edm::ParameterSet &) | |
~TrackingMonitor () | |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
![]() | |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
void | doProfileX (TH2 *th2, MonitorElement *me) |
void | doProfileX (MonitorElement *th2m, MonitorElement *me) |
Additional Inherited Members | |
![]() | |
typedef EDAnalyzer | ModuleType |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
![]() | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Monitoring source for general quantities related to tracks.
Definition at line 45 of file TrackingMonitor.h.
|
explicit |
Definition at line 40 of file TrackingMonitor.cc.
References AlgoName_, allTrackToken_, bsSrc_, bsSrcToken_, trackerHits::c, conf_, edm::EDConsumerBase::consumesCollector(), doFractionPlot_, doPlotsVsBXlumi_, doPlotsVsGoodPVtx_, doPUmonitoring_, edm::ParameterSet::getParameter(), i, pixelClusterInputTag_, pixelClustersToken_, pvSrc_, pvSrcToken_, Quality_, seedToken_, AlCaHLTBitMon_QueryRunRegistry::string, stripClusterInputTag_, stripClustersToken_, theLumiDetails_, theTrackAnalyzer, theVertexMonitor, trackCandidateToken_, and trackToken_.
TrackingMonitor::~TrackingMonitor | ( | ) |
Definition at line 134 of file TrackingMonitor.cc.
References doPUmonitoring_, genTriggerEventFlag_, i, theTrackAnalyzer, theTrackBuildingAnalyzer, and theVertexMonitor.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 471 of file TrackingMonitor.cc.
References GenericTriggerEventFlag::accept(), allTrackToken_, TrackBuildingAnalyzer::analyze(), TrackAnalyzer::analyze(), bsSrcToken_, builderName, ClusterLabels, doAllPlots, doAllSeedPlots, doFractionPlot_, doGeneralPropertiesPlots_, doLumiAnalysis, doPlotsVsBXlumi_, doPlotsVsGoodPVtx_, doProfilesVsLS_, doPUmonitoring_, doSeedLumiAnalysis_, doSeedNumberPlot, doSeedVsClusterPlot, doTkCandPlots, doTrackerSpecific_, MonitorElement::Fill(), HcalObjRepresent::Fill(), cropTnPTrees::frac, FractionOfGoodTracks, genTriggerEventFlag_, edm::EventSetup::get(), edm::Event::getByToken(), GetLumi::getValue(), GoodTracksFractionVsLS, i, edm::EventBase::id(), edm::HandleBase::isValid(), edm::EventID::luminosityBlock(), NumberOfMeanLayersPerTrack, NumberOfMeanRecHitsPerTrack, NumberOfRecHitsPerTrackVsLS, NumberOfSeeds, NumberOfSeeds_lumiFlag, NumberOfTrackCandidates, NumberOfTracks, NumberOfTracks_lumiFlag, NumberOfTracksVsBXlumi, NumberOfTracksVsGoodPVtx, NumberOfTracksVsLS, NumberOfTrkVsClusters, GenericTriggerEventFlag::on(), pvSrcToken_, runTrackBuildingAnalyzerForSeed, SeedsVsClusters, seedToken_, setNclus(), edm::View< T >::size(), theLumiDetails_, theTrackAnalyzer, theTrackBuildingAnalyzer, theTTRHBuilder, theVertexMonitor, trackCandidateToken_, and trackToken_.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 145 of file TrackingMonitor.cc.
Referenced by beginRun().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 457 of file TrackingMonitor.cc.
References doAllSeedPlots, doLumiAnalysis, TrackAnalyzer::doReset(), doSeedLumiAnalysis_, doSeedNumberPlot, dqmStore_, NumberOfSeeds_lumiFlag, NumberOfTracks_lumiFlag, MonitorElement::Reset(), HcalObjRepresent::Reset(), and theTrackAnalyzer.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 153 of file TrackingMonitor.cc.
References AlgoName_, beginJob(), TrackAnalyzer::beginRun(), TrackBuildingAnalyzer::beginRun(), DQMStore::book1D(), DQMStore::book2D(), DQMStore::bookProfile(), ClusterLabels, compare_using_db::compare, conf_, doAllPlots, doAllSeedPlots, doFractionPlot_, doGeneralPropertiesPlots_, doLumiAnalysis, doPlotsVsBXlumi_, doPlotsVsGoodPVtx_, doProfilesVsLS_, doPUmonitoring_, doSeedLumiAnalysis_, doSeedNumberPlot, doSeedVsClusterPlot, doTkCandPlots, doTrackerSpecific_, dqmStore_, FractionOfGoodTracks, genTriggerEventFlag_, edm::ParameterSet::getParameter(), MonitorElement::getTH1(), GoodTracksFractionVsLS, histname, i, GenericTriggerEventFlag::initRun(), edm::InputTag::label(), NumberOfMeanLayersPerTrack, NumberOfMeanRecHitsPerTrack, NumberOfRecHitsPerTrackVsLS, NumberOfSeeds, NumberOfSeeds_lumiFlag, NumberOfTrackCandidates, NumberOfTracks, NumberOfTracks_lumiFlag, NumberOfTracksVsBXlumi, NumberOfTracksVsGoodPVtx, NumberOfTracksVsLS, NumberOfTrkVsClusters, GenericTriggerEventFlag::on(), Quality_, runTrackBuildingAnalyzerForSeed, SeedsVsClusters, MonitorElement::setAxisTitle(), DQMStore::setCurrentFolder(), TrackAnalyzer::setLumiFlag(), MonitorElement::setLumiFlag(), setMaxMinBin(), AlCaHLTBitMon_QueryRunRegistry::string, theTrackAnalyzer, theTrackBuildingAnalyzer, theVertexMonitor, and indexGen::title.
|
private |
|
private |
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 679 of file TrackingMonitor.cc.
References conf_, dqmStore_, edm::ParameterSet::getParameter(), dumpDBToFile_GT_ttrig_cfg::outputFileName, DQMStore::save(), DQMStore::showDirStructure(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
|
virtual |
Definition at line 690 of file TrackingMonitor.cc.
References ClusterLabels, compare_using_db::compare, and i.
Referenced by beginRun().
|
virtual |
Definition at line 708 of file TrackingMonitor.cc.
References ClusterLabels, compare_using_db::compare, edm::Event::getByToken(), i, edm::HandleBase::isValid(), pixelClustersToken_, and stripClustersToken_.
Referenced by analyze().
|
private |
Definition at line 92 of file TrackingMonitor.h.
Referenced by beginRun(), and TrackingMonitor().
|
private |
Definition at line 80 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 75 of file TrackingMonitor.h.
Referenced by TrackingMonitor().
|
private |
Definition at line 77 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 136 of file TrackingMonitor.h.
Referenced by analyze().
|
private |
Definition at line 112 of file TrackingMonitor.h.
Referenced by analyze(), beginRun(), setMaxMinBin(), and setNclus().
|
private |
Definition at line 72 of file TrackingMonitor.h.
Referenced by beginRun(), endJob(), and TrackingMonitor().
|
private |
Definition at line 143 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 142 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 144 of file TrackingMonitor.h.
|
private |
Definition at line 156 of file TrackingMonitor.h.
Referenced by analyze(), beginRun(), and TrackingMonitor().
|
private |
Definition at line 145 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 146 of file TrackingMonitor.h.
|
private |
Definition at line 140 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 154 of file TrackingMonitor.h.
Referenced by analyze(), beginRun(), and TrackingMonitor().
|
private |
Definition at line 155 of file TrackingMonitor.h.
Referenced by analyze(), beginRun(), and TrackingMonitor().
|
private |
Definition at line 141 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 153 of file TrackingMonitor.h.
Referenced by analyze(), beginRun(), TrackingMonitor(), and ~TrackingMonitor().
|
private |
Definition at line 149 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 148 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 150 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 147 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 139 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 70 of file TrackingMonitor.h.
Referenced by beginLuminosityBlock(), beginRun(), and endJob().
|
private |
Definition at line 106 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 158 of file TrackingMonitor.h.
Referenced by analyze(), beginRun(), and ~TrackingMonitor().
|
private |
Definition at line 126 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 68 of file TrackingMonitor.h.
Referenced by beginRun().
|
private |
Definition at line 103 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 102 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 127 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 109 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 110 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 116 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 101 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 134 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 131 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 130 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 125 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 120 of file TrackingMonitor.h.
|
private |
Definition at line 119 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 122 of file TrackingMonitor.h.
|
private |
Definition at line 121 of file TrackingMonitor.h.
|
private |
Definition at line 87 of file TrackingMonitor.h.
Referenced by TrackingMonitor().
|
private |
Definition at line 89 of file TrackingMonitor.h.
Referenced by setNclus(), and TrackingMonitor().
|
private |
Definition at line 76 of file TrackingMonitor.h.
Referenced by TrackingMonitor().
|
private |
Definition at line 78 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 91 of file TrackingMonitor.h.
Referenced by beginRun(), and TrackingMonitor().
|
private |
Definition at line 151 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 111 of file TrackingMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 84 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 86 of file TrackingMonitor.h.
Referenced by TrackingMonitor().
|
private |
Definition at line 88 of file TrackingMonitor.h.
Referenced by setNclus(), and TrackingMonitor().
|
private |
Definition at line 98 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 95 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), beginRun(), TrackingMonitor(), and ~TrackingMonitor().
|
private |
Definition at line 96 of file TrackingMonitor.h.
Referenced by analyze(), beginRun(), and ~TrackingMonitor().
|
private |
Definition at line 137 of file TrackingMonitor.h.
Referenced by analyze().
|
private |
Definition at line 97 of file TrackingMonitor.h.
Referenced by analyze(), beginRun(), TrackingMonitor(), and ~TrackingMonitor().
|
private |
Definition at line 83 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 82 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().