#include <RPCMonitorRaw.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
get data, convert to digis attach againe to Event More... | |
virtual void | beginJob () |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) |
virtual void | endJob () |
RPCMonitorRaw (const edm::ParameterSet &cfg) | |
virtual | ~RPCMonitorRaw () |
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 () |
Private Attributes | |
MonitorElement * | me_e [3] |
MonitorElement * | me_mapBadEvents |
MonitorElement * | me_mapGoodEvents |
MonitorElement * | me_t [3] |
edm::EDGetTokenT < RPCRawDataCounts > | rpcRawDataCountsTag_ |
edm::ParameterSet | theConfig |
unsigned int | theWatchedErrorHistoPos [10] |
std::vector< MonitorElement * > | theWatchedErrorHistos [3] |
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 &) |
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) |
Analyse errors in raw data stream as RPCRawDataCounts produced by RPCRawToDigi
Definition at line 20 of file RPCMonitorRaw.h.
|
explicit |
Definition at line 28 of file RPCMonitorRaw.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), i, rpcRawDataCountsTag_, and theWatchedErrorHistoPos.
|
virtual |
|
virtual |
get data, convert to digis attach againe to Event
Implements edm::EDAnalyzer.
Definition at line 104 of file RPCMonitorRaw.cc.
References LinkBoardElectronicIndex::dccInputChannelNum, relativeConstraints::error, MonitorElement::Fill(), edm::Event::getByToken(), customizeTrackingMonitorSeedNumber::idx, me_e, me_mapBadEvents, me_mapGoodEvents, me_t, edm::Handle< T >::product(), rpcRawDataCountsTag_, LinkBoardElectronicIndex::tbLinkInputNum, RPCRawDataCounts::theBadEvents, RPCRawDataCounts::theGoodEvents, RPCRawDataCounts::theReadoutErrors, RPCRawDataCounts::theRecordTypes, theWatchedErrorHistoPos, theWatchedErrorHistos, rpcrawtodigi::ReadoutError::type(), and rpcrawtodigi::ReadoutError::where().
|
virtual |
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 45 of file RPCMonitorRaw.cc.
References DQMStore::book1D(), DQMStore::book2D(), RPCRawDataCountsHistoMaker::emptyReadoutErrorHisto(), RPCRawDataCountsHistoMaker::emptyReadoutErrorMapHisto(), RPCRawDataCountsHistoMaker::emptyRecordTypeHisto(), getTH1F(), MonitorElement::getTH2F(), timingPdfMaker::histo, i, me_e, me_mapBadEvents, me_mapGoodEvents, me_t, cppFunctionSkipper::operator, DQMStore::setCurrentFolder(), theWatchedErrorHistoPos, and theWatchedErrorHistos.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 84 of file RPCMonitorRaw.cc.
References f, MonitorElement::getTH1F(), MonitorElement::getTH2F(), edm::ParameterSet::getUntrackedParameter(), histoFile, i, me_e, me_mapBadEvents, me_mapGoodEvents, me_t, AlCaHLTBitMon_QueryRunRegistry::string, theConfig, and theWatchedErrorHistos.
|
private |
Definition at line 36 of file RPCMonitorRaw.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 38 of file RPCMonitorRaw.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 37 of file RPCMonitorRaw.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 35 of file RPCMonitorRaw.h.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 49 of file RPCMonitorRaw.h.
Referenced by analyze(), and RPCMonitorRaw().
|
private |
Definition at line 40 of file RPCMonitorRaw.h.
Referenced by endJob().
|
private |
Definition at line 44 of file RPCMonitorRaw.h.
Referenced by analyze(), beginRun(), and RPCMonitorRaw().
|
private |
Definition at line 41 of file RPCMonitorRaw.h.
Referenced by analyze(), beginRun(), and endJob().