#include <DQM/TrackerMonitorTrack/interface/MonitorTrackResiduals.cc>
Private Attributes | |
TrackerValidationVariables | avalidator_ |
edm::ParameterSet | conf_ |
DQMStore * | dqmStore_ |
SiStripFolderOrganizer | folder_organizer |
GenericTriggerEventFlag * | genTriggerEventFlag_ |
HistoClass | HitResidual |
unsigned long long | m_cacheID_ |
std::map< std::pair < std::string, int32_t > , MonitorElement * > | m_SubdetLayerNormedResiduals |
std::map< std::pair < std::string, int32_t > , MonitorElement * > | m_SubdetLayerResiduals |
bool | ModOn |
HistoClass | NormedHitResiduals |
edm::ParameterSet | Parameters |
Additional Inherited Members | |
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 |
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 track residuals on each detector module
Definition at line 31 of file MonitorTrackResiduals.h.
|
explicit |
Definition at line 24 of file MonitorTrackResiduals.cc.
References conf_, edm::ParameterSet::getParameter(), and ModOn.
MonitorTrackResiduals::~MonitorTrackResiduals | ( | ) |
Definition at line 32 of file MonitorTrackResiduals.cc.
References genTriggerEventFlag_.
|
virtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 151 of file MonitorTrackResiduals.cc.
References GenericTriggerEventFlag::accept(), avalidator_, TrackerValidationVariables::fillHitQuantities(), folder_organizer, genTriggerEventFlag_, edm::EventSetup::get(), SiStripFolderOrganizer::GetSubDetAndLayer(), HitResidual, m_SubdetLayerNormedResiduals, m_SubdetLayerResiduals, ModOn, NormedHitResiduals, GenericTriggerEventFlag::on(), edm::ESHandle< class >::product(), and SiStripDetId::subDetector().
|
virtual |
Definition at line 37 of file MonitorTrackResiduals.cc.
|
overridevirtual |
Implements DQMEDAnalyzer.
Definition at line 40 of file MonitorTrackResiduals.cc.
References createMEs(), edm::EventSetup::get(), and m_cacheID_.
void MonitorTrackResiduals::createMEs | ( | DQMStore::IBooker & | ibooker, |
const edm::EventSetup & | iSetup | ||
) |
Definition at line 55 of file MonitorTrackResiduals.cc.
References funct::abs(), DQMStore::IBooker::book1D(), conf_, folder_organizer, edm::EventSetup::get(), edm::ParameterSet::getParameter(), SiStripFolderOrganizer::GetSubDetAndLayer(), HitResidual, m_SubdetLayerNormedResiduals, m_SubdetLayerResiduals, ModOn, NormedHitResiduals, edm::ESHandle< class >::product(), MonitorElement::setAxisTitle(), SiStripFolderOrganizer::setDetectorFolder(), SiStripFolderOrganizer::setLayerFolder(), SiStripFolderOrganizer::setSiStripFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and SiStripDetId::subDetector().
Referenced by bookHistograms().
|
virtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 49 of file MonitorTrackResiduals.cc.
References genTriggerEventFlag_, GenericTriggerEventFlag::initRun(), and GenericTriggerEventFlag::on().
|
virtual |
Definition at line 140 of file MonitorTrackResiduals.cc.
References conf_, dqmStore_, edm::ParameterSet::getParameter(), dumpDBToFile_GT_ttrig_cfg::outputFileName, DQMStore::save(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 136 of file MonitorTrackResiduals.cc.
|
private |
Definition at line 57 of file MonitorTrackResiduals.h.
Referenced by analyze().
|
private |
Definition at line 47 of file MonitorTrackResiduals.h.
Referenced by createMEs(), endJob(), and MonitorTrackResiduals().
|
private |
Definition at line 46 of file MonitorTrackResiduals.h.
Referenced by endJob().
|
private |
Definition at line 53 of file MonitorTrackResiduals.h.
Referenced by analyze(), and createMEs().
|
private |
Definition at line 56 of file MonitorTrackResiduals.h.
Referenced by analyze(), dqmBeginRun(), and ~MonitorTrackResiduals().
|
private |
Definition at line 51 of file MonitorTrackResiduals.h.
Referenced by analyze(), and createMEs().
|
private |
Definition at line 54 of file MonitorTrackResiduals.h.
Referenced by bookHistograms().
|
private |
Definition at line 50 of file MonitorTrackResiduals.h.
Referenced by analyze(), and createMEs().
|
private |
Definition at line 49 of file MonitorTrackResiduals.h.
Referenced by analyze(), and createMEs().
|
private |
Definition at line 55 of file MonitorTrackResiduals.h.
Referenced by analyze(), createMEs(), and MonitorTrackResiduals().
|
private |
Definition at line 52 of file MonitorTrackResiduals.h.
Referenced by analyze(), and createMEs().
|
private |
Definition at line 48 of file MonitorTrackResiduals.h.