#include <DPGAnalysis/SiStripTools/plugins/APVCyclePhaseProducerFromL1ABC.cc>
Private Member Functions | |
void | beginJob () override |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | endJob () override |
void | endRun (const edm::Run &, const edm::EventSetup &) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::EventNumber_t | _curroffevent |
long long | _curroffset |
const std::vector< std::string > | _defpartnames |
const std::vector< int > | _defphases |
const unsigned int | _firstgoodrun |
const bool | _forceSCAL |
TH1F ** | _hbx |
TH1F ** | _hdbx |
TH1F ** | _hdorbit |
edm::EDGetTokenT < L1AcceptBunchCrossingCollection > | _l1abccollectionToken |
std::map< edm::EventNumber_t, long long > | _offsets |
const int | _orbitoffsetSOR |
edm::EDGetTokenT< TCDSRecord > | _tcdsRecordToken |
const bool | _wantHistos |
RunHistogramManager | m_rhm |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Description: EDproducer for APVCyclePhaseCollection which uses the configuration file to assign a phase to the run
Implementation: <Notes on="" implementation>="">
Definition at line 54 of file APVCyclePhaseProducerFromL1ABC.cc.
|
explicit |
Definition at line 97 of file APVCyclePhaseProducerFromL1ABC.cc.
References _hbx, _hdbx, _hdorbit, _wantHistos, m_rhm, and RunHistogramManager::makeTH1F().
|
override |
Definition at line 125 of file APVCyclePhaseProducerFromL1ABC.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 296 of file APVCyclePhaseProducerFromL1ABC.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 135 of file APVCyclePhaseProducerFromL1ABC.cc.
References _firstgoodrun, _hbx, _hdbx, _hdorbit, _offsets, _wantHistos, RunHistogramManager::beginRun(), m_rhm, and edm::RunBase::run().
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 299 of file APVCyclePhaseProducerFromL1ABC.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 168 of file APVCyclePhaseProducerFromL1ABC.cc.
References _offsets, and hltrates_dqm_sourceclient-live_cfg::offset.
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 178 of file APVCyclePhaseProducerFromL1ABC.cc.
References _curroffevent, _curroffset, _defpartnames, _defphases, _firstgoodrun, _forceSCAL, _hbx, _hdbx, _hdorbit, _l1abccollectionToken, _offsets, _orbitoffsetSOR, _tcdsRecordToken, _wantHistos, edm::EventBase::bunchCrossing(), edm::EventID::event(), Exception, edm::Event::getByToken(), edm::EventBase::id(), edm::HandleBase::isValid(), eostools::move(), edm::EventBase::orbitNumber(), phases, edm::Handle< T >::product(), edm::Event::put(), and edm::Event::run().
|
private |
Definition at line 83 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 82 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 70 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 71 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 80 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 74 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 77 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by APVCyclePhaseProducerFromL1ABC(), beginRun(), and produce().
|
private |
Definition at line 78 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by APVCyclePhaseProducerFromL1ABC(), beginRun(), and produce().
|
private |
Definition at line 79 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by APVCyclePhaseProducerFromL1ABC(), beginRun(), and produce().
|
private |
Definition at line 68 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 81 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by beginRun(), endRun(), and produce().
|
private |
Definition at line 72 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 69 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 73 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by APVCyclePhaseProducerFromL1ABC(), beginRun(), and produce().
|
private |
Definition at line 75 of file APVCyclePhaseProducerFromL1ABC.cc.
Referenced by APVCyclePhaseProducerFromL1ABC(), and beginRun().