Public Member Functions | |
void | Alpha (double m=0) |
angle between crossing plane and horizontal plane More... | |
void | Beta (double m=0) |
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 * | getRecVertex (edm::Event &) |
virtual HepMC::FourVector * | getVertex (edm::Event &) |
MixBoostEvtVtxGenerator (const edm::ParameterSet &p) | |
virtual HepMC::FourVector * | newVertex () |
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 | ~MixBoostEvtVtxGenerator () |
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 (const std::string &iProcessName, std::vector< const char * > &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 | |
MixBoostEvtVtxGenerator (const MixBoostEvtVtxGenerator &p) | |
MixBoostEvtVtxGenerator & | operator= (const MixBoostEvtVtxGenerator &rhs) |
Private Attributes | |
double | alpha_ |
double | beta_ |
TMatrixD * | boost_ |
double | falpha |
double | fbetastar |
double | femittance |
CLHEP::RandGaussQ * | fRandom |
double | fSigmaZ |
double | fTimeOffset |
HepMC::FourVector * | fVertex |
double | fX0 |
double | fY0 |
double | fZ0 |
edm::InputTag | hiLabel |
double | phi_ |
edm::InputTag | signalLabel |
edm::InputTag | sourceLabel |
bool | useRecVertex |
std::vector< double > | vtxOffset |
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 49 of file MixBoostEvtVtxGenerator.cc.
MixBoostEvtVtxGenerator::MixBoostEvtVtxGenerator | ( | const edm::ParameterSet & | p | ) |
Definition at line 117 of file MixBoostEvtVtxGenerator.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), and vtxOffset.
|
virtual |
Definition at line 131 of file MixBoostEvtVtxGenerator.cc.
References boost_, fRandom, and fVertex.
|
private |
Copy constructor
|
inline |
angle between crossing plane and horizontal plane
Definition at line 75 of file MixBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
inline |
Definition at line 76 of file MixBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
double MixBoostEvtVtxGenerator::BetaFunction | ( | double | z, |
double | z0 | ||
) |
beta function
Definition at line 167 of file MixBoostEvtVtxGenerator.cc.
References fbetastar, femittance, and mathSSE::sqrt().
Referenced by newVertex().
|
inline |
set beta_star
Definition at line 79 of file MixBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
inline |
emittance (no the normalized)
Definition at line 81 of file MixBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
virtual |
Definition at line 186 of file MixBoostEvtVtxGenerator.cc.
References alpha_, beta_, boost_, funct::cos(), phi_, funct::sin(), mathSSE::sqrt(), and funct::tan().
|
virtual |
Definition at line 283 of file MixBoostEvtVtxGenerator.cc.
References fVertex, edm::Event::getByLabel(), hiLabel, input, and vtxOffset.
Referenced by produce().
|
virtual |
Definition at line 250 of file MixBoostEvtVtxGenerator.cc.
References gather_cfg::cout, fVertex, edm::Event::getByLabel(), hiLabel, input, and EnergyCorrector::pt.
Referenced by produce().
|
virtual |
return a new event vertex
Definition at line 140 of file MixBoostEvtVtxGenerator.cc.
References BetaFunction(), fRandom, fSigmaZ, fTimeOffset, fVertex, fX0, fY0, fZ0, mathSSE::sqrt(), X, and Gflash::Z.
|
private |
Copy assignment operator
|
inline |
set half crossing angle
Definition at line 73 of file MixBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
overridevirtual |
Implements edm::EDProducer.
Definition at line 302 of file MixBoostEvtVtxGenerator.cc.
References edm::Event::getByLabel(), getRecVertex(), getVertex(), edm::Event::put(), mathSSE::return(), signalLabel, and useRecVertex.
void MixBoostEvtVtxGenerator::sigmaZ | ( | double | s = 1.0 | ) |
set resolution in Z in cm
Definition at line 174 of file MixBoostEvtVtxGenerator.cc.
References Exception, fSigmaZ, and alignCSCRings::s.
|
inline |
set mean in X in cm
Definition at line 66 of file MixBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
inline |
set mean in Y in cm
Definition at line 68 of file MixBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
inline |
set mean in Z in cm
Definition at line 70 of file MixBoostEvtVtxGenerator.cc.
References visualization-live-secondInstance_cfg::m.
|
private |
Definition at line 92 of file MixBoostEvtVtxGenerator.cc.
Referenced by GetInvLorentzBoost().
|
private |
Definition at line 94 of file MixBoostEvtVtxGenerator.cc.
Referenced by GetInvLorentzBoost().
|
private |
Definition at line 102 of file MixBoostEvtVtxGenerator.cc.
Referenced by GetInvLorentzBoost(), and ~MixBoostEvtVtxGenerator().
|
private |
Definition at line 99 of file MixBoostEvtVtxGenerator.cc.
|
private |
Definition at line 98 of file MixBoostEvtVtxGenerator.cc.
Referenced by BetaFunction().
|
private |
Definition at line 98 of file MixBoostEvtVtxGenerator.cc.
Referenced by BetaFunction().
|
private |
Definition at line 107 of file MixBoostEvtVtxGenerator.cc.
Referenced by newVertex(), and ~MixBoostEvtVtxGenerator().
|
private |
Definition at line 96 of file MixBoostEvtVtxGenerator.cc.
Referenced by newVertex(), and sigmaZ().
|
private |
Definition at line 103 of file MixBoostEvtVtxGenerator.cc.
Referenced by newVertex().
|
private |
Definition at line 101 of file MixBoostEvtVtxGenerator.cc.
Referenced by getRecVertex(), getVertex(), newVertex(), and ~MixBoostEvtVtxGenerator().
|
private |
Definition at line 95 of file MixBoostEvtVtxGenerator.cc.
Referenced by newVertex().
|
private |
Definition at line 95 of file MixBoostEvtVtxGenerator.cc.
Referenced by newVertex().
|
private |
Definition at line 95 of file MixBoostEvtVtxGenerator.cc.
Referenced by newVertex().
|
private |
Definition at line 110 of file MixBoostEvtVtxGenerator.cc.
Referenced by getRecVertex(), and getVertex().
|
private |
Definition at line 92 of file MixBoostEvtVtxGenerator.cc.
Referenced by GetInvLorentzBoost().
|
private |
Definition at line 109 of file MixBoostEvtVtxGenerator.cc.
Referenced by produce().
|
private |
Definition at line 105 of file MixBoostEvtVtxGenerator.cc.
|
private |
Definition at line 111 of file MixBoostEvtVtxGenerator.cc.
Referenced by produce().
|
private |
Definition at line 112 of file MixBoostEvtVtxGenerator.cc.
Referenced by getRecVertex(), and MixBoostEvtVtxGenerator().