55 h1.
Eval(
fR + tr1->GetEvent()->GetVertex()->Z(), mom1);
56 h2.
Eval(
fR + tr2->GetEvent()->GetVertex()->Z(), mom2);
57 Double_t dxy = (mom1 - mom2).Pt();
58 if (mom1.Y() < mom2.Y()) dxy = -dxy;
59 Double_t dz = mom1.Z() - mom2.Z();
62 if (GetValue(0) > GetMin(0) && GetValue(0) < GetMax(0) && GetValue(1) > GetMin(1) && GetValue(1) < GetMax(1)) {
63 return ForcedUpdate(kFALSE);
65 return ForcedUpdate(kTRUE);