12 #include "Math/GenVector/RotationZ.h"
13 #include "CLHEP/Units/GlobalPhysicalConstants.h"
14 #include "CLHEP/Units/GlobalSystemOfUnits.h"
26 ELECTRON_DIFFUSION_COEFF(0.0161),
37 double xx =
STEP_SIZE * (double(i) - 0.5 );
38 double dNdE =
pow( xx, 0.38) *
exp(-1.38*xx);
69 int nearestWire,
const PSimHit & simHit) {
74 LogTrace(
"CSCDriftSim") <<
"CSCDriftSim: ionization cluster at: " <<
pos;
78 ROOT::Math::RotationZ rotation(-1.*geom->
wireAngle());
80 clusterPos = yShift + clusterPos;
81 clusterPos = rotation * clusterPos;
99 double avgPathLength, pathSigma, avgDriftTime, driftTimeSigma;
100 static const float B_FIELD_CUT = 15.f;
101 if(fabs(
bz) < B_FIELD_CUT) {
127 static const double f_att = 0.5;
128 static const double f_collected = 0.82;
133 float t = simHit.
tof() + driftTime;
134 LogTrace(
"CSCDriftSim") <<
"CSCDriftSim: tof = " << simHit.
tof() <<
135 " driftTime = " << driftTime <<
137 return CSCDetectorHit(nearestWire, charge, x, t, &simHit);
143 double returnVal = 0.;
167 returnVal =
STEP_SIZE * (double(i) + (x-x1)/(x2-x1));
169 LogTrace(
"CSCDriftSim") <<
"CSCDriftSim: avalanche fluc " << returnVal <<
" " <<
x ;
181 if(detId.
station() == 1 && (ring == 1 || ring == 4))
GlobalPoint toGlobal(const Point2DBase< Scalar, LocalTag > lp) const
float tof() const
deprecated name for timeOfFlight()
CLHEP::RandFlat * theRandFlat
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)
double driftTimeSigmaLowB()
double driftTimeSigmaHighB()
double avgDriftTimeHighB()
double avgDriftTimeLowB()
const double ELECTRON_DIFFUSION_COEFF
float yOfWire(float wire, float x=0.) const
const CSCChamberSpecs * specs() const
const T & max(const T &a, const T &b)
CLHEP::RandGaussQ * theRandGaussQ
void setRandomEngine(CLHEP::HepRandomEngine &engine)
float wireSpacing() const
static const int N_INTEGRAL_STEPS
double avgPathLengthLowB()
virtual 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
float anodeCathodeSpacing() const
CSCDetectorHit getWireHit(const Local3DPoint &ionClusterPosition, const CSCLayer *, int wire, const PSimHit &simHit)
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
virtual const BoundPlane & surface() const
The nominal surface of the GeomDet.
const CSCLayerGeometry * geometry() const
Power< A, B >::type pow(const A &a, const B &b)