#include <DTResolutionAnalysisTest.h>
Protected Member Functions | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) |
Protected Member Functions inherited from edm::one::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 | |
double | meanInRange (double mean) const |
void | resetMEs () |
double | sigmaInRange (double sigma) const |
int | slFromBin (int bin) const |
int | stationFromBin (int bin) const |
Private Attributes | |
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::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
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 33 of file DTResolutionAnalysisTest.h.
DTResolutionAnalysisTest::DTResolutionAnalysisTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 37 of file DTResolutionAnalysisTest.cc.
References edm::ParameterSet::getUntrackedParameter(), LogTrace, and dtDQMClient_cfg::prescaleFactor.
|
virtual |
Destructor.
Definition at line 54 of file DTResolutionAnalysisTest.cc.
References LogTrace, and cmsHarvester::nevents.
|
virtual |
BeginRun.
Reimplemented from DQMEDHarvester.
Definition at line 60 of file DTResolutionAnalysisTest.cc.
References edm::EventSetup::get(), LogTrace, and cmsHarvester::nevents.
void DTResolutionAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker | ) |
Definition at line 72 of file DTResolutionAnalysisTest.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), bookHistos(), MonitorElement::setAxisTitle(), and DQMStore::IBooker::setCurrentFolder().
void DTResolutionAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker, |
int | wh | ||
) |
Definition at line 270 of file DTResolutionAnalysisTest.cc.
References DQMStore::IBooker::book2D(), hltbtagharvestinganalyzer_cfi::histoName, MonitorElement::setAxisTitle(), and DQMStore::IBooker::setCurrentFolder().
void DTResolutionAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker, |
int | wh, | ||
int | sect | ||
) |
Definition at line 311 of file DTResolutionAnalysisTest.cc.
References DQMStore::IBooker::book1D(), and DQMStore::IBooker::setCurrentFolder().
|
protectedvirtual |
Implements DQMEDHarvester.
Definition at line 127 of file DTResolutionAnalysisTest.cc.
References funct::abs(), bookHistos(), DQMStore::IGetter::dirExists(), HcalObjRepresent::Fill(), DQMStore::IGetter::get(), 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 382 of file DTResolutionAnalysisTest.cc.
References DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), and DTChamberId::wheel().
|
private |
Definition at line 428 of file DTResolutionAnalysisTest.cc.
References relativeConstraints::value.
|
private |
Definition at line 444 of file DTResolutionAnalysisTest.cc.
References timingPdfMaker::histo.
|
private |
Definition at line 436 of file DTResolutionAnalysisTest.cc.
References relativeConstraints::value.
|
private |
|
private |
Definition at line 416 of file DTResolutionAnalysisTest.cc.
|
private |
Definition at line 71 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 94 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 66 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 68 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 82 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 76 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 67 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 69 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 73 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 59 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 60 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 63 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 61 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 62 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 83 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 77 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 97 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 79 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 80 of file DTResolutionAnalysisTest.h.