#include <FlatEvtVtxGenerator.h>
Public Member Functions | |
FlatEvtVtxGenerator (const edm::ParameterSet &p) | |
virtual TMatrixD * | GetInvLorentzBoost () |
void | maxX (double m=0) |
set max in X in cm More... | |
void | maxY (double m=0) |
set max in Y in cm More... | |
void | maxZ (double m=0) |
set max in Z in cm More... | |
void | minX (double m=0.0) |
set min in X in cm More... | |
void | minY (double m=0.0) |
set min in Y in cm More... | |
void | minZ (double m=0.0) |
set min in Z in cm More... | |
virtual HepMC::FourVector * | newVertex () |
return a new event vertex More... | |
virtual | ~FlatEvtVtxGenerator () |
Public Member Functions inherited from BaseEvtVtxGenerator | |
BaseEvtVtxGenerator (const edm::ParameterSet &) | |
virtual HepMC::FourVector * | lastVertex () |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
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 &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
FlatEvtVtxGenerator (const FlatEvtVtxGenerator &p) | |
FlatEvtVtxGenerator & | operator= (const FlatEvtVtxGenerator &rhs) |
Private Attributes | |
double | fMaxX |
double | fMaxY |
double | fMaxZ |
double | fMinX |
double | fMinY |
double | fMinZ |
CLHEP::RandFlat * | fRandom |
double | fTimeOffset |
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 BaseEvtVtxGenerator | |
CLHEP::HepRandomEngine & | getEngine () |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Protected Attributes inherited from BaseEvtVtxGenerator | |
TMatrixD * | boost_ |
double | fTimeOffset |
HepMC::FourVector * | fVertex |
Definition at line 17 of file FlatEvtVtxGenerator.h.
FlatEvtVtxGenerator::FlatEvtVtxGenerator | ( | const edm::ParameterSet & | p | ) |
Definition at line 15 of file FlatEvtVtxGenerator.cc.
References edm::hlt::Exception, fMaxX, fMaxY, fMaxZ, fMinX, fMinY, fMinZ, fRandom, fTimeOffset, BaseEvtVtxGenerator::getEngine(), and edm::ParameterSet::getParameter().
|
virtual |
|
private |
Copy constructor
|
inlinevirtual |
Implements BaseEvtVtxGenerator.
Definition at line 27 of file FlatEvtVtxGenerator.h.
void FlatEvtVtxGenerator::maxX | ( | double | m = 0 | ) |
void FlatEvtVtxGenerator::maxY | ( | double | m = 0 | ) |
void FlatEvtVtxGenerator::maxZ | ( | double | m = 0 | ) |
void FlatEvtVtxGenerator::minX | ( | double | m = 0.0 | ) |
void FlatEvtVtxGenerator::minY | ( | double | m = 0.0 | ) |
void FlatEvtVtxGenerator::minZ | ( | double | m = 0.0 | ) |
|
virtual |
return a new event vertex
Implements BaseEvtVtxGenerator.
Definition at line 53 of file FlatEvtVtxGenerator.cc.
References fMaxX, fMaxY, fMaxZ, fMinX, fMinY, fMinZ, fRandom, fTimeOffset, and BaseEvtVtxGenerator::fVertex.
|
private |
Copy assignment operator
|
private |
Definition at line 53 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), maxX(), and newVertex().
|
private |
Definition at line 53 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), maxY(), and newVertex().
|
private |
Definition at line 53 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), maxZ(), and newVertex().
|
private |
Definition at line 52 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), minX(), and newVertex().
|
private |
Definition at line 52 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), minY(), and newVertex().
|
private |
Definition at line 52 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), minZ(), and newVertex().
|
private |
Definition at line 54 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), newVertex(), and ~FlatEvtVtxGenerator().
|
private |
Definition at line 55 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), and newVertex().