#include <DTResolutionAnalysisTest.h>
Public 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 &r, const edm::EventSetup &c) |
BeginRun. More... | |
void | bookHistos () |
book the summary histograms More... | |
void | bookHistos (int wh) |
void | bookHistos (int wh, int sect) |
DTResolutionAnalysisTest (const edm::ParameterSet &ps) | |
Constructor. More... | |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) |
DQM Client Diagnostic. More... | |
void | endRun (edm::Run const &run, edm::EventSetup const &c) |
std::string | getMEName (const DTSuperLayerId &slID) |
Get the ME name. More... | |
virtual | ~DTResolutionAnalysisTest () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
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 (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
double | meanInRange (double mean) const |
void | resetMEs () |
double | sigmaInRange (double sigma) const |
int | slFromBin (int bin) const |
int | stationFromBin (int bin) const |
Private Attributes | |
DQMStore * | dbe |
bool | doCalibAnalysis |
MonitorElement * | globalResSummary |
double | maxGoodMeanValue |
double | maxGoodSigmaValue |
std::map< int, MonitorElement * > | meanDistr |
std::map< std::pair< int, int > , MonitorElement * > | MeanHistos |
double | minBadMeanValue |
double | minBadSigmaValue |
edm::ESHandle< DTGeometry > | muonGeom |
int | nevents |
unsigned int | nLumiSegs |
int | percentual |
int | prescaleFactor |
int | run |
std::map< int, MonitorElement * > | sigmaDistr |
std::map< std::pair< int, int > , MonitorElement * > | SigmaHistos |
std::string | topHistoFolder |
std::map< int, MonitorElement * > | wheelMeanHistos |
std::map< int, MonitorElement * > | wheelSigmaHistos |
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 &) |
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) |
DQM Test Client
Definition at line 29 of file DTResolutionAnalysisTest.h.
DTResolutionAnalysisTest::DTResolutionAnalysisTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 36 of file DTResolutionAnalysisTest.cc.
References edm::ParameterSet::getUntrackedParameter(), LogTrace, cppFunctionSkipper::operator, and dtDQMClient_cfg::prescaleFactor.
|
virtual |
|
virtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 91 of file DTResolutionAnalysisTest.cc.
References nevents.
|
virtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 62 of file DTResolutionAnalysisTest.cc.
References LogTrace, and nevents.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 80 of file DTResolutionAnalysisTest.cc.
References LogTrace, edm::LuminosityBlockBase::run(), and DTTTrigCorrFirst::run.
|
virtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 70 of file DTResolutionAnalysisTest.cc.
References edm::EventSetup::get(), and LogTrace.
void DTResolutionAnalysisTest::bookHistos | ( | ) |
book the summary histograms
Definition at line 104 of file DTResolutionAnalysisTest.cc.
References bookHistos().
void DTResolutionAnalysisTest::bookHistos | ( | int | wh | ) |
Definition at line 303 of file DTResolutionAnalysisTest.cc.
void DTResolutionAnalysisTest::bookHistos | ( | int | wh, |
int | sect | ||
) |
Definition at line 350 of file DTResolutionAnalysisTest.cc.
|
virtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 99 of file DTResolutionAnalysisTest.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 158 of file DTResolutionAnalysisTest.cc.
References funct::abs(), bookHistos(), HcalObjRepresent::Fill(), MonitorElement::getMean(), MonitorElement::getRMS(), MonitorElement::getTH1F(), LogTrace, timingPdfMaker::mean, DTChamberId::sector(), DTChamberId::station(), DTSuperLayerId::superLayer(), DTSuperLayerId::superlayer(), histoStyle::weight, and DTChamberId::wheel().
string DTResolutionAnalysisTest::getMEName | ( | const DTSuperLayerId & | slID | ) |
Get the ME name.
Definition at line 420 of file DTResolutionAnalysisTest.cc.
References DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
private |
Definition at line 466 of file DTResolutionAnalysisTest.cc.
References relativeConstraints::value.
|
private |
Definition at line 482 of file DTResolutionAnalysisTest.cc.
References timingPdfMaker::histo.
|
private |
Definition at line 474 of file DTResolutionAnalysisTest.cc.
References relativeConstraints::value.
|
private |
|
private |
Definition at line 454 of file DTResolutionAnalysisTest.cc.
|
private |
Definition at line 73 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 81 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 104 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 76 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 78 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 92 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 86 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 77 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 79 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 83 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 67 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 68 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 71 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 69 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 70 of file DTResolutionAnalysisTest.h.
Referenced by generateEDF.LumiInfo::__str__(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), generateEDF.LumiInfo::fixXingInfo(), and dqm_interfaces.DirWalkerFile::walk().
|
private |
Definition at line 93 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 87 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 107 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 89 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 90 of file DTResolutionAnalysisTest.h.