FACT++  1.0
Double_t MPointing::Sign ( Double_t  val,
Double_t  alt 
)
staticprivate

Definition at line 352 of file MPointing.cc.

353 {
354  // Some pointing corrections are defined as Delta ZA, which
355  // is (P. Wallace) defined [0,90]deg while Alt is defined
356  // [0,180]deg
357  return (TMath::Pi()/2-alt < 0 ? -val : val);
358 }