#include <L1TSync_Offline.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &lumiBlock, edm::EventSetup const &c) |
virtual void | bookHistograms (DQMStore::IBooker &ibooker, const edm::Run &, const edm::EventSetup &) override |
BeginRun. More... | |
virtual void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) |
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 Member Functions | |
void | getBeamConfOffline (const edm::Event &) |
Private Attributes | |
const std::vector< std::vector < int > > * | ListsPrescaleFactors |
std::map< std::string, bool > | m_algoAutoSelect |
std::map< TString, int > | m_algoBit |
std::map< TString, MonitorElement * > | m_algoCertification |
std::map< TString, MonitorElement * > | m_algoVsBunchStructure |
L1TBeamConfiguration | m_beamConfig |
std::map< TString, unsigned int > | m_certFirstLS |
std::map< TString, unsigned int > | m_certLastLS |
unsigned int | m_currentLS |
bool | m_currentLSValid |
MonitorElement * | m_ErrorMonitor |
edm::EDGetTokenT < L1GlobalTriggerReadoutRecord > | m_l1GtDataDaqInputTag |
edm::EDGetTokenT < L1GlobalTriggerEvmReadoutRecord > | m_l1GtEvmSource |
L1GtUtils | m_l1GtUtils |
unsigned int | m_lhcFill |
std::string | m_outputFile |
edm::ParameterSet | m_parameters |
bool * | m_processedLS |
int | m_refPrescaleSet |
std::map< std::string, std::string > | m_selectedTriggers |
bool | m_verbose |
Additional Inherited Members | |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Description: offline DQM module for L1Trigger/bunchStructure synchronization
Implementation: <TODO: enter implementation details>
Changelog: 2012/08/10 11:01:01: First creation. Dummy module with actual code commented.
Todo:
Definition at line 63 of file L1TSync_Offline.h.
Enumerator | |
---|---|
NOMODE | |
SETUP | |
INJPILOT | |
INJINTR | |
INJNOMN | |
PRERAMP | |
RAMP | |
FLATTOP | |
QUEEZE | |
ADJUST | |
STABLE | |
UNSTABLE | |
BEAMDUMP | |
RAMPDOWN | |
RECOVERY | |
INJDUMP | |
CIRCDUMP | |
ABORT | |
CYCLING | |
WBDUMP | |
NOBEAM |
Definition at line 67 of file L1TSync_Offline.h.
Enumerator | |
---|---|
UNKNOWN | |
WARNING_DB_CONN_FAILED | |
WARNING_DB_QUERY_FAILED | |
WARNING_DB_INCORRECT_NBUNCHES | |
ERROR_UNABLE_RETRIVE_PRODUCT | |
ERROR_TRIGGERALIAS_NOTVALID | |
ERROR_LSBLOCK_NOTVALID |
Definition at line 91 of file L1TSync_Offline.h.
L1TSync_Offline::L1TSync_Offline | ( | const edm::ParameterSet & | ps | ) |
Definition at line 61 of file L1TSync_Offline.cc.
References gather_cfg::cout, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), m_algoAutoSelect, m_l1GtDataDaqInputTag, m_l1GtEvmSource, m_outputFile, m_parameters, m_refPrescaleSet, m_selectedTriggers, m_verbose, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 217 of file L1TSync_Offline.cc.
|
protectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 312 of file L1TSync_Offline.cc.
References a, funct::abs(), L1TBeamConfiguration::beam1, L1TBeamConfiguration::beam2, L1GtfeExtWord::beamMode(), L1TBeamConfiguration::bxConfig(), gather_cfg::cout, ERROR_UNABLE_RETRIVE_PRODUCT, getBeamConfOffline(), edm::Event::getByToken(), MonitorElement::getTH1(), i, L1TBeamConfiguration::isValid(), edm::HandleBase::isValid(), L1GtfeExtWord::lhcFillNumber(), m_algoBit, m_algoVsBunchStructure, m_beamConfig, m_currentLS, m_currentLSValid, m_ErrorMonitor, m_l1GtDataDaqInputTag, m_l1GtEvmSource, m_lhcFill, m_selectedTriggers, m_verbose, and STABLE.
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 303 of file L1TSync_Offline.cc.
References gather_cfg::cout, m_currentLSValid, and m_verbose.
|
overrideprotectedvirtual |
BeginRun.
Implements DQMEDAnalyzer.
Definition at line 227 of file L1TSync_Offline.cc.
References ecalcalib_dqm_sourceclient-live_cfg::algo, DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), gather_cfg::cout, ERROR_LSBLOCK_NOTVALID, ERROR_TRIGGERALIAS_NOTVALID, ERROR_UNABLE_RETRIVE_PRODUCT, edm::EventSetup::get(), L1TMenuHelper::getLUSOTrigger(), L1GtTriggerMenu::gtAlgorithmAliasMap(), i, m_algoAutoSelect, m_algoBit, m_algoCertification, m_algoVsBunchStructure, m_certFirstLS, m_certLastLS, m_currentLS, m_ErrorMonitor, m_l1GtUtils, m_lhcFill, m_refPrescaleSet, m_selectedTriggers, m_verbose, relval_steps::menu, edm::ESHandle< class >::product(), L1GtUtils::retrieveL1EventSetup(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), L1TMenuHelper::testAlgos(), UNKNOWN, WARNING_DB_CONN_FAILED, WARNING_DB_INCORRECT_NBUNCHES, and WARNING_DB_QUERY_FAILED.
|
protectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 221 of file L1TSync_Offline.cc.
|
private |
Definition at line 445 of file L1TSync_Offline.cc.
References a, L1TBeamConfiguration::beam1, L1TBeamConfiguration::beam2, edm::Event::getByToken(), edm::HandleBase::isValid(), m_algoBit, m_beamConfig, m_l1GtDataDaqInputTag, m_selectedTriggers, and L1TBeamConfiguration::m_valid.
Referenced by analyze().
|
private |
Definition at line 148 of file L1TSync_Offline.h.
|
private |
Definition at line 156 of file L1TSync_Offline.h.
Referenced by bookHistograms(), and L1TSync_Offline().
|
private |
Definition at line 151 of file L1TSync_Offline.h.
Referenced by analyze(), bookHistograms(), and getBeamConfOffline().
|
private |
Definition at line 154 of file L1TSync_Offline.h.
Referenced by bookHistograms().
|
private |
Definition at line 155 of file L1TSync_Offline.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 145 of file L1TSync_Offline.h.
Referenced by analyze(), and getBeamConfOffline().
|
private |
Definition at line 152 of file L1TSync_Offline.h.
Referenced by bookHistograms().
|
private |
Definition at line 153 of file L1TSync_Offline.h.
Referenced by bookHistograms().
|
private |
Definition at line 140 of file L1TSync_Offline.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 135 of file L1TSync_Offline.h.
Referenced by analyze(), and beginLuminosityBlock().
|
private |
Definition at line 160 of file L1TSync_Offline.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 164 of file L1TSync_Offline.h.
Referenced by analyze(), getBeamConfOffline(), and L1TSync_Offline().
|
private |
Definition at line 163 of file L1TSync_Offline.h.
Referenced by analyze(), and L1TSync_Offline().
|
private |
Definition at line 166 of file L1TSync_Offline.h.
Referenced by bookHistograms().
|
private |
Definition at line 142 of file L1TSync_Offline.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 131 of file L1TSync_Offline.h.
Referenced by L1TSync_Offline().
|
private |
Definition at line 128 of file L1TSync_Offline.h.
Referenced by L1TSync_Offline().
|
private |
Definition at line 136 of file L1TSync_Offline.h.
|
private |
Definition at line 139 of file L1TSync_Offline.h.
Referenced by bookHistograms(), and L1TSync_Offline().
|
private |
Definition at line 157 of file L1TSync_Offline.h.
Referenced by analyze(), bookHistograms(), getBeamConfOffline(), and L1TSync_Offline().
|
private |
Definition at line 134 of file L1TSync_Offline.h.
Referenced by analyze(), beginLuminosityBlock(), bookHistograms(), and L1TSync_Offline().