#include <HLTPrescaleRecorder.h>
Private Attributes | |
bool | condDB_ |
cond::service::PoolDBOutputService * | db_ |
Pool DB service. More... | |
bool | event_ |
trigger::HLTPrescaleTable | hlt_ |
payload HLT object More... | |
std::string | hltDBTag_ |
Tag of DB entry (HLT Key Name) (src=4) More... | |
edm::ESHandle < trigger::HLTPrescaleTableCond > | hltESHandle_ |
edm::Handle < trigger::HLTPrescaleTable > | hltHandle_ |
Handle and ESHandle for existing HLT object. More... | |
edm::InputTag | hltInputTag_ |
InputTag of HLTPrescaleTable product (src=1,2,3) More... | |
bool | lumi_ |
edm::service::PrescaleService * | ps_ |
Prescale service. More... | |
std::string | psetName_ |
bool | run_ |
(Multiple) Destinations More... | |
int | src_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
typedef WorkerT< EDProducerBase > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::one::EDProducerBase | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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) |
This class is an EDProducer making the HLTPrescaleTable object
See header file for documentation
Definition at line 41 of file HLTPrescaleRecorder.h.
|
explicit |
Definition at line 37 of file HLTPrescaleRecorder.cc.
References condDB_, db_, edm::InputTag::encode(), event_, hltDBTag_, hltInputTag_, lumi_, cppFunctionSkipper::operator, ps_, psetName_, run_, and src_.
|
virtual |
Definition at line 77 of file HLTPrescaleRecorder.cc.
|
finaloverridevirtual |
From PrescaleService default index updated at lumi block boundaries
From Lumi Block
Definition at line 138 of file HLTPrescaleRecorder.cc.
References edm::LuminosityBlock::getByLabel(), edm::service::PrescaleService::getLvl1IndexDefault(), edm::service::PrescaleService::getLvl1Labels(), edm::service::PrescaleService::getPrescaleTable(), hlt_, hltHandle_, hltInputTag_, ps_, and src_.
|
finaloverridevirtual |
From PrescaleTable tracked PSet
From PrescaleService default index updated at lumi block boundaries
From Run Block
From CondDB (needs ESProducer module as well)
Definition at line 85 of file HLTPrescaleRecorder.cc.
References edm::EventSetup::get(), edm::eventsetup::EventSetupRecord::get(), edm::Run::getByLabel(), edm::service::PrescaleService::getLvl1IndexDefault(), edm::service::PrescaleService::getLvl1Labels(), edm::ParameterSet::getParameter(), edm::service::PrescaleService::getPrescaleTable(), edm::getProcessParameterSet(), hlt_, hltDBTag_, hltESHandle_, hltHandle_, hltInputTag_, i, reco_calib_source_client_cfg::labels, m, n, ps_, psetName_, src_, AlCaHLTBitMon_QueryRunRegistry::string, and asciidump::table.
|
finaloverridevirtual |
Definition at line 182 of file HLTPrescaleRecorder.cc.
|
finaloverridevirtual |
Writing to Lumi Block
Definition at line 185 of file HLTPrescaleRecorder.cc.
References hlt_, lumi_, and edm::LuminosityBlock::put().
|
finaloverridevirtual |
Dump to logfile
Writing to CondDB (needs PoolDBOutputService)
Definition at line 195 of file HLTPrescaleRecorder.cc.
References cond::service::PoolDBOutputService::appendSinceTime(), cond::service::PoolDBOutputService::beginOfTime(), condDB_, cond::service::PoolDBOutputService::createNewIOV(), db_, cond::service::PoolDBOutputService::endOfTime(), hlt_, i, cond::service::PoolDBOutputService::isNewTagRequest(), trigger::HLTPrescaleTable::labels(), reco_calib_source_client_cfg::labels, Association::map, n, trigger::HLTPrescaleTable::size(), trigger::HLTPrescaleTable::table(), asciidump::table, and edm::Timestamp::value().
|
finaloverridevirtual |
Writing to Run Block
Definition at line 243 of file HLTPrescaleRecorder.cc.
References hlt_, edm::Run::put(), and run_.
|
finaloverridevirtual |
From Event Block
Writing to Event
Implements edm::one::EDProducerBase.
Definition at line 162 of file HLTPrescaleRecorder.cc.
References event_, edm::Event::getByLabel(), hlt_, hltHandle_, hltInputTag_, edm::Event::put(), and src_.
|
private |
Definition at line 67 of file HLTPrescaleRecorder.h.
Referenced by endRun(), and HLTPrescaleRecorder().
|
private |
Pool DB service.
Definition at line 80 of file HLTPrescaleRecorder.h.
Referenced by endRun(), and HLTPrescaleRecorder().
|
private |
Definition at line 66 of file HLTPrescaleRecorder.h.
Referenced by HLTPrescaleRecorder(), and produce().
|
private |
payload HLT object
Definition at line 87 of file HLTPrescaleRecorder.h.
Referenced by beginLuminosityBlock(), beginRun(), endLuminosityBlockProduce(), endRun(), endRunProduce(), and produce().
|
private |
Tag of DB entry (HLT Key Name) (src=4)
Definition at line 75 of file HLTPrescaleRecorder.h.
Referenced by beginRun(), and HLTPrescaleRecorder().
|
private |
Definition at line 84 of file HLTPrescaleRecorder.h.
Referenced by beginRun().
|
private |
Handle and ESHandle for existing HLT object.
Definition at line 83 of file HLTPrescaleRecorder.h.
Referenced by beginLuminosityBlock(), beginRun(), and produce().
|
private |
InputTag of HLTPrescaleTable product (src=1,2,3)
Definition at line 73 of file HLTPrescaleRecorder.h.
Referenced by beginLuminosityBlock(), beginRun(), HLTPrescaleRecorder(), and produce().
|
private |
Definition at line 65 of file HLTPrescaleRecorder.h.
Referenced by endLuminosityBlockProduce(), and HLTPrescaleRecorder().
|
private |
Prescale service.
Definition at line 78 of file HLTPrescaleRecorder.h.
Referenced by beginLuminosityBlock(), beginRun(), and HLTPrescaleRecorder().
|
private |
Source configs name of PrescaleServicePSet (src=-1)
Definition at line 71 of file HLTPrescaleRecorder.h.
Referenced by beginRun(), and HLTPrescaleRecorder().
|
private |
(Multiple) Destinations
Definition at line 64 of file HLTPrescaleRecorder.h.
Referenced by endRunProduce(), and HLTPrescaleRecorder().
|
private |
(Single) source: -1:PrescaleServicePSet 0:PrescaleService, 1:Run, 2:Lumi, 3:Event, 4:CondDB
Definition at line 61 of file HLTPrescaleRecorder.h.
Referenced by beginLuminosityBlock(), beginRun(), HLTPrescaleRecorder(), and produce().