#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 (CLHEP::HepRandomEngine *) |
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 () | |
ModuleDescription const & | moduleDescription () const |
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 () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) 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 |
double | fTimeOffset |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
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::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 16 of file FlatEvtVtxGenerator.h.
FlatEvtVtxGenerator::FlatEvtVtxGenerator | ( | const edm::ParameterSet & | p | ) |
Definition at line 14 of file FlatEvtVtxGenerator.cc.
References edm::hlt::Exception, fMaxX, fMaxY, fMaxZ, fMinX, fMinY, fMinZ, fTimeOffset, and edm::ParameterSet::getParameter().
|
virtual |
Definition at line 42 of file FlatEvtVtxGenerator.cc.
|
private |
Copy constructor
|
inlinevirtual |
Implements BaseEvtVtxGenerator.
Definition at line 26 of file FlatEvtVtxGenerator.h.
void FlatEvtVtxGenerator::maxX | ( | double | m = 0 | ) |
set max in X in cm
Definition at line 77 of file FlatEvtVtxGenerator.cc.
References fMaxX, and bookConverter::max.
void FlatEvtVtxGenerator::maxY | ( | double | m = 0 | ) |
set max in Y in cm
Definition at line 82 of file FlatEvtVtxGenerator.cc.
References fMaxY, and bookConverter::max.
void FlatEvtVtxGenerator::maxZ | ( | double | m = 0 | ) |
set max in Z in cm
Definition at line 87 of file FlatEvtVtxGenerator.cc.
References fMaxZ, and bookConverter::max.
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 47 of file FlatEvtVtxGenerator.cc.
References fMaxX, fMaxY, fMaxZ, fMinX, fMinY, fMinZ, fTimeOffset, and BaseEvtVtxGenerator::fVertex.
|
private |
Copy assignment operator
|
private |
Definition at line 52 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), maxX(), and newVertex().
|
private |
Definition at line 52 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), maxY(), and newVertex().
|
private |
Definition at line 52 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), maxZ(), and newVertex().
|
private |
Definition at line 51 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), minX(), and newVertex().
|
private |
Definition at line 51 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), minY(), and newVertex().
|
private |
Definition at line 51 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), minZ(), and newVertex().
|
private |
Definition at line 53 of file FlatEvtVtxGenerator.h.
Referenced by FlatEvtVtxGenerator(), and newVertex().