FACT++  1.0
void TPointGui::DisplayResult ( Double_t  before,
Double_t  after,
Double_t  backw 
)
private

Definition at line 400 of file TPointGui.cc.

References fLabel, Tools::Form(), and MPointing::GetNumPar().

Referenced by ProcessMessage().

401 {
402  TGLabel *l1 = (TGLabel*)fLabel.At(3*MPointing::GetNumPar()+1);
403  l1->SetText(Form("Before: %.1f arcsec", before*360*3600/16384));
404 
405  TGLabel *l2 = (TGLabel*)fLabel.At(3*MPointing::GetNumPar()+2);
406  l2->SetText(Form("After: %.1f arcsec", after*360*3600/16384));
407 
408  TGLabel *l3 = (TGLabel*)fLabel.At(3*MPointing::GetNumPar()+3);
409  l3->SetText(Form("Backw: %.1f arcsec", backw*360*3600/16384));
410 }
static const Int_t GetNumPar()
Definition: MPointing.h:308
TList fLabel
Definition: TPointGui.h:43
std::string Form(const char *fmt,...)
Definition: tools.cc:45

+ Here is the call graph for this function:

+ Here is the caller graph for this function: