#include <PassThroughEvtVtxGenerator.h>
Private Attributes | |
edm::EDGetTokenT< edm::HepMCProduct > | sourceToken |
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 24 of file PassThroughEvtVtxGenerator.h.
|
explicit |
Definition at line 29 of file PassThroughEvtVtxGenerator.cc.
References Exception, edm::Service< T >::isAvailable(), muonDTDigis_cfi::pset, and sourceToken.
|
override |
Definition at line 41 of file PassThroughEvtVtxGenerator.cc.
|
inlineoverridevirtual |
This method - and the comment - is a left-over from COBRA-OSCAR time : return the last generated event vertex. If no vertex has been generated yet, a NULL pointer is returned.
Implements BaseEvtVtxGenerator.
Definition at line 34 of file PassThroughEvtVtxGenerator.h.
|
overridevirtual |
Implements BaseEvtVtxGenerator.
Definition at line 43 of file PassThroughEvtVtxGenerator.cc.
|
override |
Definition at line 47 of file PassThroughEvtVtxGenerator.cc.
References edm::Event::getByToken(), edm::HepMCProduct::GetEvent(), eostools::move(), edm::Event::put(), and sourceToken.
|
private |
Definition at line 34 of file PassThroughEvtVtxGenerator.h.
Referenced by PassThroughEvtVtxGenerator(), and produce().