FACT++  1.0
void ZdAz::Abs ( )

Definition at line 109 of file MPointing.cc.

110 {
111  fX = TMath::Abs(fX);
112  fY = TMath::Abs(fY);
113 }