Public Member Functions | |
TProfile2DAntarctica (Int_t nx=-1, Int_t ny=-1) | |
TProfile2DAntarctica (const char *name, const char *title, Int_t nx=-1, Int_t ny=-1) | |
TProfile2DAntarctica (const char *name, const char *title, const std::vector< Double_t > &x, const std::vector< Double_t > &y) | |
virtual void | Draw (Option_t *opt="") |
virtual Int_t | Fill (Double_t lon, Double_t lat, Double_t val=1) |
void | UnZoom () |
bool | GetGrayScale () const |
void | SetGrayScale (bool useGrayScale) |
bool | GetShowBases () const |
void | SetShowBases (bool useShowBases) |
bool | GetToolTip () const |
void | SetToolTip (bool useToolTip) |
int | GetCoarseness () const |
void | SetCoarseness (int useCoarseness) |
bool | GetRampdem () const |
void | SetRampdem (bool useRampdem) |
bool | GetBed () const |
void | SetBed (bool useBed) |
bool | GetIcemask () const |
void | SetIcemask (bool useIcemask) |
bool | GetSurface () const |
void | SetSurface (bool useSurface) |
bool | GetThickness () const |
void | SetThickness (bool useThickness) |
bool | GetGrid () const |
void | SetGrid (bool useGrid) |
void | SetGridDivisions (Int_t deltaLon, Int_t deltaLat) |
virtual void | ExecuteEvent (int event, int px, int py) |
void | FillRandomly (Int_t nTimes=5000) |
void | ResetColorAxis () |
Bool_t | GetShowBackgroundColorAxis () const |
void | ShowBackgroundColorAxis (Bool_t b) |
void | ResetBackgroundColorAxis () |
void | RescaleBackground () const |
virtual void | SetMaximum (Double_t maximum=-1111) |
virtual void | SetMinimum (Double_t minimum=-1111) |
virtual TAxis * | GetXaxis () |
virtual TAxis * | GetYaxis () |
TGraphAntarctica * | findLocalMaxima () const |
void | setAcceptStereographic (bool accept) |
bool | getAcceptStereographic () const |
Definition at line 87 of file TH2DAntarctica.h.
void TProfile2DAntarctica::FillRandomly | ( | Int_t | nTimes = 5000 | ) |
This is just to try out drawing one 2D histogram on top of another background
nTimes |
Definition at line 116 of file TH2DAntarctica.cxx.
void TProfile2DAntarctica::ResetColorAxis | ( | ) |
Helper function which prettifies the z-axis
Definition at line 134 of file TH2DAntarctica.cxx.