Public Member Functions | |
virtual HepMC::FourVector * | getRecVertex (edm::Event &) |
virtual HepMC::FourVector * | getVertex (edm::Event &) |
MixEvtVtxGenerator (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~MixEvtVtxGenerator () 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 |
Protected Attributes | |
TMatrixD * | boost_ |
HepMC::FourVector * | fVertex |
Private Attributes | |
edm::EDGetTokenT < CrossingFrame< HepMCProduct > > | cfLabel |
edm::EDGetTokenT < reco::VertexCollection > | hiLabel |
edm::EDGetTokenT< HepMCProduct > | signalLabel |
bool | useCF_ |
bool | useRecVertex |
std::vector< double > | vtxOffset |
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 33 of file MixEvtVtxGenerator.cc.
|
explicit |
Definition at line 58 of file MixEvtVtxGenerator.cc.
References cfLabel, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), signalLabel, useCF_, useRecVertex, and vtxOffset.
|
override |
|
virtual |
Definition at line 138 of file MixEvtVtxGenerator.cc.
References fVertex, edm::Event::getByToken(), hiLabel, input, and vtxOffset.
Referenced by produce().
|
virtual |
Definition at line 86 of file MixEvtVtxGenerator.cc.
References cfLabel, gather_cfg::cout, Exception, fVertex, edm::Event::getByToken(), edm::HepMCProduct::GetEvent(), input, edm::HepMCProduct::isVtxGenApplied(), reco_application_tbsim_DetSim-Digi_cfg::mix, edm::Handle< T >::product(), DiDispStaMuonMonitor_cfi::pt, signalLabel, and useCF_.
Referenced by produce().
|
override |
Definition at line 155 of file MixEvtVtxGenerator.cc.
References edm::Event::getByToken(), getRecVertex(), getVertex(), eostools::move(), edm::Event::put(), signalLabel, and useRecVertex.
|
protected |
Definition at line 46 of file MixEvtVtxGenerator.cc.
Referenced by ~MixEvtVtxGenerator().
|
private |
Definition at line 51 of file MixEvtVtxGenerator.cc.
Referenced by getVertex(), and MixEvtVtxGenerator().
|
protected |
Definition at line 45 of file MixEvtVtxGenerator.cc.
Referenced by getRecVertex(), getVertex(), and ~MixEvtVtxGenerator().
|
private |
Definition at line 49 of file MixEvtVtxGenerator.cc.
Referenced by getRecVertex().
|
private |
Definition at line 50 of file MixEvtVtxGenerator.cc.
Referenced by getVertex(), MixEvtVtxGenerator(), and produce().
|
private |
Definition at line 55 of file MixEvtVtxGenerator.cc.
Referenced by getVertex(), and MixEvtVtxGenerator().
|
private |
Definition at line 53 of file MixEvtVtxGenerator.cc.
Referenced by MixEvtVtxGenerator(), and produce().
|
private |
Definition at line 54 of file MixEvtVtxGenerator.cc.
Referenced by getRecVertex(), and MixEvtVtxGenerator().