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;
80 clusterPos = yShift + clusterPos;
99 double avgPathLength, pathSigma, avgDriftTime, driftTimeSigma;
100 static const float B_FIELD_CUT = 15.f;
101 if(fabs(
bz) < B_FIELD_CUT) {
128 static const double f_collected = 0.82;
135 float t = simHit.
tof() + driftTime;
136 LogTrace(
"CSCDriftSim") <<
"CSCDriftSim: tof = " << simHit.
tof() <<
137 " driftTime = " << driftTime <<
139 return CSCDetectorHit(nearestWire, charge, x, t, &simHit);
145 double returnVal = 0.;
169 returnVal =
STEP_SIZE * (double(i) + (x-x1)/(x2-x1));
171 LogTrace(
"CSCDriftSim") <<
"CSCDriftSim: avalanche fluc " << returnVal <<
" " <<
x ;
183 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()
const Plane & surface() const
The nominal surface of the GeomDet.
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()
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
const CSCLayerGeometry * geometry() const
Power< A, B >::type pow(const A &a, const B &b)