#include <ConvertObjectMapRecord.h>
Public Member Functions | |
ConvertObjectMapRecord (const edm::ParameterSet &pset) | |
void | produce (edm::Event &event, const edm::EventSetup &es) override |
~ConvertObjectMapRecord () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
edm::EDGetTokenT< L1GlobalTriggerObjectMapRecord > | m_l1GtObjectMapToken |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Description: see header file.
Implementation: <TODO: enter implementation details>
Description: Reads in the L1GlobalTriggerObjectMapRecord and copies the information it contains into a L1GlobalTriggerObjectMaps object and also puts the names it contains into the ParameterSet registry.
Implementation: <TODO: enter implementation details>
Definition at line 28 of file ConvertObjectMapRecord.h.
|
explicit |
Definition at line 34 of file ConvertObjectMapRecord.cc.
|
override |
Definition at line 41 of file ConvertObjectMapRecord.cc.
|
override |
Definition at line 43 of file ConvertObjectMapRecord.cc.
References cms::Exception::addContext(), edm::ParameterSet::addParameter(), L1GlobalTriggerObjectMap::algoBitNumber(), L1GlobalTriggerObjectMap::algoGtlResult(), L1GlobalTriggerObjectMap::algoName(), DEFINE_FWK_MODULE, plotBeamSpotDB::first, L1GlobalTriggerObjectMap::getCombinationsInCond(), L1GlobalTriggerObjectMapRecord::getObjectMap(), L1GlobalTriggerObjectMapRecord::gtObjectMap(), mps_fire::i, edm::ParameterSet::id(), edm::HandleBase::isValid(), m_l1GtObjectMapToken, SiStripPI::max, eostools::move(), L1GlobalTriggerObjectMap::operandTokenVector(), edm::ParameterSet::registerIt(), edm::sort_all(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 37 of file ConvertObjectMapRecord.h.
Referenced by produce().