8 #ifndef ROOT_TGFileDialog 9 #include <TGFileDialog.h> 61 void Fcn(Int_t &, Double_t *, Double_t &f, Double_t *par, Int_t );
62 static void fcn(Int_t &npar, Double_t *gin, Double_t &f, Double_t *par, Int_t iflag);
66 void AddTextButton(TGCompositeFrame *f, TString txt, Int_t
id=-1, TGLayoutHints *h=0);
67 void AddCheckButton(TGCompositeFrame *f, TString txt, Int_t
id=-1, TGLayoutHints *h=0);
69 TGLabel *
AddLabel(TGCompositeFrame *f, TString txt, TGLayoutHints *h=0);
73 void DisplayResult(Double_t before, Double_t after, Double_t backw);
75 void DrawMarker(TVirtualPad *pad, Double_t r0, Double_t phi0);
76 void DrawPolLine(TVirtualPad *pad, Double_t r0, Double_t phi0, Double_t r1, Double_t phi1);
77 void DrawSet(TVirtualPad *pad,
TPointStar &
set, Float_t scale=-1, Float_t angle=0);
78 void DrawHorizon(TVirtualPad *pad,
const char *fname=
"drive/horizon.dat")
const;
83 void LoadStars(TString fname=
"tpoint.txt");
87 void Fit(Double_t &before, Double_t &after, Double_t &backw);
92 TPointGui(
const std::string fname,
const std::string mod);
void DrawHorizon(TVirtualPad *pad, const char *fname="drive/horizon.dat") const
void AddCheckButton(TGCompositeFrame *f, TString txt, Int_t id=-1, TGLayoutHints *h=0)
void LoadStars(TString fname="tpoint.txt")
void Fcn(Int_t &, Double_t *, Double_t &f, Double_t *par, Int_t)
TPointGui(const std::string fname, const std::string mod)
TString OpenDialog(TString &dir, EFileDialogMode mode=kFDOpen)
void DisplayResult(Double_t before, Double_t after, Double_t backw)
TObject * FindWidget(Int_t id) const
void LoadCollection(TString fname)
void DrawPolLine(TVirtualPad *pad, Double_t r0, Double_t phi0, Double_t r1, Double_t phi1)
void DrawMarker(TVirtualPad *pad, Double_t r0, Double_t phi0)
void Fit(Double_t &before, Double_t &after, Double_t &backw)
Bool_t ProcessMessage(Long_t msg, Long_t mp1, Long_t)
Float_t GetFloat(Int_t id) const
void AddTextButton(TGCompositeFrame *f, TString txt, Int_t id=-1, TGLayoutHints *h=0)
void AddResetButton(TGCompositeFrame *f, Int_t id, TGLayoutHints *h, Int_t height)
static void fcn(Int_t &npar, Double_t *gin, Double_t &f, Double_t *par, Int_t iflag)
void DrawSet(TVirtualPad *pad, TPointStar &set, Float_t scale=-1, Float_t angle=0)
TGLabel * AddLabel(TGCompositeFrame *f, TString txt, TGLayoutHints *h=0)
void SetExitLoopOnClose(Bool_t b=kTRUE)