#include <DTOccupancyTest.h>
Protected Member Functions | |
void | beginRun (edm::Run const &run, edm::EventSetup const &context) override |
BeginRun. More... | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
Endjob. More... | |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override |
DQM Client Diagnostic. 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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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 | |
void | bookHistos (DQMStore::IBooker &, const int wheelId, std::string folder, std::string histoTag) |
book the summary histograms More... | |
int | getIntegral (TH2F *histo, int, int, int, int, bool) |
std::string | getMEName (std::string histoTag, const DTChamberId &chId) |
Get the ME name. More... | |
int | runOccupancyTest (TH2F *histo, const DTChamberId &chId, float &chamberPercentage) |
std::string | topFolder () const |
Private Attributes | |
bool | bookingdone |
MonitorElement * | glbSummaryHisto |
int | lsCounter |
std::set< DTLayerId > | monitoredLayers |
edm::ESHandle< DTGeometry > | muonGeom |
std::string | nameMonitoredHisto |
int | nChannelDead |
int | nChannelTotal |
int | nevents |
int | nMinEvts |
int | nMinEvtsPC |
TNtuple * | ntuple |
int | nZeroEvtsPC |
TFile * | rootFile |
bool | runOnAllHitsOccupancies |
bool | runOnInTimeOccupancies |
bool | runOnNoiseOccupancies |
MonitorElement * | summaryHisto |
bool | tpMode |
std::map< int, MonitorElement * > | wheelHistos |
bool | writeRootFile |
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 39 of file DTOccupancyTest.h.
DTOccupancyTest::DTOccupancyTest | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 31 of file DTOccupancyTest.cc.
References edm::ParameterSet::getUntrackedParameter(), and indexGen::rootFile.
|
override |
|
overrideprotected |
BeginRun.
Definition at line 66 of file DTOccupancyTest.cc.
References edm::EventSetup::get().
|
private |
book the summary histograms
Definition at line 213 of file DTOccupancyTest.cc.
References DQMStore::IBooker::book2D(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), and makeMuonMisalignmentScenario::wheel.
|
overrideprotectedvirtual |
Endjob.
Implements DQMEDHarvester.
Definition at line 199 of file DTOccupancyTest.cc.
References indexGen::rootFile.
|
overrideprotectedvirtual |
DQM Client Diagnostic.
Reimplemented from DQMEDHarvester.
Definition at line 75 of file DTOccupancyTest.cc.
References DQMStore::IBooker::book2D(), bookHistos(), relativeConstraints::chamber, chambers, DQMStore::IGetter::get(), MonitorElement::getFloatValue(), MonitorElement::getTH2F(), trackerHits::histo, createfilelist::int, mps_fire::result, DTChamberId::sector(), MonitorElement::setAxisTitle(), DQMStore::IBooker::setCurrentFolder(), DTChamberId::station(), fftjetcommon_cfi::title, and DTChamberId::wheel().
|
private |
|
private |
Get the ME name.
Definition at line 246 of file DTOccupancyTest.cc.
References printsummarytable::folder, DTChamberId::sector(), DTChamberId::station(), relativeConstraints::station, DTChamberId::wheel(), and makeMuonMisalignmentScenario::wheel.
|
private |
Definition at line 297 of file DTOccupancyTest.cc.
References objects.autophobj::float, LogTrace, DTChamberId::sector(), and DTChamberId::station().
|
private |
Definition at line 386 of file DTOccupancyTest.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 102 of file DTOccupancyTest.h.
|
private |
Definition at line 83 of file DTOccupancyTest.h.
|
private |
Definition at line 87 of file DTOccupancyTest.h.
|
private |
Definition at line 85 of file DTOccupancyTest.h.
|
private |
Definition at line 78 of file DTOccupancyTest.h.
|
private |
Definition at line 100 of file DTOccupancyTest.h.
|
private |
Definition at line 105 of file DTOccupancyTest.h.
|
private |
Definition at line 104 of file DTOccupancyTest.h.
|
private |
Definition at line 76 of file DTOccupancyTest.h.
|
private |
Definition at line 88 of file DTOccupancyTest.h.
|
private |
Definition at line 89 of file DTOccupancyTest.h.
|
private |
Definition at line 94 of file DTOccupancyTest.h.
Referenced by hgcalTriggerChains.HGCalTriggerChains::create_sequences(), hgcalTriggerChains.HGCalTriggerChains::register_chain(), and hgcalTriggerChains.HGCalTriggerChains::register_ntuple().
|
private |
Definition at line 90 of file DTOccupancyTest.h.
|
private |
Definition at line 93 of file DTOccupancyTest.h.
|
private |
Definition at line 97 of file DTOccupancyTest.h.
|
private |
Definition at line 99 of file DTOccupancyTest.h.
|
private |
Definition at line 98 of file DTOccupancyTest.h.
|
private |
Definition at line 82 of file DTOccupancyTest.h.
|
private |
Definition at line 95 of file DTOccupancyTest.h.
|
private |
Definition at line 81 of file DTOccupancyTest.h.
|
private |
Definition at line 92 of file DTOccupancyTest.h.