FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
TVector3 MPointing::Correct
(
const TVector3 &
v
)
const
Definition at line
715
of file
MPointing.cc
.
716
{
717
// Correct [rad]
718
// zdaz [rad]
719
AltAz
p(TMath::Pi()/2-v.Theta(), v.Phi());
720
AltAz
c =
Correct
(p);
721
TVector3 rc;
722
rc.SetMagThetaPhi(1, TMath::Pi()/2-c.Alt(), c.Az());
723
return
rc;
724
}
MPointing::Correct
ZdAz Correct(const ZdAz &zdaz) const
Definition:
MPointing.cc:706
AltAz
Definition:
MPointing.h:35
MPointing
Generated on Sun Sep 18 2016 20:50:54 for FACT++ by
1.8.11