FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
MPointing::CorrectBack
ZdAz CorrectBack(const ZdAz &zdaz) const
Definition:
MPointing.cc:726
AltAz
Definition:
MPointing.h:35
MPointing
Generated on Sun Sep 18 2016 20:50:54 for FACT++ by
1.8.11