#include <DTResolutionTest.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
BeginRun. More... | |
void | bookHistos (const DTChamberId &ch) |
book the new ME More... | |
void | bookHistos (int wh) |
book the summary histograms More... | |
void | endJob () |
Endjob. More... | |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) |
DQM Client Diagnostic. More... | |
std::string | getMEName (const DTSuperLayerId &slID) |
Get the ME name. More... | |
std::string | getMEName2D (const DTSuperLayerId &slID) |
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 Member Functions | |
int | slFromBin (int bin) const |
int | stationFromBin (int bin) const |
Private Attributes | |
std::map< std::pair< int, int > , int > | cmsMeanHistos |
std::map< std::pair< int, int > , int > | cmsSigmaHistos |
std::map< std::pair< int, int > , int > | cmsSlopeHistos |
DQMStore * | dbe |
std::map< std::pair< int, int > , bool > | MeanFilled |
std::map< std::pair< int, int > , MonitorElement * > | MeanHistos |
std::map< std::string, MonitorElement * > | MeanHistosSetRange |
std::map< std::string, MonitorElement * > | MeanHistosSetRange2D |
edm::ESHandle< DTGeometry > | muonGeom |
int | nevents |
unsigned int | nLumiSegs |
edm::ParameterSet | parameters |
int | percentual |
int | prescaleFactor |
int | run |
std::map< std::pair< int, int > , bool > | SigmaFilled |
std::map< std::pair< int, int > , MonitorElement * > | SigmaHistos |
std::map< std::string, MonitorElement * > | SigmaHistosSetRange |
std::map< std::string, MonitorElement * > | SigmaHistosSetRange2D |
std::map< std::pair< int, int > , bool > | SlopeFilled |
std::map< std::pair< int, int > , MonitorElement * > | SlopeHistos |
std::map< std::string, MonitorElement * > | SlopeHistosSetRange |
std::map< std::string, MonitorElement * > | SlopeHistosSetRange2D |
std::map< int, MonitorElement * > | wheelMeanHistos |
std::map< int, MonitorElement * > | wheelSigmaHistos |
std::map< int, MonitorElement * > | wheelSlopeHistos |
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 39 of file DTResolutionTest.h.
DTResolutionTest::DTResolutionTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 43 of file DTResolutionTest.cc.
References edm::ParameterSet::getUntrackedParameter(), cppFunctionSkipper::operator, Parameters::parameters, and dtDQMClient_cfg::prescaleFactor.
|
virtual |
Destructor.
Definition at line 61 of file DTResolutionTest.cc.
References nevents.
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 98 of file DTResolutionTest.cc.
References nevents.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 89 of file DTResolutionTest.cc.
References edm::LuminosityBlockBase::run(), and DTTTrigCorrFirst::run.
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 68 of file DTResolutionTest.cc.
References bookHistos(), chambers, edm::EventSetup::get(), and nevents.
|
protected |
book the new ME
Definition at line 502 of file DTResolutionTest.cc.
References Parameters::parameters, DTChamberId::sector(), and DTChamberId::wheel().
|
protected |
book the summary histograms
Definition at line 587 of file DTResolutionTest.cc.
References Parameters::parameters.
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 414 of file DTResolutionTest.cc.
References dumpDBToFile_GT_ttrig_cfg::outputFileName, Parameters::parameters, and AlCaHLTBitMon_QueryRunRegistry::string.
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 107 of file DTResolutionTest.cc.
References funct::abs(), QReport::getBadChannels(), MonitorElement::getQReport(), MonitorElement::getTH2F(), timingPdfMaker::histo, i, edm::LuminosityBlockBase::id(), j, edm::LuminosityBlockID::luminosityBlock(), python.multivaluedict::map(), timingPdfMaker::mean, Parameters::parameters, dtDQMClient_cfg::prescaleFactor, DTChamberId::sector(), slope, DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superLayer(), DTSuperLayerId::superlayer(), DTChamberId::wheel(), and cuy::yBin.
|
protected |
Get the ME name.
Definition at line 429 of file DTResolutionTest.cc.
References Parameters::parameters, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
protected |
Definition at line 465 of file DTResolutionTest.cc.
References Parameters::parameters, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
private |
|
private |
Definition at line 768 of file DTResolutionTest.cc.
|
private |
Definition at line 107 of file DTResolutionTest.h.
|
private |
Definition at line 109 of file DTResolutionTest.h.
|
private |
Definition at line 111 of file DTResolutionTest.h.
|
private |
Definition at line 85 of file DTResolutionTest.h.
|
private |
Definition at line 108 of file DTResolutionTest.h.
|
private |
Definition at line 91 of file DTResolutionTest.h.
|
private |
Definition at line 94 of file DTResolutionTest.h.
|
private |
Definition at line 97 of file DTResolutionTest.h.
|
private |
Definition at line 88 of file DTResolutionTest.h.
|
private |
Definition at line 79 of file DTResolutionTest.h.
|
private |
Definition at line 80 of file DTResolutionTest.h.
|
private |
Definition at line 87 of file DTResolutionTest.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 83 of file DTResolutionTest.h.
|
private |
Definition at line 81 of file DTResolutionTest.h.
|
private |
Definition at line 82 of file DTResolutionTest.h.
Referenced by generateEDF.LumiInfo::__str__(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), generateEDF.LumiInfo::fixXingInfo(), and dqm_interfaces.DirWalkerFile::walk().
|
private |
Definition at line 110 of file DTResolutionTest.h.
|
private |
Definition at line 92 of file DTResolutionTest.h.
|
private |
Definition at line 95 of file DTResolutionTest.h.
|
private |
Definition at line 98 of file DTResolutionTest.h.
|
private |
Definition at line 112 of file DTResolutionTest.h.
|
private |
Definition at line 93 of file DTResolutionTest.h.
|
private |
Definition at line 96 of file DTResolutionTest.h.
|
private |
Definition at line 99 of file DTResolutionTest.h.
|
private |
Definition at line 102 of file DTResolutionTest.h.
|
private |
Definition at line 103 of file DTResolutionTest.h.
|
private |
Definition at line 104 of file DTResolutionTest.h.