Public Member Functions | |
TH2DAntarctica (Int_t nx=-1, Int_t ny=-1) | |
TH2DAntarctica (const char *name, const char *title, Int_t nx=-1, Int_t ny=-1) | |
TH2DAntarctica (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) |
Int_t | FillWithErrorContours (Double_t lon, Double_t lat, Double_t phi, Double_t theta, Double_t snr, Double_t ll_thresh, UsefulAdu5Pat upat, Double_t dist_thresh=0) |
Int_t | FillWithErrorContours (Double_t lon, Double_t lat, Double_t phi, Double_t theta, Double_t sigmaPhi, Double_t sigmaTheta, Double_t ll_thresh, UsefulAdu5Pat upat, Double_t dist_thresh=0) |
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) |
void | setAcceptStereographic (bool accept) |
bool | getAcceptStereographic () const |
virtual TAxis * | GetXaxis () |
virtual TAxis * | GetYaxis () |
TGraphAntarctica * | findLocalMaxima () const |
Definition at line 183 of file TH2DAntarctica.h.
void TH2DAntarctica::FillRandomly | ( | Int_t | nTimes = 5000 | ) |
This is just to try out drawing one 2D histogram on top of another background
nTimes |
Definition at line 487 of file TH2DAntarctica.cxx.
Int_t TH2DAntarctica::FillWithErrorContours | ( | Double_t | lon, |
Double_t | lat, | ||
Double_t | phi, | ||
Double_t | theta, | ||
Double_t | snr, | ||
Double_t | ll_thresh, | ||
UsefulAdu5Pat | upat, | ||
Double_t | dist_thresh = 0 |
||
) |
Fills the point and the error around the point with different colors. lon, lat, phi, theta, snr are all parameters for the event to be plotted. theta uses the normal sign convention (negative is toward ground). snr is deconvolved filtered snr. ll_thresh is the ll you want to plot out to upat is the UsefulAdu5Pat for the event. dist_thresh adds a distance metric check in km (default is off)
Definition at line 340 of file TH2DAntarctica.cxx.
void TH2DAntarctica::ResetColorAxis | ( | ) |
Helper function which prettifies the z-axis
Definition at line 504 of file TH2DAntarctica.cxx.