#include <DTResolutionAnalysisTest.h>
Protected Member Functions | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
Protected Member Functions inherited from edm::ProducerBase | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (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 |
DQM Test Client
threadsafe version (//-) oct/nov 2014 - WATWanAbdullah -ncpp-um-my
Definition at line 30 of file DTResolutionAnalysisTest.h.
DTResolutionAnalysisTest::DTResolutionAnalysisTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 32 of file DTResolutionAnalysisTest.cc.
References dtResolutionTestFinalCalib_cfi::doCalibAnalysis, edm::ParameterSet::getUntrackedParameter(), LogTrace, dtResolutionAnalysisTest_cfi::maxGoodMeanValue, dtResolutionAnalysisTest_cfi::maxGoodSigmaValue, dtResolutionAnalysisTest_cfi::minBadMeanValue, dtResolutionAnalysisTest_cfi::minBadSigmaValue, Skims_PDWG_cff::prescaleFactor, and ALCARECODTCalibSynchCosmicsDQMClient_cff::topHistoFolder.
|
override |
Destructor.
Definition at line 47 of file DTResolutionAnalysisTest.cc.
References LogTrace, and cmsHarvester::nevents.
|
override |
BeginRun.
Definition at line 52 of file DTResolutionAnalysisTest.cc.
References edm::EventSetup::get(), edm::get(), LogTrace, and cmsHarvester::nevents.
void DTResolutionAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker | ) |
Definition at line 61 of file DTResolutionAnalysisTest.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), bookHistos(), dqm::impl::MonitorElement::setAxisTitle(), dqm::implementation::NavigatorBase::setCurrentFolder(), ALCARECODTCalibSynchCosmicsDQMClient_cff::topHistoFolder, and makeMuonMisalignmentScenario::wheel.
void DTResolutionAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker, |
int | wh | ||
) |
Definition at line 257 of file DTResolutionAnalysisTest.cc.
References dqm::implementation::IBooker::book2D(), HltBtagPostValidation_cff::histoName, dqm::impl::MonitorElement::setAxisTitle(), dqm::implementation::NavigatorBase::setCurrentFolder(), ALCARECODTCalibSynchCosmicsDQMClient_cff::topHistoFolder, and makeMuonMisalignmentScenario::wheel.
void DTResolutionAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker, |
int | wh, | ||
int | sect | ||
) |
Definition at line 298 of file DTResolutionAnalysisTest.cc.
References dqm::implementation::IBooker::book1D(), printsummarytable::folder, dqm::implementation::NavigatorBase::setCurrentFolder(), ALCARECODTCalibSynchCosmicsDQMClient_cff::topHistoFolder, and makeMuonMisalignmentScenario::wheel.
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 109 of file DTResolutionAnalysisTest.cc.
References funct::abs(), bookHistos(), dqm::implementation::IGetter::dirExists(), mps_splice::entry, HcalObjRepresent::Fill(), dqm::implementation::IGetter::get(), dqm::impl::MonitorElement::getMean(), dqm::impl::MonitorElement::getRMS(), dqm::legacy::MonitorElement::getTH1F(), LogTrace, SiStripPI::mean, DTChamberId::sector(), DTChamberId::station(), DTSuperLayerId::superLayer(), DTSuperLayerId::superlayer(), tools::TF1, ALCARECODTCalibSynchCosmicsDQMClient_cff::topHistoFolder, mps_merge::weight, and DTChamberId::wheel().
string DTResolutionAnalysisTest::getMEName | ( | const DTSuperLayerId & | slID | ) |
Get the ME name.
Definition at line 366 of file DTResolutionAnalysisTest.cc.
References dtResolutionTestFinalCalib_cfi::doCalibAnalysis, ALCARECODTCalibSynchCosmicsDQM_cff::folderName, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTSuperLayerId::superlayer(), ALCARECODTCalibSynchCosmicsDQMClient_cff::topHistoFolder, DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
|
private |
Definition at line 403 of file DTResolutionAnalysisTest.cc.
References dtResolutionAnalysisTest_cfi::maxGoodMeanValue, SiStripPI::mean, dtResolutionAnalysisTest_cfi::minBadMeanValue, and relativeConstraints::value.
|
private |
Definition at line 427 of file DTResolutionAnalysisTest.cc.
References timingPdfMaker::histo.
|
private |
Definition at line 415 of file DTResolutionAnalysisTest.cc.
References dtResolutionAnalysisTest_cfi::maxGoodSigmaValue, dtResolutionAnalysisTest_cfi::minBadSigmaValue, and relativeConstraints::value.
|
private |
Definition at line 395 of file DTResolutionAnalysisTest.cc.
References newFWLiteAna::bin, and runTheMatrix::ret.
|
private |
|
private |
Definition at line 66 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 88 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 61 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 63 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 77 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 71 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 62 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 64 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 68 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 54 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 55 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 58 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 56 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 57 of file DTResolutionAnalysisTest.h.
Referenced by generateEDF.LumiInfo::__str__(), DTWorkflow.DTWorkflow::all(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), personalPlayback.Playback::do_create_lumi(), personalPlayback.Playback::do_exec(), o2olib.O2OTool::execute(), generateEDF.LumiInfo::fixXingInfo(), and dqm_interfaces.DirWalkerFile::walk().
|
private |
Definition at line 78 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 72 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 91 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 74 of file DTResolutionAnalysisTest.h.
|
private |
Definition at line 75 of file DTResolutionAnalysisTest.h.