24 #include <CLHEP/Random/RandGaussQ.h> 25 #include <CLHEP/Units/SystemOfUnits.h> 26 #include <CLHEP/Units/GlobalPhysicalConstants.h> 27 #include "HepMC/SimpleVector.h" 34 readDB_ =
p.getParameter<
bool>(
"readDB");
36 fX0 =
p.getParameter<
double>(
"X0") * cm;
37 fY0 =
p.getParameter<
double>(
"Y0") * cm;
38 fZ0 =
p.getParameter<
double>(
"Z0") * cm;
39 fSigmaZ =
p.getParameter<
double>(
"SigmaZ") * cm;
40 fbetastar =
p.getParameter<
double>(
"BetaStar") * cm;
41 femittance =
p.getParameter<
double>(
"Emittance") * cm;
42 fTimeOffset =
p.getParameter<
double>(
"TimeOffset") * ns * c_light;
44 setBoost(
p.getParameter<
double>(
"Alpha") * radian,
p.getParameter<
double>(
"Phi") * radian);
46 throw cms::Exception(
"Configuration") <<
"Error in BetafuncEvtVtxGenerator: " 47 <<
"Illegal resolution in Z (SigmaZ is negative)";
53 beamToken_ = esConsumes<SimBeamSpotObjects, SimBeamSpotObjectsRcd, edm::Transition::BeginLuminosityBlock>();
64 fX0 = beamhandle->
x() * cm;
65 fY0 = beamhandle->
y() * cm;
66 fZ0 = beamhandle->
z() * cm;
78 double tmp_sigz = CLHEP::RandGaussQ::shoot(engine, 0.,
fSigmaZ);
83 tmp_sigx /=
sqrt(2.0);
84 X = CLHEP::RandGaussQ::shoot(engine, 0., tmp_sigx) +
fX0;
88 tmp_sigy /=
sqrt(2.0);
89 Y = CLHEP::RandGaussQ::shoot(engine, 0., tmp_sigy) +
fY0;
91 double tmp_sigt = CLHEP::RandGaussQ::shoot(engine, 0.,
fSigmaZ);
94 return HepMC::FourVector(
X,
Y,
Z,
T);
104 TMatrixD tmpboost(4, 4);
112 tmpboost(0, 0) = 1. /
cos(
phi);
122 tmpboost(2, 2) =
cos(
phi);
138 throw cms::Exception(
"LogicError") <<
"Error in BetafuncEvtVtxGenerator::sigmaZ: " 139 <<
"Illegal resolution in Z (negative)";
147 desc.add<
double>(
"X0", 0.0)->setComment(
"in cm");
148 desc.add<
double>(
"Y0", 0.0)->setComment(
"in cm");
149 desc.add<
double>(
"Z0", 0.0)->setComment(
"in cm");
150 desc.add<
double>(
"SigmaZ", 0.0)->setComment(
"in cm");
151 desc.add<
double>(
"BetaStar", 0.0)->setComment(
"in cm");
152 desc.add<
double>(
"Emittance", 0.0)->setComment(
"in cm");
153 desc.add<
double>(
"Alpha", 0.0)->setComment(
"in radians");
154 desc.add<
double>(
"Phi", 0.0)->setComment(
"in radians");
155 desc.add<
double>(
"TimeOffset", 0.0)->setComment(
"in ns");
157 desc.add<
bool>(
"readDB");
158 descriptions.
add(
"BetafuncEvtVtxGenerator",
desc);
void sigmaZ(double s=1.0)
set resolution in Z in cm
double BetaFunction(double z, double z0) const
beta function
BetafuncEvtVtxGenerator(const edm::ParameterSet &p)
Sin< T >::type sin(const T &t)
void setBoost(double alpha, double phi)
TMatrixD const * GetInvLorentzBoost() const override
Cos< T >::type cos(const T &t)
Tan< T >::type tan(const T &t)
edm::ESGetToken< SimBeamSpotObjects, SimBeamSpotObjectsRcd > beamToken_
void update(const edm::EventSetup &iEventSetup)
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
double timeOffset() const
HepMC::FourVector newVertex(CLHEP::HepRandomEngine *) const override
return a new event vertex
edm::ESWatcher< SimBeamSpotObjectsRcd > parameterWatcher_
void add(std::string const &label, ParameterSetDescription const &psetDescription)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
bool check(const edm::EventSetup &iSetup)
double phi() const
get Phi, Alpha and TimeOffset
double betaStar() const
get BetaStar and Emittance
void beginLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &) override
double x() const
get X, Y, Z position