#include <DTEfficiencyTest.h>
Public Member Functions | |
DTEfficiencyTest (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~DTEfficiencyTest () |
Destructor. More... | |
Public Member Functions inherited from DQMEDHarvester | |
virtual void | analyze (edm::Event const &, edm::EventSetup const &) final |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
DQMEDHarvester (void) | |
virtual void | endJob () final |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
virtual void | endRun (edm::Run const &, edm::EventSetup const &) |
Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks, edm::one::SharedResources > | |
EDAnalyzer ()=default | |
Public Member Functions inherited from edm::one::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDAnalyzerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
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 |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
beginrun More... | |
void | bookHistos (DQMStore::IBooker &, const DTLayerId &ch, int firstWire, int lastWire) |
book the new ME More... | |
void | bookHistos (DQMStore::IBooker &, int wh) |
book the summary histograms More... | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) |
DQM Client Diagnostic. More... | |
std::string | getMEName (std::string histoTag, const DTLayerId &lID) |
Get the ME name. More... | |
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) |
Private Attributes | |
std::map< DTLayerId, MonitorElement * > | EfficiencyHistos |
edm::ESHandle< DTGeometry > | muonGeom |
int | nevents |
unsigned int | nLumiSegs |
edm::ParameterSet | parameters |
int | percentual |
int | prescaleFactor |
int | run |
std::map< DTLayerId, MonitorElement * > | UnassEfficiencyHistos |
std::map< int, MonitorElement * > | wheelHistos |
std::map< int, MonitorElement * > | wheelUnassHistos |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
DQM Test Client
threadsafe version (//-) oct/nov 2014 - WATWanAbdullah -ncpp-um-my
Definition at line 45 of file DTEfficiencyTest.h.
DTEfficiencyTest::DTEfficiencyTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 35 of file DTEfficiencyTest.cc.
References HLT_25ns10e33_v2_cff::parameters, and dtDQMClient_cfg::prescaleFactor.
|
virtual |
Destructor.
Definition at line 47 of file DTEfficiencyTest.cc.
References cmsHarvester::nevents.
|
protectedvirtual |
beginrun
Reimplemented from DQMEDHarvester.
Definition at line 54 of file DTEfficiencyTest.cc.
References edm::EventSetup::get(), and cmsHarvester::nevents.
|
protected |
book the new ME
Definition at line 355 of file DTEfficiencyTest.cc.
References DQMStore::IBooker::book1D(), DTLayerId::layer(), DTChamberId::sector(), DQMStore::IBooker::setCurrentFolder(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), DTLayerId::superlayerId(), and DTChamberId::wheel().
|
protected |
book the summary histograms
Definition at line 376 of file DTEfficiencyTest.cc.
References DQMStore::IBooker::book2D(), MonitorElement::setBinLabel(), and DQMStore::IBooker::setCurrentFolder().
|
protectedvirtual |
Implements DQMEDHarvester.
Definition at line 323 of file DTEfficiencyTest.cc.
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from DQMEDHarvester.
Definition at line 65 of file DTEfficiencyTest.cc.
References newFWLiteAna::bin, bookHistos(), counter, postValidation_cfi::efficiency, lumiContext::fill, DQMStore::IGetter::get(), QReport::getBadChannels(), MonitorElement::getTH1F(), timingPdfMaker::histo, i, edm::LuminosityBlockBase::id(), j, DTLayerId::layer(), edm::LuminosityBlockID::luminosityBlock(), HLT_25ns10e33_v2_cff::parameters, dtDQMClient_cfg::prescaleFactor, DTChamberId::sector(), mathSSE::sqrt(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
protected |
Get the ME name.
Definition at line 329 of file DTEfficiencyTest.cc.
References DTLayerId::layer(), HLT_25ns10e33_v2_cff::parameters, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), DTLayerId::superlayerId(), and DTChamberId::wheel().
|
private |
Definition at line 89 of file DTEfficiencyTest.h.
|
private |
Definition at line 87 of file DTEfficiencyTest.h.
|
private |
Definition at line 80 of file DTEfficiencyTest.h.
|
private |
Definition at line 81 of file DTEfficiencyTest.h.
|
private |
Definition at line 86 of file DTEfficiencyTest.h.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputTags(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::recursePSetProperties().
|
private |
Definition at line 84 of file DTEfficiencyTest.h.
|
private |
Definition at line 82 of file DTEfficiencyTest.h.
|
private |
Definition at line 83 of file DTEfficiencyTest.h.
Referenced by generateEDF.LumiInfo::__str__(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), personalPlayback.Playback::do_create_lumi(), personalPlayback.Playback::do_exec(), generateEDF.LumiInfo::fixXingInfo(), and dqm_interfaces.DirWalkerFile::walk().
|
private |
Definition at line 90 of file DTEfficiencyTest.h.
|
private |
Definition at line 93 of file DTEfficiencyTest.h.
|
private |
Definition at line 94 of file DTEfficiencyTest.h.