Public Member Functions | |
void | Alpha (double m=0) |
angle between crossing plane and horizontal plane More... | |
void | Beta (double m=0) |
BetaBoostEvtVtxGenerator (const edm::ParameterSet &p) | |
double | BetaFunction (double z, double z0) |
beta function More... | |
void | betastar (double m=0) |
set beta_star More... | |
void | emittance (double m=0) |
emittance (no the normalized) More... | |
virtual TMatrixD * | GetInvLorentzBoost () |
virtual HepMC::FourVector * | newVertex (CLHEP::HepRandomEngine *) |
return a new event vertex More... | |
void | Phi (double m=0) |
set half crossing angle More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
void | sigmaZ (double s=1.0) |
set resolution in Z in cm More... | |
void | X0 (double m=0) |
set mean in X in cm More... | |
void | Y0 (double m=0) |
set mean in Y in cm More... | |
void | Z0 (double m=0) |
set mean in Z in cm More... | |
virtual | ~BetaBoostEvtVtxGenerator () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
~EDProducer () override | |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
std::vector< edm::ProductResolverIndex > const & | putTokenIndexToProductResolverIndex () const |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel) |
virtual | ~ProducerBase () noexcept(false) |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Private Member Functions | |
BetaBoostEvtVtxGenerator (const BetaBoostEvtVtxGenerator &p) | |
BetaBoostEvtVtxGenerator & | operator= (const BetaBoostEvtVtxGenerator &rhs) |
Private Attributes | |
double | alpha_ |
double | beta_ |
TMatrixD * | boost_ |
double | falpha |
double | fbetastar |
double | femittance |
double | fSigmaZ |
double | fTimeOffset |
HepMC::FourVector * | fVertex |
double | fX0 |
double | fY0 |
double | fZ0 |
double | phi_ |
edm::EDGetTokenT< HepMCProduct > | sourceLabel |
bool | verbosity_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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::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) |
Definition at line 52 of file BetaBoostEvtVtxGenerator.cc.
BetaBoostEvtVtxGenerator::BetaBoostEvtVtxGenerator | ( | const edm::ParameterSet & | p | ) |
Definition at line 113 of file BetaBoostEvtVtxGenerator.cc.
References alpha_, beta_, Exception, fbetastar, femittance, fSigmaZ, fTimeOffset, fX0, fY0, fZ0, edm::ParameterSet::getParameter(), and phi_.
|
virtual |
Definition at line 138 of file BetaBoostEvtVtxGenerator.cc.
References boost_, and fVertex.
|
private |
Copy constructor
|
inline |
angle between crossing plane and horizontal plane
Definition at line 77 of file BetaBoostEvtVtxGenerator.cc.
References funct::m.
|
inline |
double BetaBoostEvtVtxGenerator::BetaFunction | ( | double | z, |
double | z0 | ||
) |
beta function
Definition at line 172 of file BetaBoostEvtVtxGenerator.cc.
References fbetastar, femittance, and mathSSE::sqrt().
Referenced by newVertex().
|
inline |
|
inline |
emittance (no the normalized)
Definition at line 83 of file BetaBoostEvtVtxGenerator.cc.
References funct::m.
|
virtual |
Definition at line 191 of file BetaBoostEvtVtxGenerator.cc.
References alpha_, beta_, boost_, funct::cos(), phi_, funct::sin(), mathSSE::sqrt(), funct::tan(), and verbosity_.
Referenced by produce().
|
virtual |
return a new event vertex
Definition at line 145 of file BetaBoostEvtVtxGenerator.cc.
References BetaFunction(), fSigmaZ, fTimeOffset, fVertex, fX0, fY0, fZ0, mathSSE::sqrt(), X, DOFs::Y, and DOFs::Z.
Referenced by produce().
|
private |
Copy assignment operator
|
inline |
set half crossing angle
Definition at line 75 of file BetaBoostEvtVtxGenerator.cc.
References funct::m.
|
overridevirtual |
Definition at line 255 of file BetaBoostEvtVtxGenerator.cc.
References DEFINE_FWK_MODULE, Exception, edm::Event::getByToken(), edm::RandomNumberGenerator::getEngine(), edm::HepMCProduct::GetEvent(), GetInvLorentzBoost(), edm::Service< T >::isAvailable(), eostools::move(), newVertex(), edm::Event::put(), reco::return(), sourceLabel, and edm::Event::streamID().
void BetaBoostEvtVtxGenerator::sigmaZ | ( | double | s = 1.0 | ) |
set resolution in Z in cm
Definition at line 179 of file BetaBoostEvtVtxGenerator.cc.
References Exception, fSigmaZ, and alignCSCRings::s.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 94 of file BetaBoostEvtVtxGenerator.cc.
Referenced by BetaBoostEvtVtxGenerator(), and GetInvLorentzBoost().
|
private |
Definition at line 96 of file BetaBoostEvtVtxGenerator.cc.
Referenced by BetaBoostEvtVtxGenerator(), and GetInvLorentzBoost().
|
private |
Definition at line 104 of file BetaBoostEvtVtxGenerator.cc.
Referenced by GetInvLorentzBoost(), and ~BetaBoostEvtVtxGenerator().
|
private |
Definition at line 101 of file BetaBoostEvtVtxGenerator.cc.
|
private |
Definition at line 100 of file BetaBoostEvtVtxGenerator.cc.
Referenced by BetaBoostEvtVtxGenerator(), and BetaFunction().
|
private |
Definition at line 100 of file BetaBoostEvtVtxGenerator.cc.
Referenced by BetaBoostEvtVtxGenerator(), and BetaFunction().
|
private |
Definition at line 98 of file BetaBoostEvtVtxGenerator.cc.
Referenced by BetaBoostEvtVtxGenerator(), newVertex(), and sigmaZ().
|
private |
Definition at line 105 of file BetaBoostEvtVtxGenerator.cc.
Referenced by BetaBoostEvtVtxGenerator(), and newVertex().
|
private |
Definition at line 103 of file BetaBoostEvtVtxGenerator.cc.
Referenced by newVertex(), and ~BetaBoostEvtVtxGenerator().
|
private |
Definition at line 97 of file BetaBoostEvtVtxGenerator.cc.
Referenced by BetaBoostEvtVtxGenerator(), and newVertex().
|
private |
Definition at line 97 of file BetaBoostEvtVtxGenerator.cc.
Referenced by BetaBoostEvtVtxGenerator(), and newVertex().
|
private |
Definition at line 97 of file BetaBoostEvtVtxGenerator.cc.
Referenced by BetaBoostEvtVtxGenerator(), and newVertex().
|
private |
Definition at line 94 of file BetaBoostEvtVtxGenerator.cc.
Referenced by BetaBoostEvtVtxGenerator(), and GetInvLorentzBoost().
|
private |
Definition at line 107 of file BetaBoostEvtVtxGenerator.cc.
Referenced by produce().
|
private |
Definition at line 109 of file BetaBoostEvtVtxGenerator.cc.
Referenced by GetInvLorentzBoost().