|
| TGraphAntarctica (Int_t n) |
|
| TGraphAntarctica (Int_t n, const Int_t *x, const Int_t *y) |
|
| TGraphAntarctica (Int_t n, const Float_t *x, const Float_t *y) |
|
| TGraphAntarctica (Int_t n, const Double_t *x, const Double_t *y) |
|
| TGraphAntarctica (const TGraph &gr) |
|
| TGraphAntarctica (TChain *chain, TString lonSelector="longitude", TString latSelector="latitude", TCut cut="") |
|
| TGraphAntarctica (TTree *tree, TString lonSelector="longitude", TString latSelector="latitude", TCut cut="") |
|
| TGraphAntarctica (const TVectorF &vx, const TVectorF &vy) |
|
| TGraphAntarctica (const TVectorD &vx, const TVectorD &vy) |
|
| TGraphAntarctica (const TH1 *h) |
|
| TGraphAntarctica (const TF1 *f, Option_t *option="") |
|
| TGraphAntarctica (const char *filename, const char *format="%lg %lg", Option_t *option="") |
|
| TGraphAntarctica (const BaseList::base &b) |
|
| TGraphAntarctica (const BaseList::path &p, UInt_t interpTime=0) |
|
virtual void | SetPoint (Int_t i, Double_t lon, Double_t lat) |
|
virtual void | SetPoint (Int_t i, const AntarcticCoord &coord) |
|
virtual void | SetPointEastingNorthing (Int_t i, Double_t easting, Double_t northing) |
|
Double_t * | GetEasting () |
|
Double_t * | GetNorthing () |
|
void | Draw (Option_t *opt="") |
|
void | ExecuteEvent (Int_t event, Int_t x, Int_t y) |
|
virtual TAxis * | GetXaxis () |
|
virtual TAxis * | GetYaxis () |
|
ClassDef(TGraphAntarctica, 1) private AntarcticaBackground * | getBackground () const |
| Don't persist.
|
|
void | init () |
|
void | convertArrays () |
|
Class to greatly simplify the task of drawing TGraphs on a background of Antarctica This class expects you to provide lon, lat as the X, Y inputs. Get it the right way round! It then talks behind the scenes to RampdemReader and converts those numbers to Easting/Northing The Draw option has been redefined to plot everything on a background of Antarctica.
Getting something approximating standard TGraph drawing behaviour was a massive pain... There's probably a few bugs in here still, but I'm happy enough with the current functionality.
Definition at line 35 of file TGraphAntarctica.h.