77 DTSegmentTags_(iConfig.getParameter<edm::InputTag>(
"DTsegments")),
78 theHitsMin_(iConfig.getParameter<int>(
"HitsMin")),
79 thePruneCut_(iConfig.getParameter<double>(
"PruneCut")),
80 theTimeOffset_(iConfig.getParameter<double>(
"DTTimeOffset")),
81 theError_(iConfig.getParameter<double>(
"HitError")),
82 useSegmentT0_(iConfig.getParameter<bool>(
"UseSegmentT0")),
83 doWireCorr_(iConfig.getParameter<bool>(
"DoWireCorr")),
84 dropTheta_(iConfig.getParameter<bool>(
"DropTheta")),
85 requireBothProjections_(iConfig.getParameter<bool>(
"RequireBothProjections")),
86 debug(iConfig.getParameter<bool>(
"debug"))
116 std::cout <<
" *** Muon Timimng Extractor ***" << std::endl;
132 double totalWeightInvbeta=0;
133 double totalWeightVertex=0;
134 std::vector<TimeMeasurement> tms;
143 std::vector<const DTRecSegment4D*> range =
theMatcher->
matchDT(*muonTrack,iEvent);
146 for (std::vector<const DTRecSegment4D*>::iterator rechit = range.begin(); rechit!=range.end();++rechit) {
149 DetId id = (*rechit)->geographicalId();
154 bool bothProjections = ( ((*rechit)->hasPhi()) && ((*rechit)->hasZed()) );
165 else segm =
dynamic_cast<const DTRecSegment2D*
>((*rechit)->zSegment());
167 if(segm == 0)
continue;
174 for (std::vector<DTRecHit1D>::const_iterator hiti=hits1d.begin(); hiti!=hits1d.end(); hiti++) {
176 const GeomDet* dtcell = theTrackingGeometry->
idToDet(hiti->geographicalId());
179 std::pair< TrajectoryStateOnSurface, double> tsos;
183 double dist_straight = dtcell->
toGlobal(hiti->localPosition()).
mag();
184 if (tsos.first.isValid()) {
185 dist = tsos.second+posp.mag();
188 dist = dist_straight;
192 thisHit.
driftCell = hiti->geographicalId();
203 if (
doWireCorr_ && !bothProjections && tsos.first.isValid()) {
204 const DTLayer* layer = theDTGeom->layer(hiti->wireId());
205 float propgL = layer->
toLocal( tsos.first.globalPosition() ).
y();
206 float wirePropCorr = propgL/24.4*0.00543;
207 if (thisHit.
isLeft) wirePropCorr=-wirePropCorr;
211 tofCorr = (tofCorr/29.979)*0.00543;
212 if (thisHit.
isLeft) tofCorr=-tofCorr;
216 float slCorr = (dist_straight-dist)/29.979*0.00543;
217 if (thisHit.
isLeft) slCorr=-slCorr;
221 tms.push_back(thisHit);
226 bool modified =
false;
227 std::vector <double> dstnc, dsegm, dtraj, hitWeightVertex, hitWeightInvbeta, left;
236 hitWeightVertex.clear();
237 hitWeightInvbeta.clear();
240 std::vector <int> hit_idx;
241 totalWeightInvbeta=0;
245 for (
int sta=1;sta<5;sta++)
247 std::vector <TimeMeasurement> seg;
248 std::vector <int> seg_idx;
250 for (std::vector<TimeMeasurement>::iterator tm=tms.begin(); tm!=tms.end(); ++tm) {
251 if ((tm->station==sta) && (tm->isPhi==
phi)) {
253 seg_idx.push_back(tmpos);
258 unsigned int segsize = seg.size();
262 std::vector <double> hitxl,hitxr,hityl,hityr;
264 for (std::vector<TimeMeasurement>::iterator tm=seg.begin(); tm!=seg.end(); ++tm) {
266 DetId id = tm->driftCell;
274 hitxl.push_back(celly);
275 hityl.push_back(tm->posInLayer);
277 hitxr.push_back(celly);
278 hityr.push_back(tm->posInLayer);
282 if (!
fitT0(a,
b,hitxl,hityl,hitxr,hityr)) {
284 std::cout <<
" t0 = zero, Left hits: " << hitxl.size() <<
" Right hits: " << hitxr.size() << std::endl;
289 if ((!hitxl.size()) || (!hityl.size()))
continue;
292 for (std::vector<TimeMeasurement>::const_iterator tm=seg.begin(); tm!=seg.end(); ++tm) {
294 DetId id = tm->driftCell;
300 double segmLocalPos =
b+layerZ*
a;
301 double hitLocalPos = tm->posInLayer;
302 int hitSide = -tm->isLeft*2+1;
303 double t0_segm = (-(hitSide*segmLocalPos)+(hitSide*hitLocalPos))/0.00543+tm->timeCorr;
305 dstnc.push_back(tm->distIP);
306 dsegm.push_back(t0_segm);
307 left.push_back(hitSide);
308 hitWeightInvbeta.push_back(((
double)seg.size()-2.)*tm->distIP*tm->distIP/((double)seg.size()*30.*30.*
theError_*
theError_));
309 hitWeightVertex.push_back(((
double)seg.size()-2.)/((double)seg.size()*
theError_*
theError_));
310 hit_idx.push_back(seg_idx.at(segidx));
312 totalWeightInvbeta+=((double)seg.size()-2.)*tm->distIP*tm->distIP/((double)seg.size()*30.*30.*
theError_*
theError_);
317 if (totalWeightInvbeta==0)
break;
321 std::cout <<
" Points for global fit: " << dstnc.size() << std::endl;
325 for (
unsigned int i=0;
i<dstnc.size();
i++)
326 invbeta+=(1.+dsegm.at(
i)/dstnc.at(
i)*30.)*hitWeightInvbeta.at(
i)/totalWeightInvbeta;
329 std::vector<TimeMeasurement>::iterator tmmax;
333 for (
unsigned int i=0;
i<dstnc.size();
i++) {
334 diff=(1.+dsegm.at(
i)/dstnc.at(
i)*30.)-invbeta;
335 diff=diff*diff*hitWeightInvbeta.at(
i);
338 tmmax=tms.begin()+hit_idx.at(
i);
343 invbetaerr=
sqrt(invbetaerr/totalWeightInvbeta);
352 std::cout <<
" Measured 1/beta: " << invbeta <<
" +/- " << invbetaerr << std::endl;
356 for (
unsigned int i=0;
i<dstnc.size();
i++) {
357 tmSequence.
dstnc.push_back(dstnc.at(
i));
358 tmSequence.
local_t0.push_back(dsegm.at(
i));
369 DTTimingExtractor::fitT0(
double &
a,
double &
b,
const std::vector<double>& xl,
const std::vector<double>& yl,
const std::vector<double>& xr,
const std::vector<double>& yr ) {
371 double sx=0,sy=0,sxy=0,sxx=0,ssx=0,ssy=0,
s=0,ss=0;
373 for (
unsigned int i=0;
i<xl.size();
i++) {
384 for (
unsigned int i=0;
i<xr.size();
i++) {
395 double delta = ss*ss*sxx+
s*sx*sx+
s*ssx*ssx-
s*
s*sxx-2*ss*sx*ssx;
400 a=(ssy*
s*ssx+sxy*ss*ss+sy*sx*
s-sy*ss*ssx-ssy*sx*ss-sxy*
s*
s)/delta;
401 b=(ssx*sy*ssx+sxx*ssy*ss+sx*sxy*
s-sxx*sy*
s-ssx*sxy*ss-sx*ssy*ssx)/delta;
402 t0_corr=(ssx*
s*sxy+sxx*ss*sy+sx*sx*ssy-sxx*
s*ssy-sx*ss*sxy-ssx*sx*sy)/delta;
void update(const edm::EventSetup &setup)
update the services each event
T getParameter(std::string const &) const
std::vector< double > local_t0
T mag() const
The vector magnitude. Equivalent to sqrt(vec.mag2())
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
LocalPoint toLocal(const GlobalPoint &gp) const
Conversion to the R.F. of the GeomDet.
edm::ESHandle< MagneticField > magneticField() const
get the magnetic field
const Plane & surface() const
The nominal surface of the GeomDet.
virtual const GeomDet * idToDet(DetId) const
virtual std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &, const Surface &) const
const Surface::PositionType & position() const
The position (origin of the R.F.)
edm::ESHandle< GlobalTrackingGeometry > theTrackingGeometry
std::vector< double > weightInvbeta
std::vector< DTRecHit1D > specificRecHits() const
Access to specific components.
double totalWeightInvbeta
XYZVectorD XYZVector
spatial vector with cartesian internal representation
XYZPointD XYZPoint
point in space with cartesian internal representation
T const * product() const
const DTSuperLayer * superLayer() const
edm::ESHandle< GlobalTrackingGeometry > trackingGeometry() const
get the tracking geometry
std::vector< const DTRecSegment4D * > matchDT(const reco::Track &muon, const edm::Event &event)
perform the matching
DetId geographicalId() const
double t0() const
Get the segment t0 (if recomputed, 0 is returned otherwise)
int station() const
Return the station number.
std::vector< double > dstnc
const PositionType & position() const
std::vector< double > weightVertex