FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
TPointStar::fStarAz
Double_t fStarAz
Definition:
TPointStar.h:18
TPointStar::fRawAz
Double_t fRawAz
Definition:
TPointStar.h:21
TPointStar::fRawEl
Double_t fRawEl
Definition:
TPointStar.h:22
Tools::Form
std::string Form(const char *fmt,...)
Definition:
tools.cc:45
TPointStar::fStarEl
Double_t fStarEl
Definition:
TPointStar.h:19
TPointStar::fMag
Double_t fMag
Definition:
TPointStar.h:24
TPointStar
Generated on Sun Sep 18 2016 20:51:04 for FACT++ by
1.8.11