FACT++  1.0
TVector3 MPointing::CorrectBack ( const TVector3 &  v) const

Definition at line 735 of file MPointing.cc.

736 {
737  // Correct [rad]
738  // zdaz [rad]
739  AltAz p(TMath::Pi()/2-v.Theta(), v.Phi());
740  AltAz c = CorrectBack(p);
741  TVector3 rc;
742  rc.SetMagThetaPhi(1, TMath::Pi()/2-c.Alt(), c.Az());
743  return rc;
744 }
ZdAz CorrectBack(const ZdAz &zdaz) const
Definition: MPointing.cc:726