31 _layerPtr = _det->Layer(_id);
32 _wirePtr = _det->Wire(_id);
34 _charge = _digiPtr->getChargeChannel();
39 _rmid = _wirePtr->rMid();
41 assert(_mdcGeomSvc!=
NULL);
48 _midPoint = (eastP+westP)/2.;
55 _digiPtr(other._digiPtr),
57 _layerPtr(other._layerPtr), _wirePtr(other._wirePtr), _id(other._id),
58 _layer(other._layer), _wire(other._wire),
59 _rawTime(other._rawTime), _charge(other._charge),
60 _eastPoint(other._eastPoint),_westPoint(other._westPoint),_midPoint(other._midPoint),
61 _u(other._u),_v(other._v),
62 _type(other._type),_detectorType(other._detectorType),
63 _rmid(other._rmid), _slayerType(other._slayerType),
64 _cirlist(other._cirlist),_style(other._style),
65 _driftTime(other._driftTime), _driftDist(other._driftDist),
66 CF_drift(other.CF_drift),
67 vec_cfcir(other.vec_cfcir),
69 _truthU(other._truthU),
70 _truthV(other._truthV),
71 _truthR(other._truthR),
72 _truthlr(other._truthlr),
73 _truthPoint(other._truthPoint),
74 _truthDrift(other._truthDrift),
75 _deltad(other._deltad),
76 _flightLength(other._flightLength)
80 _digiPtr=(other._digiPtr);
82 _layerPtr=(other._layerPtr); _wirePtr=(other._wirePtr); _id=(other._id);
83 _layer=(other._layer); _wire=(other._wire);
84 _rawTime=(other._rawTime); _charge=(other._charge);
85 _eastPoint=(other._eastPoint);_westPoint=(other._westPoint);_midPoint=(other._midPoint);
86 _u=(other._u);_v=(other._v);
87 _type=(other._type);_detectorType=(other._detectorType);
88 _rmid=(other._rmid); _slayerType=(other._slayerType);
89 _cirlist=(other._cirlist);_style=(other._style);
90 _driftTime=(other._driftTime); _driftDist=(other._driftDist);
91 CF_drift = (other.CF_drift);
92 vec_cfcir = (other.vec_cfcir);
94 _truthU= (other._truthU);
95 _truthV= (other._truthV);
96 _truthR= (other._truthR);
97 _truthlr= (other._truthlr);
98 _truthDrift= (other._truthDrift);
99 _truthPoint= (other._truthPoint);
100 _deltad= (other._deltad);
101 _flightLength= (other._flightLength);
114 if (mcLR == 1) mcLR = -1;
115 if (mcLR == 0) mcLR = 1;
120 _truthU =
getConformal_u( _truthPoint.x(), _truthPoint.y(), _truthDrift );
121 _truthV =
getConformal_v( _truthPoint.y(), _truthPoint.x(), _truthDrift );
122 _truthR =
getConformal_r( _truthPoint.x(), _truthPoint.y(), _truthDrift );
173 if (ambig==1) lrCalib = 0;
174 else if (ambig==-1) lrCalib = 1;
177 if (fabs(z)>150. || fabs(
driftTime(tof,z))>1500.){
180 driftD = 0.1 * _calibPtr->driftTimeToDist(
driftTime(tof,z),_layer,_wire,lrCalib,entranceAngle);
183 if (
abs(driftD)<0.00001) driftD = 0.00001;