21 SetValue(tof->GetFlag(),
Flag());
22 SetValue(tof->GetMass2(),
M2());
23 Double_t m2 = tof->GetMass2();
24 Double_t p = reco->GetMomentum().P();
26 SetValue(tof->GetFlag(), 1);
27 Double_t
min = fLowLine[0] + fLowLine[1] * p + fLowLine[2] * p * p;
28 Double_t
max = fHighLine[0] + fHighLine[1] * p + fHighLine[2] * p * p;
29 if (m2 >
max || m2 <
min) {
30 return ForcedUpdate(kFALSE);