#include <RPCTTUMonitor.h>
Public Member Functions | |
void | discriminateDecision (bool, bool, int) |
int | discriminateGMT (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
RPCTTUMonitor (const edm::ParameterSet &) | |
~RPCTTUMonitor () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginRun (const edm::EventSetup &) |
virtual void | endJob () |
Private Attributes | |
DQMStore * | dbe |
MonitorElement * | m_bxDistDiffDt [8] |
MonitorElement * | m_bxDistDiffPac [8] |
MonitorElement * | m_dataVsemulator [8] |
std::vector< int > | m_DTcandidatesBx |
bool | m_dtTrigger |
std::vector< int > | m_GMTcandidatesBx |
edm::InputTag | m_gmtReadoutLabel |
edm::InputTag | m_gtReadoutLabel |
int | m_maxttBits |
std::vector< int > | m_RPCcandidatesBx |
edm::InputTag | m_rpcDigiLabel |
edm::InputTag | m_rpcTechTrigEmu |
bool | m_rpcTrigger |
std::vector< unsigned > | m_ttBits |
MonitorElement * | m_ttBitsDecisionData |
MonitorElement * | m_ttBitsDecisionEmulator |
std::string | outputFile |
std::string | ttuFolder |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
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::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () 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) |
Definition at line 71 of file RPCTTUMonitor.h.
|
explicit |
Definition at line 7 of file RPCTTUMonitor.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), m_gmtReadoutLabel, m_gtReadoutLabel, m_maxttBits, m_rpcTechTrigEmu, m_ttBits, outputFile, AlCaHLTBitMon_QueryRunRegistry::string, and ttuFolder.
RPCTTUMonitor::~RPCTTUMonitor | ( | ) |
Definition at line 19 of file RPCTTUMonitor.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 26 of file RPCTTUMonitor.cc.
References edm::EventBase::bunchCrossing(), discriminateDecision(), discriminateGMT(), MonitorElement::Fill(), edm::Event::getByLabel(), edm::HandleBase::isValid(), gen::k, m_bxDistDiffDt, m_bxDistDiffPac, m_DTcandidatesBx, m_dtTrigger, m_GMTcandidatesBx, m_gtReadoutLabel, m_maxttBits, m_rpcTechTrigEmu, m_rpcTrigger, m_ttBits, m_ttBitsDecisionData, and m_ttBitsDecisionEmulator.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 242 of file RPCTTUMonitor.cc.
References DQMStore::book1D(), dbe, gen::k, m_bxDistDiffDt, m_bxDistDiffPac, m_dataVsemulator, m_maxttBits, m_ttBits, m_ttBitsDecisionData, m_ttBitsDecisionEmulator, cppFunctionSkipper::operator, DQMStore::setCurrentFolder(), DQMStore::showDirStructure(), and ttuFolder.
|
privatevirtual |
Definition at line 289 of file RPCTTUMonitor.cc.
void RPCTTUMonitor::discriminateDecision | ( | bool | data, |
bool | emu, | ||
int | indx | ||
) |
Definition at line 221 of file RPCTTUMonitor.cc.
References MonitorElement::Fill(), and m_dataVsemulator.
Referenced by analyze().
int RPCTTUMonitor::discriminateGMT | ( | const edm::Event & | iEvent, |
const edm::EventSetup & | iSetup | ||
) |
Definition at line 138 of file RPCTTUMonitor.cc.
References edm::Event::getByLabel(), L1MuGMTReadoutCollection::getRecords(), edm::HandleBase::isValid(), m_DTcandidatesBx, m_dtTrigger, m_GMTcandidatesBx, m_gmtReadoutLabel, m_rpcTrigger, and edm::Handle< T >::product().
Referenced by analyze().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 295 of file RPCTTUMonitor.cc.
References dbe, outputFile, and DQMStore::save().
|
private |
Definition at line 93 of file RPCTTUMonitor.h.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 90 of file RPCTTUMonitor.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 89 of file RPCTTUMonitor.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 91 of file RPCTTUMonitor.h.
Referenced by beginJob(), and discriminateDecision().
|
private |
Definition at line 104 of file RPCTTUMonitor.h.
Referenced by analyze(), and discriminateGMT().
|
private |
Definition at line 100 of file RPCTTUMonitor.h.
Referenced by analyze(), and discriminateGMT().
|
private |
Definition at line 103 of file RPCTTUMonitor.h.
Referenced by analyze(), and discriminateGMT().
|
private |
Definition at line 109 of file RPCTTUMonitor.h.
Referenced by discriminateGMT(), and RPCTTUMonitor().
|
private |
Definition at line 108 of file RPCTTUMonitor.h.
Referenced by analyze(), and RPCTTUMonitor().
|
private |
Definition at line 97 of file RPCTTUMonitor.h.
Referenced by analyze(), beginJob(), and RPCTTUMonitor().
|
private |
Definition at line 105 of file RPCTTUMonitor.h.
|
private |
Definition at line 107 of file RPCTTUMonitor.h.
|
private |
Definition at line 110 of file RPCTTUMonitor.h.
Referenced by analyze(), and RPCTTUMonitor().
|
private |
Definition at line 101 of file RPCTTUMonitor.h.
Referenced by analyze(), and discriminateGMT().
|
private |
Definition at line 98 of file RPCTTUMonitor.h.
Referenced by analyze(), beginJob(), and RPCTTUMonitor().
|
private |
Definition at line 87 of file RPCTTUMonitor.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 88 of file RPCTTUMonitor.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 95 of file RPCTTUMonitor.h.
Referenced by endJob(), and RPCTTUMonitor().
|
private |
Definition at line 94 of file RPCTTUMonitor.h.
Referenced by beginJob(), and RPCTTUMonitor().