#include <RPCTTUMonitor.h>
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::EDGetTokenT < L1MuGMTReadoutCollection > | m_gmtReadoutLabel |
edm::EDGetTokenT < L1GlobalTriggerReadoutRecord > | m_gtReadoutLabel |
int | m_maxttBits |
std::vector< int > | m_RPCcandidatesBx |
edm::EDGetTokenT < L1GtTechnicalTriggerRecord > | 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 |
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) |
Definition at line 72 of file RPCTTUMonitor.h.
|
explicit |
Definition at line 6 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 21 of file RPCTTUMonitor.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 25 of file RPCTTUMonitor.cc.
References edm::EventBase::bunchCrossing(), discriminateDecision(), discriminateGMT(), MonitorElement::Fill(), edm::Event::getByToken(), 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 |
|
privatevirtual |
Definition at line 241 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.
void RPCTTUMonitor::discriminateDecision | ( | bool | data, |
bool | emu, | ||
int | indx | ||
) |
Definition at line 218 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 135 of file RPCTTUMonitor.cc.
References edm::Event::getByToken(), 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 292 of file RPCTTUMonitor.cc.
References dbe, outputFile, and DQMStore::save().
|
private |
Definition at line 94 of file RPCTTUMonitor.h.
Referenced by beginRun(), and endJob().
|
private |
Definition at line 91 of file RPCTTUMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 90 of file RPCTTUMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 92 of file RPCTTUMonitor.h.
Referenced by beginRun(), and discriminateDecision().
|
private |
Definition at line 105 of file RPCTTUMonitor.h.
Referenced by analyze(), and discriminateGMT().
|
private |
Definition at line 101 of file RPCTTUMonitor.h.
Referenced by analyze(), and discriminateGMT().
|
private |
Definition at line 104 of file RPCTTUMonitor.h.
Referenced by analyze(), and discriminateGMT().
|
private |
Definition at line 111 of file RPCTTUMonitor.h.
Referenced by discriminateGMT(), and RPCTTUMonitor().
|
private |
Definition at line 110 of file RPCTTUMonitor.h.
Referenced by analyze(), and RPCTTUMonitor().
|
private |
Definition at line 98 of file RPCTTUMonitor.h.
Referenced by analyze(), beginRun(), and RPCTTUMonitor().
|
private |
Definition at line 106 of file RPCTTUMonitor.h.
|
private |
Definition at line 112 of file RPCTTUMonitor.h.
Referenced by analyze(), and RPCTTUMonitor().
|
private |
Definition at line 102 of file RPCTTUMonitor.h.
Referenced by analyze(), and discriminateGMT().
|
private |
Definition at line 99 of file RPCTTUMonitor.h.
Referenced by analyze(), beginRun(), and RPCTTUMonitor().
|
private |
Definition at line 88 of file RPCTTUMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 89 of file RPCTTUMonitor.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 96 of file RPCTTUMonitor.h.
Referenced by endJob(), and RPCTTUMonitor().
|
private |
Definition at line 95 of file RPCTTUMonitor.h.
Referenced by beginRun(), and RPCTTUMonitor().