9 #include "Math/GenVector/RotationZ.h"
14 #include "CLHEP/Random/RandFlat.h"
15 #include "CLHEP/Random/RandGaussQ.h"
16 #include "CLHEP/Units/GlobalPhysicalConstants.h"
17 #include "CLHEP/Units/GlobalSystemOfUnits.h"
30 ELECTRON_DIFFUSION_COEFF(0.0161),
31 theMagneticField(nullptr) {
38 double xx =
STEP_SIZE * (double(i) - 0.5);
39 double dNdE =
pow(xx, 0.38) *
exp(-1.38 * xx);
59 CLHEP::HepRandomEngine *engine) {
63 LogTrace(
"CSCDriftSim") <<
"CSCDriftSim: ionization cluster at: " << pos;
69 clusterPos = yShift + clusterPos;
84 LogTrace(
"CSCDriftSim") <<
"CSCDriftSim: bz " <<
bz <<
" avgDrift " <<
avgDrift() <<
" wireAngle "
87 double avgPathLength, pathSigma, avgDriftTime, driftTimeSigma;
88 static const float B_FIELD_CUT = 15.f;
89 if (fabs(
bz) < B_FIELD_CUT) {
102 double pathLength =
std::max(CLHEP::RandGaussQ::shoot(engine, avgPathLength, pathSigma), 0.);
107 CLHEP::RandGaussQ::shoot(engine, 0., diffusionSigma);
110 double driftTime =
std::max(CLHEP::RandGaussQ::shoot(engine, avgDriftTime, driftTimeSigma), 0.);
115 static const double f_collected = 0.82;
124 float t = simHit.
tof() + driftTime;
125 LogTrace(
"CSCDriftSim") <<
"CSCDriftSim: tof = " << simHit.
tof() <<
" driftTime = " << driftTime
126 <<
" MEDH = " <<
CSCDetectorHit(nearestWire, charge, x, t, &simHit);
127 return CSCDetectorHit(nearestWire, charge, x, t, &simHit);
133 double returnVal = 0.;
135 double x = CLHEP::RandFlat::shoot(engine);
157 returnVal =
STEP_SIZE * (double(i) + (x - x1) / (x2 - x1));
159 LogTrace(
"CSCDriftSim") <<
"CSCDriftSim: avalanche fluc " << returnVal <<
" " <<
x;
169 if (detId.
station() == 1 && (ring == 1 || ring == 4)) {
GlobalPoint toGlobal(const Point2DBase< Scalar, LocalTag > lp) const
float tof() const
deprecated name for timeOfFlight()
CSCDetectorHit getWireHit(const Local3DPoint &ionClusterPosition, const CSCLayer *, int wire, const PSimHit &simHit, CLHEP::HepRandomEngine *)
LocalPoint toLocal(const GlobalPoint &gp) const
Conversion to the R.F. of the GeomDet.
const MagneticField * theMagneticField
double avgPathLengthHighB()
Exp< T >::type exp(const T &t)
const Plane & surface() const
The nominal surface of the GeomDet.
double driftTimeSigmaLowB()
double driftTimeSigmaHighB()
constexpr std::array< uint8_t, layerIndexSize > layer
double avgDriftTimeHighB()
double avalancheCharge(CLHEP::HepRandomEngine *)
double avgDriftTimeLowB()
const double ELECTRON_DIFFUSION_COEFF
float yOfWire(float wire, float x=0.) const
const CSCChamberSpecs * specs() const
float wireSpacing() const
static const int N_INTEGRAL_STEPS
double avgPathLengthLowB()
GlobalVector inKGauss(const GlobalPoint &gp) const
Field value ad specified global point, in KGauss.
double driftSigma() const
std::vector< double > dNdEIntegral
double gasGain(const CSCDetId &id) const
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
float anodeCathodeSpacing() const
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< float >, ROOT::Math::LocalCoordinateSystemTag > LocalPoint
point in local coordinate system
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< float >, ROOT::Math::LocalCoordinateSystemTag > LocalVector
vector in local coordinate system
const CSCChamber * chamber() const
const CSCLayerGeometry * geometry() const
Power< A, B >::type pow(const A &a, const B &b)