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 |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 | |
std::vector< ConsumesInfo > | consumesInfo () const |
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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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 | |
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 visualization-live-secondInstance_cfg::m.
|
inline |
Definition at line 78 of file BetaBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
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 |
set beta_star
Definition at line 81 of file BetaBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
inline |
emittance (no the normalized)
Definition at line 83 of file BetaBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::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, and Gflash::Z.
Referenced by produce().
|
private |
Copy assignment operator
|
inline |
set half crossing angle
Definition at line 75 of file BetaBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
overridevirtual |
Implements edm::EDProducer.
Definition at line 255 of file BetaBoostEvtVtxGenerator.cc.
References Exception, edm::Event::getByToken(), edm::RandomNumberGenerator::getEngine(), 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 |
set mean in X in cm
Definition at line 68 of file BetaBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
inline |
set mean in Y in cm
Definition at line 70 of file BetaBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
inline |
set mean in Z in cm
Definition at line 72 of file BetaBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
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().