Public Member Functions | |
virtual HepMC::FourVector * | getRecVertex (edm::Event &) |
virtual HepMC::FourVector * | getVertex (edm::Event &) |
MixEvtVtxGenerator (const edm::ParameterSet &) | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
virtual | ~MixEvtVtxGenerator () |
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 Attributes | |
TMatrixD * | boost_ |
HepMC::FourVector * | fVertex |
Private Attributes | |
edm::InputTag | hiLabel |
edm::InputTag | signalLabel |
bool | useRecVertex |
std::vector< double > | vtxOffset |
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) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Definition at line 35 of file MixEvtVtxGenerator.cc.
|
explicit |
Definition at line 62 of file MixEvtVtxGenerator.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), and vtxOffset.
|
virtual |
|
virtual |
Definition at line 115 of file MixEvtVtxGenerator.cc.
References fVertex, edm::Event::getByLabel(), hiLabel, LaserDQM_cfg::input, and vtxOffset.
Referenced by produce().
|
virtual |
Definition at line 82 of file MixEvtVtxGenerator.cc.
References gather_cfg::cout, fVertex, edm::Event::getByLabel(), hiLabel, and LaserDQM_cfg::input.
Referenced by produce().
|
virtual |
Implements edm::EDProducer.
Definition at line 148 of file MixEvtVtxGenerator.cc.
References edm::Event::getByLabel(), getRecVertex(), getVertex(), edm::Event::put(), hitfit::return, signalLabel, and useRecVertex.
|
protected |
Definition at line 51 of file MixEvtVtxGenerator.cc.
Referenced by ~MixEvtVtxGenerator().
|
protected |
Definition at line 50 of file MixEvtVtxGenerator.cc.
Referenced by getRecVertex(), getVertex(), and ~MixEvtVtxGenerator().
|
private |
Definition at line 56 of file MixEvtVtxGenerator.cc.
Referenced by getRecVertex(), and getVertex().
|
private |
Definition at line 55 of file MixEvtVtxGenerator.cc.
Referenced by produce().
|
private |
Definition at line 57 of file MixEvtVtxGenerator.cc.
Referenced by produce().
|
private |
Definition at line 58 of file MixEvtVtxGenerator.cc.
Referenced by getRecVertex(), and MixEvtVtxGenerator().