#include <L1TRPCTPG.h>
Public Member Functions | |
std::map< std::string, MonitorElement * > | L1TRPCBookME (RPCDetId &detId) |
Booking of MonitoringElemnt for one RPCDetId (= roll) More... | |
L1TRPCTPG (const edm::ParameterSet &ps) | |
virtual | ~L1TRPCTPG () |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
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 (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) 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 | analyze (const edm::Event &e, const edm::EventSetup &c) |
void | beginJob (void) |
void | beginRun (edm::Run const &iRun, edm::EventSetup const &iSetup) |
void | endJob (void) |
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 | |
DQMStore * | dbe |
std::ofstream | logFile_ |
MonitorElement * | m_digiBxCSC |
MonitorElement * | m_digiBxDT |
MonitorElement * | m_digiBxRPCBar |
MonitorElement * | m_digiBxRPCEnd |
bool | monitorDaemon_ |
int | nev_ |
std::string | outputFile_ |
edm::InputTag | rpctfSource_ |
edm::EDGetTokenT < L1MuGMTReadoutCollection > | rpctfSource_token_ |
MonitorElement * | rpctpgbx |
std::map< uint32_t, std::map < std::string, MonitorElement * > > | rpctpgmeCollection |
MonitorElement * | rpctpgndigi [3] |
edm::InputTag | rpctpgSource_ |
edm::EDGetTokenT < RPCDigiCollection > | rpctpgSource_token_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
L1TRPCTPG::L1TRPCTPG | ( | const edm::ParameterSet & | ps | ) |
Definition at line 13 of file L1TRPCTPG.cc.
References gather_cfg::cout, dbe, edm::ParameterSet::getUntrackedParameter(), NULL, cppFunctionSkipper::operator, outputFile_, DQMStore::setCurrentFolder(), DQMStore::setVerbose(), and verbose_.
|
virtual |
Definition at line 51 of file L1TRPCTPG.cc.
|
protectedvirtual |
RPC Geometry
DIGI
Implements edm::EDAnalyzer.
Definition at line 108 of file L1TRPCTPG.cc.
References gather_cfg::cout, MonitorElement::Fill(), edm::EventSetup::get(), edm::Event::getByToken(), L1MuGMTReadoutCollection::getRecords(), edm::ESHandleBase::isValid(), edm::HandleBase::isValid(), edm::InputTag::label(), m_digiBxCSC, m_digiBxDT, m_digiBxRPCBar, m_digiBxRPCEnd, nev_, edm::Handle< T >::product(), rpctfSource_, rpctfSource_token_, rpctpgbx, rpctpgndigi, rpctpgSource_, rpctpgSource_token_, edm::second(), and verbose_.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 60 of file L1TRPCTPG.cc.
References DQMStore::book1D(), dbe, m_digiBxCSC, m_digiBxDT, m_digiBxRPCBar, m_digiBxRPCEnd, DQMStore::rmdir(), rpctpgbx, rpctpgndigi, and DQMStore::setCurrentFolder().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 98 of file L1TRPCTPG.cc.
References gather_cfg::cout, dbe, nev_, outputFile_, DQMStore::save(), and verbose_.
std::map< std::string, MonitorElement * > L1TRPCTPG::L1TRPCBookME | ( | RPCDetId & | detId | ) |
Booking of MonitoringElemnt for one RPCDetId (= roll)
Name components common to current RPDDetId
Definition at line 23 of file L1TRPCBookME.cc.
References RPCGeomServ::name(), RPCDetId::region(), RPCDetId::ring(), RPCDetId::sector(), RPCDetId::station(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 85 of file L1TRPCTPG.h.
Referenced by beginRun(), endJob(), and L1TRPCTPG().
|
private |
Definition at line 104 of file L1TRPCTPG.h.
|
private |
Definition at line 96 of file L1TRPCTPG.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 94 of file L1TRPCTPG.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 90 of file L1TRPCTPG.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 92 of file L1TRPCTPG.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 103 of file L1TRPCTPG.h.
|
private |
Definition at line 100 of file L1TRPCTPG.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 101 of file L1TRPCTPG.h.
Referenced by endJob(), and L1TRPCTPG().
|
private |
Definition at line 107 of file L1TRPCTPG.h.
Referenced by analyze().
|
private |
Definition at line 108 of file L1TRPCTPG.h.
Referenced by analyze().
|
private |
Definition at line 88 of file L1TRPCTPG.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 98 of file L1TRPCTPG.h.
|
private |
Definition at line 87 of file L1TRPCTPG.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 105 of file L1TRPCTPG.h.
Referenced by analyze().
|
private |
Definition at line 106 of file L1TRPCTPG.h.
Referenced by analyze().
|
private |
Definition at line 102 of file L1TRPCTPG.h.
Referenced by analyze(), endJob(), and L1TRPCTPG().