#include <DTSegmentAnalysisTest.h>
Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) |
void | bookHistos (DQMStore::IBooker &) |
DTSegmentAnalysisTest (const edm::ParameterSet &ps) | |
Constructor. More... | |
void | endRun (edm::Run const &run, edm::EventSetup const &c) |
std::string | getMEName (const DTChamberId &chID, std::string histoTag) |
Get the ME name. More... | |
void | performClientDiagnostic (DQMStore::IGetter &) |
Perform client diagnostic operations. More... | |
virtual | ~DTSegmentAnalysisTest () |
Destructor. More... | |
Public Member Functions inherited from DQMEDHarvester | |
virtual void | analyze (edm::Event const &, edm::EventSetup const &) final |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
DQMEDHarvester (void) | |
virtual void | endJob () final |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks, edm::one::SharedResources > | |
EDAnalyzer ()=default | |
Public Member Functions inherited from edm::one::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDAnalyzerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) |
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 Attributes | |
bool | bookingdone |
std::map< std::pair< int, int > , MonitorElement * > | chi2Histos |
bool | detailedAnalysis |
bool | hltDQMMode |
int | maxPhiHit |
int | maxPhiZHit |
edm::ESHandle< DTGeometry > | muonGeom |
int | nevents |
unsigned int | nLumiSegs |
int | nMinEvts |
bool | normalizeHistoPlots |
edm::ParameterSet | parameters |
bool | runOnline |
std::map< std::pair< int, int > , MonitorElement * > | segmRecHitHistos |
std::map< int, MonitorElement * > | summaryHistos |
std::string | topHistoFolder |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 43 of file DTSegmentAnalysisTest.h.
DTSegmentAnalysisTest::DTSegmentAnalysisTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 44 of file DTSegmentAnalysisTest.cc.
References edm::ParameterSet::getUntrackedParameter(), LogTrace, cmsHarvester::nevents, and HLT_FULL_cff::parameters.
|
virtual |
Destructor.
Definition at line 69 of file DTSegmentAnalysisTest.cc.
References LogTrace, and cmsHarvester::nevents.
|
virtual |
Reimplemented from DQMEDHarvester.
Definition at line 74 of file DTSegmentAnalysisTest.cc.
References edm::EventSetup::get(), and LogTrace.
void DTSegmentAnalysisTest::bookHistos | ( | DQMStore::IBooker & | ibooker | ) |
Definition at line 321 of file DTSegmentAnalysisTest.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), and DQMStore::IBooker::setCurrentFolder().
|
protectedvirtual |
Implements DQMEDHarvester.
Definition at line 106 of file DTSegmentAnalysisTest.cc.
References DQMStore::IGetter::get(), LogTrace, and DTTimeEvolutionHisto::normalizeTo().
|
protectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 82 of file DTSegmentAnalysisTest.cc.
References bookHistos(), edm::LuminosityBlockBase::id(), LogTrace, and edm::LuminosityBlockID::luminosityBlock().
|
virtual |
Reimplemented from DQMEDHarvester.
Definition at line 103 of file DTSegmentAnalysisTest.cc.
string DTSegmentAnalysisTest::getMEName | ( | const DTChamberId & | chID, |
std::string | histoTag | ||
) |
Get the ME name.
Definition at line 296 of file DTSegmentAnalysisTest.cc.
References DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, and DTChamberId::wheel().
void DTSegmentAnalysisTest::performClientDiagnostic | ( | DQMStore::IGetter & | igetter | ) |
Perform client diagnostic operations.
Definition at line 148 of file DTSegmentAnalysisTest.cc.
References funct::abs(), newFWLiteAna::bin, HcalObjRepresent::Fill(), DQMStore::IGetter::get(), QReport::getBadChannels(), MonitorElement::getFloatValue(), MonitorElement::getTH1F(), MonitorElement::getTH2F(), timingPdfMaker::histo, pileupCalc::nbins, HLT_FULL_cff::parameters, DTChamberId::sector(), DTChamberId::station(), dtDQMClient_cfg::threshold, histoStyle::weight, and DTChamberId::wheel().
|
private |
Definition at line 83 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 89 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 75 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 96 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 78 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 79 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 86 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 72 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 73 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 76 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 92 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 85 of file DTSegmentAnalysisTest.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 81 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 90 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 91 of file DTSegmentAnalysisTest.h.
|
private |
Definition at line 94 of file DTSegmentAnalysisTest.h.