FACT++  1.0
std::ostream& operator<< ( std::ostream &  fout,
TPointStar set 
)
friend

Definition at line 127 of file TPointStar.cc.

Referenced by GetMag().

128 {
129  out << Form("%8.3f", set.fStarAz*TMath::RadToDeg()) << " ";
130  out << Form("%7.3f", set.fStarEl*TMath::RadToDeg()) << " ";
131  out << Form("%8.3f", set.fRawAz*TMath::RadToDeg()) << " ";
132  out << Form("%7.3f", set.fRawEl*TMath::RadToDeg()) << " ";
133  out << Form("%6.3f", set.fMag);
134 
135  return out;
136 }
Double_t fStarAz
Definition: TPointStar.h:18
Double_t fRawAz
Definition: TPointStar.h:21
Double_t fRawEl
Definition: TPointStar.h:22
std::string Form(const char *fmt,...)
Definition: tools.cc:45
Double_t fStarEl
Definition: TPointStar.h:19
Double_t fMag
Definition: TPointStar.h:24