#include <DTLocalTriggerBaseTest.h>
Protected Member Functions | |
void | beginRun (edm::Run const &run, edm::EventSetup const &context) override |
BeginRun. More... | |
void | bookCmsHistos (DQMStore::IBooker &, std::string hTag, std::string folder="", bool isGlb=false) |
Book the new MEs (CMS summary) More... | |
void | bookSectorHistos (DQMStore::IBooker &, int wheel, int sector, std::string hTag, std::string folder="") |
Book the new MEs (for each sector) More... | |
void | bookWheelHistos (DQMStore::IBooker &, int wheel, std::string hTag, std::string folder="") |
Book the new MEs (for each wheel) More... | |
std::string | category () |
Get message logger name. More... | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override |
Perform client diagnostic in online. More... | |
void | endRun (edm::Run const &run, edm::EventSetup const &context) override |
Perform client diagnostic in offline. More... | |
std::string | fullName (std::string htype) |
Create fullname from histo partial name. More... | |
template<class T > | |
T * | getHisto (MonitorElement *me) |
Convert ME to Histogram fo type T. More... | |
std::string | getMEName (std::string histoTag, std::string subfolder, const DTChamberId &chambid) |
Get the ME name (by chamber) More... | |
std::string | getMEName (std::string histoTag, std::string subfolder, int wh) |
Get the ME name (by wheel) More... | |
std::pair< float, float > | phiRange (const DTChamberId &id) |
Calculate phi range for histograms. More... | |
virtual void | runClientDiagnostic (DQMStore::IBooker &, DQMStore::IGetter &)=0 |
Perform client analysis. More... | |
void | setConfig (const edm::ParameterSet &ps, std::string name) |
Set configuration variables. More... | |
std::string & | topFolder (bool isTM) |
Get top folder name. More... | |
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) |
Protected Attributes | |
std::string | baseFolderDDU |
std::string | baseFolderTM |
std::map< std::string, MonitorElement * > | cmsME |
std::string | hwSource |
std::vector< std::string > | hwSources |
edm::ESHandle< DTGeometry > | muonGeom |
int | nevents |
unsigned int | nLumiSegs |
edm::ParameterSet | parameters |
int | prescaleFactor |
int | run |
bool | runOnline |
std::map< int, std::map< std::string, MonitorElement * > > | secME |
std::string | sourceFolder |
std::string | testName |
std::string | trigSource |
std::vector< std::string > | trigSources |
std::map< int, std::map< std::string, MonitorElement * > > | whME |
Protected Attributes inherited from DQMEDHarvester | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
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) |
DQM Base for TriggerTests
threadsafe version (//-) oct/nov 2014 - WATWanAbdullah ncpp-um-my
Definition at line 42 of file DTLocalTriggerBaseTest.h.
|
inline |
Constructor.
Definition at line 47 of file DTLocalTriggerBaseTest.h.
References beginRun(), bookCmsHistos(), bookSectorHistos(), bookWheelHistos(), dqmEndJob(), dqmEndLuminosityBlock(), endRun(), printsummarytable::folder, fullName(), getHisto(), getMEName(), dataset::name, phiRange(), run, runClientDiagnostic(), setConfig(), AlCaHLTBitMon_QueryRunRegistry::string, makeMuonMisalignmentScenario::wheel, and ~DTLocalTriggerBaseTest().
|
override |
Destructor.
Definition at line 37 of file DTLocalTriggerBaseTest.cc.
References taus_updatedMVAIds_cff::category.
Referenced by DTLocalTriggerBaseTest().
|
overrideprotected |
BeginRun.
Definition at line 44 of file DTLocalTriggerBaseTest.cc.
References taus_updatedMVAIds_cff::category, and edm::EventSetup::get().
Referenced by DTLocalTriggerTest::beginRun(), DTLocalTriggerLutTest::beginRun(), DTLocalTriggerTPTest::beginRun(), DTTriggerLutTest::beginRun(), DTLocalTriggerEfficiencyTest::beginRun(), DTLocalTriggerSynchTest::beginRun(), DTTriggerEfficiencyTest::beginRun(), and DTLocalTriggerBaseTest().
|
protected |
Book the new MEs (CMS summary)
Definition at line 223 of file DTLocalTriggerBaseTest.cc.
References DQMStore::IBooker::book2D(), taus_updatedMVAIds_cff::category, LogTrace, MonitorElement::setAxisTitle(), and DQMStore::IBooker::setCurrentFolder().
Referenced by DTLocalTriggerBaseTest().
|
protected |
Book the new MEs (for each sector)
Definition at line 158 of file DTLocalTriggerBaseTest.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), taus_updatedMVAIds_cff::category, LogTrace, SimDataFormats::CaloAnalysis::sc, MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), and makeMuonMisalignmentScenario::wheel.
Referenced by DTLocalTriggerEfficiencyTest::Bookings(), DTLocalTriggerBaseTest(), and DTLocalTriggerEfficiencyTest::runClientDiagnostic().
|
protected |
Book the new MEs (for each wheel)
Definition at line 244 of file DTLocalTriggerBaseTest.cc.
References DQMStore::IBooker::book2D(), taus_updatedMVAIds_cff::category, LogTrace, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), and makeMuonMisalignmentScenario::wheel.
Referenced by DTLocalTriggerEfficiencyTest::Bookings(), DTLocalTriggerBaseTest(), and DTLocalTriggerEfficiencyTest::runClientDiagnostic().
|
inlineprotected |
Get message logger name.
Definition at line 100 of file DTLocalTriggerBaseTest.h.
Referenced by DTLocalTriggerEfficiencyTest::bookChambHistos().
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Reimplemented in DTLocalTriggerSynchTest.
Definition at line 73 of file DTLocalTriggerBaseTest.cc.
References taus_updatedMVAIds_cff::category, and LogTrace.
Referenced by DTLocalTriggerSynchTest::dqmEndJob(), and DTLocalTriggerBaseTest().
|
overrideprotectedvirtual |
Perform client diagnostic in online.
Reimplemented from DQMEDHarvester.
Reimplemented in DTLocalTriggerSynchTest.
Definition at line 55 of file DTLocalTriggerBaseTest.cc.
References nanoDQM_cff::prescaleFactor.
Referenced by DTLocalTriggerBaseTest().
|
overrideprotected |
Perform client diagnostic in offline.
Definition at line 86 of file DTLocalTriggerBaseTest.cc.
References taus_updatedMVAIds_cff::category, and LogTrace.
Referenced by DTLocalTriggerBaseTest().
|
protected |
Create fullname from histo partial name.
Definition at line 118 of file DTLocalTriggerBaseTest.cc.
References getMEName(), DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
Referenced by valtools.benchmark::benchmarkOnWebSite(), DTLocalTriggerEfficiencyTest::bookChambHistos(), DTLocalTriggerBaseTest(), and DTLocalTriggerEfficiencyTest::runClientDiagnostic().
|
protected |
Convert ME to Histogram fo type T.
Definition at line 128 of file DTLocalTriggerBaseTest.h.
References MonitorElement::getRootObject().
Referenced by DTLocalTriggerBaseTest().
|
protected |
Get the ME name (by chamber)
Referenced by DTLocalTriggerBaseTest(), fullName(), and DTLocalTriggerEfficiencyTest::runClientDiagnostic().
|
protected |
Get the ME name (by wheel)
|
protected |
Calculate phi range for histograms.
Definition at line 297 of file DTLocalTriggerBaseTest.cc.
References DTTopology::firstChannel(), DTTopology::lastChannel(), edm::max(), edm::min(), GeomDet::position(), DTLayer::specificTopology(), relativeConstraints::station, GeomDet::toLocal(), makeMuonMisalignmentScenario::wheel, and DTTopology::wirePosition().
Referenced by DTLocalTriggerBaseTest().
|
protectedpure virtual |
Perform client analysis.
Implemented in DTTriggerEfficiencyTest, DTLocalTriggerSynchTest, DTLocalTriggerEfficiencyTest, DTTriggerLutTest, DTLocalTriggerLutTest, DTLocalTriggerTPTest, and DTLocalTriggerTest.
Referenced by DTLocalTriggerBaseTest().
|
protected |
Set configuration variables.
Definition at line 93 of file DTLocalTriggerBaseTest.cc.
References taus_updatedMVAIds_cff::category, edm::ParameterSet::getUntrackedParameter(), LogTrace, dataset::name, and nanoDQM_cff::prescaleFactor.
Referenced by DTLocalTriggerBaseTest(), and DTLocalTriggerEfficiencyTest::DTLocalTriggerEfficiencyTest().
|
inlineprotected |
Get top folder name.
Definition at line 97 of file DTLocalTriggerBaseTest.h.
References baseFolderDDU, and baseFolderTM.
Referenced by DTLocalTriggerEfficiencyTest::bookChambHistos().
|
protected |
Definition at line 116 of file DTLocalTriggerBaseTest.h.
Referenced by DTLocalTriggerEfficiencyTest::DTLocalTriggerEfficiencyTest(), and topFolder().
|
protected |
Definition at line 115 of file DTLocalTriggerBaseTest.h.
Referenced by DTLocalTriggerEfficiencyTest::DTLocalTriggerEfficiencyTest(), and topFolder().
|
protected |
Definition at line 122 of file DTLocalTriggerBaseTest.h.
|
protected |
Definition at line 118 of file DTLocalTriggerBaseTest.h.
Referenced by DTLocalTriggerEfficiencyTest::bookChambHistos(), DTLocalTriggerEfficiencyTest::Bookings(), and DTLocalTriggerEfficiencyTest::runClientDiagnostic().
|
protected |
Definition at line 110 of file DTLocalTriggerBaseTest.h.
Referenced by DTLocalTriggerEfficiencyTest::Bookings(), and DTLocalTriggerEfficiencyTest::runClientDiagnostic().
|
protected |
Definition at line 119 of file DTLocalTriggerBaseTest.h.
Referenced by DTLocalTriggerEfficiencyTest::beginRun().
|
protected |
Definition at line 100 of file DTLocalTriggerBaseTest.h.
|
protected |
Definition at line 105 of file DTLocalTriggerBaseTest.h.
|
protected |
Definition at line 113 of file DTLocalTriggerBaseTest.h.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputTags(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::recursePSetProperties().
|
protected |
Definition at line 106 of file DTLocalTriggerBaseTest.h.
|
protected |
Definition at line 107 of file DTLocalTriggerBaseTest.h.
Referenced by generateEDF.LumiInfo::__str__(), DTWorkflow.DTWorkflow::all(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), personalPlayback.Playback::do_create_lumi(), personalPlayback.Playback::do_exec(), DTLocalTriggerBaseTest(), o2olib.O2OTool::execute(), generateEDF.LumiInfo::fixXingInfo(), and dqm_interfaces.DirWalkerFile::walk().
|
protected |
Definition at line 114 of file DTLocalTriggerBaseTest.h.
|
protected |
Definition at line 120 of file DTLocalTriggerBaseTest.h.
Referenced by DTLocalTriggerEfficiencyTest::runClientDiagnostic().
|
protected |
Definition at line 112 of file DTLocalTriggerBaseTest.h.
|
protected |
Definition at line 108 of file DTLocalTriggerBaseTest.h.
Referenced by DTLocalTriggerEfficiencyTest::bookChambHistos().
|
protected |
Definition at line 117 of file DTLocalTriggerBaseTest.h.
Referenced by DTLocalTriggerEfficiencyTest::Bookings(), and DTLocalTriggerEfficiencyTest::runClientDiagnostic().
|
protected |
Definition at line 109 of file DTLocalTriggerBaseTest.h.
Referenced by DTLocalTriggerEfficiencyTest::Bookings(), and DTLocalTriggerEfficiencyTest::runClientDiagnostic().
|
protected |
Definition at line 121 of file DTLocalTriggerBaseTest.h.
Referenced by DTLocalTriggerEfficiencyTest::runClientDiagnostic().