#include <DTChamberEfficiencyTest.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) |
void | beginRun (const edm::Run &run, const edm::EventSetup &setup) |
BeginRun. More... | |
void | bookHistos (const DTChamberId &ch) |
book the new ME More... | |
void | bookHistos () |
book the report summary More... | |
void | endJob () |
Endjob. More... | |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) |
DQM Client Diagnostic. More... | |
std::string | getMEName (std::string histoTag, const DTChamberId &chID) |
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 | |
DQMStore * | dbe |
edm::ESHandle< DTGeometry > | muonGeom |
int | nevents |
unsigned int | nLumiSegs |
edm::ParameterSet | parameters |
int | prescaleFactor |
int | run |
std::map< int, MonitorElement * > | summaryHistos |
std::map< std::string, MonitorElement * > | xEfficiencyHistos |
std::map< std::string, MonitorElement * > | xVSyEffHistos |
std::map< std::string, MonitorElement * > | yEfficiencyHistos |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
DQM Test Client
Definition at line 40 of file DTChamberEfficiencyTest.h.
DTChamberEfficiencyTest::DTChamberEfficiencyTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 34 of file DTChamberEfficiencyTest.cc.
References cppFunctionSkipper::operator, Parameters::parameters, and dtDQMClient_cfg::prescaleFactor.
|
virtual |
Destructor.
Definition at line 48 of file DTChamberEfficiencyTest.cc.
References nevents.
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 91 of file DTChamberEfficiencyTest.cc.
References nevents.
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 55 of file DTChamberEfficiencyTest.cc.
References nevents.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 64 of file DTChamberEfficiencyTest.cc.
References edm::LuminosityBlockBase::run(), and DTTTrigCorrFirst::run.
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 74 of file DTChamberEfficiencyTest.cc.
References bookHistos(), and edm::EventSetup::get().
|
protected |
book the new ME
Definition at line 257 of file DTChamberEfficiencyTest.cc.
References DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, and DTChamberId::wheel().
|
protected |
book the report summary
Definition at line 279 of file DTChamberEfficiencyTest.cc.
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 226 of file DTChamberEfficiencyTest.cc.
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 99 of file DTChamberEfficiencyTest.cc.
References QReport::getBadChannels(), MonitorElement::getTH2F(), edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), Parameters::parameters, dtDQMClient_cfg::prescaleFactor, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTChamberId::wheel(), and cuy::yBin.
|
protected |
Get the ME name.
Definition at line 235 of file DTChamberEfficiencyTest.cc.
References Parameters::parameters, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, and DTChamberId::wheel().
|
private |
Definition at line 89 of file DTChamberEfficiencyTest.h.
|
private |
Definition at line 92 of file DTChamberEfficiencyTest.h.
|
private |
Definition at line 84 of file DTChamberEfficiencyTest.h.
|
private |
Definition at line 85 of file DTChamberEfficiencyTest.h.
|
private |
Definition at line 91 of file DTChamberEfficiencyTest.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 86 of file DTChamberEfficiencyTest.h.
|
private |
Definition at line 87 of file DTChamberEfficiencyTest.h.
Referenced by generateEDF.LumiInfo::__str__(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), generateEDF.LumiInfo::fixXingInfo(), and dqm_interfaces.DirWalkerFile::walk().
|
private |
Definition at line 97 of file DTChamberEfficiencyTest.h.
|
private |
Definition at line 94 of file DTChamberEfficiencyTest.h.
|
private |
Definition at line 96 of file DTChamberEfficiencyTest.h.
|
private |
Definition at line 95 of file DTChamberEfficiencyTest.h.