#include <BaseEvtVtxGenerator.h>
Public Member Functions | |
BaseEvtVtxGenerator (const edm::ParameterSet &) | |
virtual TMatrixD * | GetInvLorentzBoost ()=0 |
virtual HepMC::FourVector * | lastVertex () |
virtual HepMC::FourVector * | newVertex ()=0 |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
virtual | ~BaseEvtVtxGenerator () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Protected Member Functions | |
CLHEP::HepRandomEngine & | getEngine () |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Protected Attributes | |
TMatrixD * | boost_ |
double | fTimeOffset |
HepMC::FourVector * | fVertex |
Private Attributes | |
CLHEP::HepRandomEngine * | fEngine |
edm::InputTag | sourceLabel |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Definition at line 28 of file BaseEvtVtxGenerator.h.
|
explicit |
Definition at line 31 of file BaseEvtVtxGenerator.cc.
References edm::hlt::Exception, fEngine, edm::RandomNumberGenerator::getEngine(), and edm::Service< T >::isAvailable().
|
virtual |
|
protected |
Definition at line 96 of file BaseEvtVtxGenerator.cc.
References fEngine.
Referenced by BetafuncEvtVtxGenerator::BetafuncEvtVtxGenerator(), FlatEvtVtxGenerator::FlatEvtVtxGenerator(), GaussEvtVtxGenerator::GaussEvtVtxGenerator(), and BeamProfileVtxGenerator::setType().
|
pure virtual |
Implemented in BetafuncEvtVtxGenerator, BeamProfileVtxGenerator, FlatEvtVtxGenerator, and GaussEvtVtxGenerator.
Referenced by produce().
|
inlinevirtual |
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.
Definition at line 44 of file BaseEvtVtxGenerator.h.
References fVertex.
|
pure virtual |
Implemented in BetafuncEvtVtxGenerator, BeamProfileVtxGenerator, FlatEvtVtxGenerator, and GaussEvtVtxGenerator.
Referenced by produce().
|
virtual |
Implements edm::EDProducer.
Definition at line 72 of file BaseEvtVtxGenerator.cc.
References edm::Event::getByLabel(), GetInvLorentzBoost(), newVertex(), edm::Event::put(), mathSSE::return(), and sourceLabel.
|
protected |
Definition at line 59 of file BaseEvtVtxGenerator.h.
Referenced by BetafuncEvtVtxGenerator::GetInvLorentzBoost(), and ~BaseEvtVtxGenerator().
|
private |
Definition at line 64 of file BaseEvtVtxGenerator.h.
Referenced by BaseEvtVtxGenerator(), and getEngine().
|
protected |
Definition at line 60 of file BaseEvtVtxGenerator.h.
|
protected |
Definition at line 58 of file BaseEvtVtxGenerator.h.
Referenced by lastVertex(), FlatEvtVtxGenerator::newVertex(), GaussEvtVtxGenerator::newVertex(), BeamProfileVtxGenerator::newVertex(), BetafuncEvtVtxGenerator::newVertex(), and ~BaseEvtVtxGenerator().
|
private |
Definition at line 65 of file BaseEvtVtxGenerator.h.
Referenced by produce().