#include <L1TMuonCPPFDigiProducer.h>
Public Member Functions | |
L1TMuonCPPFDigiProducer (const edm::ParameterSet &) | |
~L1TMuonCPPFDigiProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Member Functions | |
void | beginStream (edm::StreamID) override |
void | endStream () override |
void | produce (edm::Event &event, const edm::EventSetup &setup) override |
Private Attributes | |
std::unique_ptr< EmulateCPPF > | cppf_emulator_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 48 of file L1TMuonCPPFDigiProducer.h.
|
explicit |
Definition at line 6 of file L1TMuonCPPFDigiProducer.cc.
|
override |
Definition at line 14 of file L1TMuonCPPFDigiProducer.cc.
|
overrideprivate |
Definition at line 31 of file L1TMuonCPPFDigiProducer.cc.
|
overrideprivate |
Definition at line 33 of file L1TMuonCPPFDigiProducer.cc.
|
overrideprivate |
Definition at line 16 of file L1TMuonCPPFDigiProducer.cc.
References cppf_emulator_, iEvent, and eostools::move().
|
private |
Definition at line 59 of file L1TMuonCPPFDigiProducer.h.
Referenced by produce().