#include <DTResolutionAnalysisTest.h>
Protected Member Functions | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
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::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Attributes inherited from DQMEDHarvester | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
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 nanoDQM_cff::prescaleFactor.
|
override |
Destructor.
Definition at line 54 of file DTResolutionAnalysisTest.cc.
References LogTrace.
|
override |
BeginRun.
Definition at line 60 of file DTResolutionAnalysisTest.cc.
References edm::EventSetup::get(), and LogTrace.
void DTResolutionAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker | ) |
Definition at line 72 of file DTResolutionAnalysisTest.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), bookHistos(), MonitorElement::setAxisTitle(), DQMStore::IBooker::setCurrentFolder(), and makeMuonMisalignmentScenario::wheel.
void DTResolutionAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker, |
int | wh | ||
) |
Definition at line 270 of file DTResolutionAnalysisTest.cc.
References DQMStore::IBooker::book2D(), MonitorElement::setAxisTitle(), DQMStore::IBooker::setCurrentFolder(), and makeMuonMisalignmentScenario::wheel.
void DTResolutionAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker, |
int | wh, | ||
int | sect | ||
) |
Definition at line 311 of file DTResolutionAnalysisTest.cc.
References DQMStore::IBooker::book1D(), printsummarytable::folder, DQMStore::IBooker::setCurrentFolder(), and makeMuonMisalignmentScenario::wheel.
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 127 of file DTResolutionAnalysisTest.cc.
References funct::abs(), bookHistos(), DQMStore::IGetter::dirExists(), mps_splice::entry, HcalObjRepresent::Fill(), DQMStore::IGetter::get(), MonitorElement::getMean(), MonitorElement::getRMS(), MonitorElement::getTH1F(), LogTrace, SiStripPI::mean, DTChamberId::sector(), DTChamberId::station(), DTSuperLayerId::superLayer(), DTSuperLayerId::superlayer(), mps_merge::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(), DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
|
private |
Definition at line 428 of file DTResolutionAnalysisTest.cc.
References relativeConstraints::value.
|
private |
Definition at line 444 of file DTResolutionAnalysisTest.cc.
References trackerHits::histo.
|
private |
Definition at line 436 of file DTResolutionAnalysisTest.cc.
References relativeConstraints::value.
|
private |
Definition at line 421 of file DTResolutionAnalysisTest.cc.
|
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__(), 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 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.