10 static const Double_t angle = 10. * TMath::DegToRad();
13 Int_t plane = h->GetPlaneID();
14 Int_t irot = (plane - 1) % 6;
18 if (irot == 1) phi = -angle;
19 else if (irot == 2) phi = angle;
20 FitPoint.
Set (h->GetZ(), h->GetU(), phi, h->GetDx()*h->GetDx());