#include <DQM/TrackerMonitorTrack/src/TrackingMonitor.cc>
Public Types | |
using | MVACollection = std::vector< float > |
using | QualityMaskCollection = std::vector< unsigned char > |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Public Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
virtual void | beginJob (void) |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumi, const edm::EventSetup &eSetup) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | endRun (const edm::Run &, const edm::EventSetup &) override |
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 () override | |
Public Member Functions inherited from DQMEDAnalyzer | |
void | beginRun (edm::Run const &, edm::EventSetup const &) final |
void | beginStream (edm::StreamID id) final |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
DQMEDAnalyzer (void) | |
void | endLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, dqmDetails::NoCache *) const final |
void | endRunSummary (edm::Run const &, edm::EventSetup const &, dqmDetails::NoCache *) const final |
uint32_t | streamId () const |
Public Member Functions inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
EDAnalyzer ()=default | |
Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzerBase () | |
ModuleDescription const & | moduleDescription () const |
~EDAnalyzerBase () override | |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Private Member Functions | |
void | doProfileX (TH2 *th2, MonitorElement *me) |
void | doProfileX (MonitorElement *th2m, MonitorElement *me) |
Additional Inherited Members | |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
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 54 of file TrackingMonitor.h.
using TrackingMonitor::MVACollection = std::vector<float> |
Definition at line 57 of file TrackingMonitor.h.
using TrackingMonitor::QualityMaskCollection = std::vector<unsigned char> |
Definition at line 58 of file TrackingMonitor.h.
|
explicit |
Definition at line 45 of file TrackingMonitor.cc.
References AlgoName_, allTrackToken_, bsSrc_, bsSrcToken_, EnergyCorrector::c, edm::EDConsumerBase::consumesCollector(), doFractionPlot_, doMVAPlots, doPlotsVsBX_, doPlotsVsBXlumi_, doPlotsVsGoodPVtx_, doPlotsVsLUMI_, doPUmonitoring_, doRegionPlots, edm::ParameterSet::getParameter(), mps_fire::i, edm::InputTag::label(), lumiscalersToken_, mvaQualityTokens_, mvaTrackToken_, pixelClusterInputTag_, pixelClustersToken_, pvSrc_, pvSrcToken_, Quality_, regionCandidateToken_, regionToken_, seedStopInfoToken_, seedToken_, AlCaHLTBitMon_QueryRunRegistry::string, stripClusterInputTag_, stripClustersToken_, GlobalPosition_Frontier_DevDB_cff::tag, theLumiDetails_, theTrackAnalyzer, theVertexMonitor, trackCandidateToken_, findElectronsInSiStrips_cfi::trackProducer, trackToken_, and edm::vector_transform().
|
override |
Definition at line 184 of file TrackingMonitor.cc.
References doPUmonitoring_, genTriggerEventFlag_, mps_fire::i, theTrackAnalyzer, theTrackBuildingAnalyzer, and theVertexMonitor.
|
override |
Definition at line 710 of file TrackingMonitor.cc.
References funct::abs(), GenericTriggerEventFlag::accept(), allTrackToken_, dqm::TrackAnalyzer::analyze(), TrackBuildingAnalyzer::analyze(), edm::View< T >::begin(), bsSrcToken_, builderName, edm::EventBase::bunchCrossing(), ClusterLabels, denSelection_, doAllPlots, doAllSeedPlots, doFractionPlot_, doGeneralPropertiesPlots_, doLumiAnalysis, doMVAPlots, doPlotsVsBX_, doPlotsVsBXlumi_, doPlotsVsGoodPVtx_, doPlotsVsLUMI_, doProfilesVsLS_, doPUmonitoring_, doRegionPlots, doSeedLumiAnalysis_, doSeedNumberPlot, doSeedVsClusterPlot, doTkCandPlots, doTrackerSpecific_, edm::View< T >::empty(), edm::View< T >::end(), MonitorElement::Fill(), HcalObjRepresent::Fill(), cropTnPTrees::frac, FractionCandidatesOverSeeds, FractionOfGoodTracks, genTriggerEventFlag_, edm::EventSetup::get(), edm::Event::getByToken(), GetLumi::getValue(), GoodTracksFractionVsBX, GoodTracksFractionVsGoodPVtx, GoodTracksFractionVsLS, GoodTracksFractionVsLUMI, mps_fire::i, edm::EventBase::id(), reco::Vertex::isFake(), edm::HandleBase::isValid(), edm::EventID::luminosityBlock(), lumiscalersToken_, mvaQualityTokens_, mvaTrackToken_, reco::Vertex::ndof(), NumberEventsOfVsBX, NumberEventsOfVsGoodPVtx, NumberEventsOfVsLS, NumberEventsOfVsLUMI, NumberOfGoodPVtxVsBX, NumberOfGoodPVtxVsLS, NumberOfGoodPVtxVsLUMI, NumberOfGoodPVtxWO0VsBX, NumberOfGoodPVtxWO0VsLS, NumberOfGoodPVtxWO0VsLUMI, NumberOfMeanLayersPerTrack, NumberOfMeanRecHitsPerTrack, NumberOfPixelClustersVsGoodPVtx, NumberOfPixelClustersVsLUMI, NumberOfPVtxVsGoodPVtx, NumberOfRecHitsPerTrackVsBX, NumberOfRecHitsPerTrackVsGoodPVtx, NumberOfRecHitsPerTrackVsLS, NumberOfRecHitsPerTrackVsLUMI, NumberOfSeeds, NumberOfSeeds_lumiFlag, NumberOfStripClustersVsGoodPVtx, NumberOfStripClustersVsLUMI, NumberOfTrackCandidates, NumberOfTrackingRegions, NumberOfTracks, NumberOfTracks_lumiFlag, NumberOfTracksVsBX, NumberOfTracksVsBXlumi, NumberOfTracksVsGoodPVtx, NumberOfTracksVsLS, NumberOfTracksVsLUMI, NumberOfTracksVsPUPVtx, NumberOfTrkVsClusters, numSelection_, GenericTriggerEventFlag::on(), reco::Vertex::position(), edm::Handle< T >::product(), MetAnalyzer::pv(), pvNDOF_, pvSrcToken_, regionCandidateToken_, regionToken_, runTrackBuildingAnalyzerForSeed, seedStopInfoToken_, SeedsVsClusters, seedToken_, dqm::TrackAnalyzer::setBX(), dqm::TrackAnalyzer::setLumi(), setNclus(), dqm::TrackAnalyzer::setNumberOfGoodVertices(), edm::View< T >::size(), theLumiDetails_, theTrackAnalyzer, theTrackBuildingAnalyzer, theTTRHBuilder, theVertexMonitor, HiIsolationCommonParameters_cff::track, trackCandidateToken_, findElectronsInSiStrips_cfi::trackCollection, reco::Vertex::tracksSize(), trackToken_, and reco::Vertex::z().
|
virtual |
Definition at line 195 of file TrackingMonitor.cc.
|
override |
Definition at line 696 of file TrackingMonitor.cc.
References doAllSeedPlots, doLumiAnalysis, dqm::TrackAnalyzer::doReset(), doSeedLumiAnalysis_, doSeedNumberPlot, NumberOfSeeds_lumiFlag, NumberOfTracks_lumiFlag, MonitorElement::Reset(), HcalObjRepresent::Reset(), and theTrackAnalyzer.
|
overridevirtual |
Implements DQMEDAnalyzer.
Definition at line 201 of file TrackingMonitor.cc.
References AlgoName_, DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), DQMStore::IBooker::bookProfile(), ClusterLabels, confID_, doAllPlots, doAllSeedPlots, doFractionPlot_, doGeneralPropertiesPlots_, doLumiAnalysis, doPlotsVsBX_, doPlotsVsBXlumi_, doPlotsVsGoodPVtx_, doPlotsVsLUMI_, doProfilesVsLS_, doPUmonitoring_, doRegionPlots, doSeedLumiAnalysis_, doSeedNumberPlot, doSeedVsClusterPlot, doTkCandPlots, doTrackerSpecific_, FractionCandidatesOverSeeds, FractionOfGoodTracks, genTriggerEventFlag_, edm::pset::Registry::getMapped(), edm::ParameterSet::getParameter(), MonitorElement::getTH1(), GoodTracksFractionVsBX, GoodTracksFractionVsGoodPVtx, GoodTracksFractionVsLS, GoodTracksFractionVsLUMI, histname, mps_fire::i, dqm::TrackAnalyzer::initHisto(), TrackBuildingAnalyzer::initHisto(), GenericTriggerEventFlag::initRun(), edm::pset::Registry::instance(), edm::InputTag::label(), NumberEventsOfVsBX, NumberEventsOfVsGoodPVtx, NumberEventsOfVsLS, NumberEventsOfVsLUMI, NumberOfGoodPVtxVsBX, NumberOfGoodPVtxVsLS, NumberOfGoodPVtxVsLUMI, NumberOfGoodPVtxWO0VsBX, NumberOfGoodPVtxWO0VsLS, NumberOfGoodPVtxWO0VsLUMI, NumberOfMeanLayersPerTrack, NumberOfMeanRecHitsPerTrack, NumberOfPixelClustersVsGoodPVtx, NumberOfPixelClustersVsLUMI, NumberOfPVtxVsGoodPVtx, NumberOfRecHitsPerTrackVsBX, NumberOfRecHitsPerTrackVsGoodPVtx, NumberOfRecHitsPerTrackVsLS, NumberOfRecHitsPerTrackVsLUMI, NumberOfSeeds, NumberOfSeeds_lumiFlag, NumberOfStripClustersVsGoodPVtx, NumberOfStripClustersVsLUMI, NumberOfTrackCandidates, NumberOfTrackingRegions, NumberOfTracks, NumberOfTracks_lumiFlag, NumberOfTracksVsBX, NumberOfTracksVsBXlumi, NumberOfTracksVsGoodPVtx, NumberOfTracksVsLS, NumberOfTracksVsLUMI, NumberOfTracksVsPUPVtx, NumberOfTrkVsClusters, GenericTriggerEventFlag::on(), Quality_, runTrackBuildingAnalyzerForSeed, SeedsVsClusters, MonitorElement::setAxisTitle(), DQMStore::IBooker::setCurrentFolder(), dqm::TrackAnalyzer::setLumiFlag(), MonitorElement::setLumiFlag(), setMaxMinBin(), AlCaHLTBitMon_QueryRunRegistry::string, theTrackAnalyzer, theTrackBuildingAnalyzer, theVertexMonitor, and fftjetcommon_cfi::title.
|
private |
|
private |
|
override |
Definition at line 1056 of file TrackingMonitor.cc.
|
virtual |
Definition at line 1060 of file TrackingMonitor.cc.
References ClusterLabels, and mps_fire::i.
Referenced by bookHistograms().
|
virtual |
Definition at line 1078 of file TrackingMonitor.cc.
References ClusterLabels, DEFINE_FWK_MODULE, edm::Event::getByToken(), mps_fire::i, edm::HandleBase::isValid(), pixelClustersToken_, and stripClustersToken_.
Referenced by analyze().
|
private |
Definition at line 111 of file TrackingMonitor.h.
Referenced by bookHistograms(), and TrackingMonitor().
|
private |
Definition at line 92 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 87 of file TrackingMonitor.h.
Referenced by TrackingMonitor().
|
private |
Definition at line 89 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 188 of file TrackingMonitor.h.
Referenced by analyze().
|
private |
Definition at line 134 of file TrackingMonitor.h.
Referenced by analyze(), bookHistograms(), setMaxMinBin(), and setNclus().
|
private |
Definition at line 84 of file TrackingMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 217 of file TrackingMonitor.h.
Referenced by analyze().
|
private |
Definition at line 195 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 194 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and bookHistograms().
|
private |
Definition at line 196 of file TrackingMonitor.h.
|
private |
Definition at line 212 of file TrackingMonitor.h.
Referenced by analyze(), bookHistograms(), and TrackingMonitor().
|
private |
Definition at line 197 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 198 of file TrackingMonitor.h.
|
private |
Definition at line 192 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and bookHistograms().
|
private |
Definition at line 200 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 211 of file TrackingMonitor.h.
Referenced by analyze(), bookHistograms(), and TrackingMonitor().
|
private |
Definition at line 208 of file TrackingMonitor.h.
Referenced by analyze(), bookHistograms(), and TrackingMonitor().
|
private |
Definition at line 209 of file TrackingMonitor.h.
Referenced by analyze(), bookHistograms(), and TrackingMonitor().
|
private |
Definition at line 210 of file TrackingMonitor.h.
Referenced by analyze(), bookHistograms(), and TrackingMonitor().
|
private |
Definition at line 193 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 207 of file TrackingMonitor.h.
Referenced by analyze(), bookHistograms(), TrackingMonitor(), and ~TrackingMonitor().
|
private |
Definition at line 201 of file TrackingMonitor.h.
Referenced by analyze(), bookHistograms(), and TrackingMonitor().
|
private |
Definition at line 203 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and bookHistograms().
|
private |
Definition at line 202 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and bookHistograms().
|
private |
Definition at line 204 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 199 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 191 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 139 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 125 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 214 of file TrackingMonitor.h.
Referenced by analyze(), bookHistograms(), and ~TrackingMonitor().
|
private |
Definition at line 158 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 169 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 150 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 178 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 80 of file TrackingMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 100 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 107 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 108 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 156 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 168 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 148 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 176 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 160 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 152 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 180 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 161 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 153 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 181 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 122 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 121 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 172 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 182 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 171 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 159 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 170 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 151 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 179 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 131 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 132 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and bookHistograms().
|
private |
Definition at line 173 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 183 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 138 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 128 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 120 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 186 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), and bookHistograms().
|
private |
Definition at line 157 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 163 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 166 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 149 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 177 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 167 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 143 of file TrackingMonitor.h.
|
private |
Definition at line 142 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 145 of file TrackingMonitor.h.
|
private |
Definition at line 144 of file TrackingMonitor.h.
|
private |
Definition at line 216 of file TrackingMonitor.h.
Referenced by analyze().
|
private |
Definition at line 103 of file TrackingMonitor.h.
Referenced by TrackingMonitor().
|
private |
Definition at line 105 of file TrackingMonitor.h.
Referenced by setNclus(), and TrackingMonitor().
|
private |
Definition at line 218 of file TrackingMonitor.h.
Referenced by analyze().
|
private |
Definition at line 88 of file TrackingMonitor.h.
Referenced by TrackingMonitor().
|
private |
Definition at line 90 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 110 of file TrackingMonitor.h.
Referenced by bookHistograms(), and TrackingMonitor().
|
private |
Definition at line 98 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 97 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 205 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 96 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 133 of file TrackingMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 95 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 102 of file TrackingMonitor.h.
Referenced by TrackingMonitor().
|
private |
Definition at line 104 of file TrackingMonitor.h.
Referenced by setNclus(), and TrackingMonitor().
|
private |
Definition at line 117 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 114 of file TrackingMonitor.h.
Referenced by analyze(), beginLuminosityBlock(), bookHistograms(), TrackingMonitor(), and ~TrackingMonitor().
|
private |
Definition at line 115 of file TrackingMonitor.h.
Referenced by analyze(), bookHistograms(), and ~TrackingMonitor().
|
private |
Definition at line 189 of file TrackingMonitor.h.
Referenced by analyze().
|
private |
Definition at line 116 of file TrackingMonitor.h.
Referenced by analyze(), bookHistograms(), TrackingMonitor(), and ~TrackingMonitor().
|
private |
Definition at line 94 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().
|
private |
Definition at line 93 of file TrackingMonitor.h.
Referenced by analyze(), and TrackingMonitor().