|
void | ApplyCorrections (EdbCorrectionMap &map) |
|
void | CorrectSeg (EdbSegP &s) |
|
EdbSegCorr | CorrLoc (float x, float y) |
|
EdbSegCorr | CorrLoc (int j) |
|
| EdbCorrectionMap () |
|
| EdbCorrectionMap (const EdbCorrectionMap &map) |
|
EdbLayer * | GetLayer (float x, float y) |
|
EdbLayer * | GetLayer (int i) |
|
void | Init (EdbCell2 &c) |
|
void | Init (int nx, float minx, float maxx, int ny, float miny, float maxy) |
|
int | Ncp () |
|
void | PrintDZ () |
|
virtual | ~EdbCorrectionMap () |
|
bool | AddObject (float v[2], TObject *obj) |
|
bool | AddObject (float x, float y, TObject *obj) |
|
bool | AddObject (int ix, int iy, TObject *obj) |
|
bool | AddObject (int j, TObject *obj) |
|
int | CellLim () |
|
void | Copy (const EdbCell2 &cell) |
|
void | Delete () |
|
| EdbCell2 () |
|
| EdbCell2 (const EdbCell2 &cell) |
|
TObject * | GetObject (float x, float y, int ientr) const |
|
TObject * | GetObject (int ix, int iy, int ientr) const |
|
TObject * | GetObject (int j, int ientr) const |
|
int | InitCell (EdbCell2 &c) |
|
int | InitCell (int maxpercell, int n[2], float min[2], float max[2]) |
|
int | InitCell (int nx, float minx, float maxx, int ny, float miny, float maxy, int maxpercell) |
|
void | InitEPC () |
|
void | PrintStat () |
|
void | Reset () |
|
int | SelectObjects (float min[2], float max[2], TObjArray &arr) |
|
int | SelectObjects (int min[2], int max[2], TObjArray &arr) |
|
int | SelectObjects (TObjArray &arr) |
|
int | SelectObjectsC (float v[2], float r, TObjArray &arr) |
|
int | SelectObjectsC (float v[2], int ir[2], TObjArray &arr) |
|
int | SelectObjectsC (int iv[2], int ir[2], TObjArray &arr) |
|
int | SelectObjectsCJ (int j, int ir, TObjArray &arr) |
|
void | Set0 () |
|
| ~EdbCell2 () |
|
void | AddBin (int jcell, int n) |
|
int | Bin (float x, float y) const |
|
int | Bin (int iv[2]) const |
|
int | Bin (int ix, int iy) const |
|
int | Bin (int j) const |
|
void | CleanCells () |
|
void | Copy (const EdbH2 &h) |
|
void | Delete () |
|
int | DiscardHighCells (int nmax) |
|
TH2F * | DrawH2 (const char *name="plot2d", const char *title="EdbH2plot2D") |
|
TH1I * | DrawSpectrum (const char *name="plot1d", const char *title="EdbH2 DrawSpectrun") |
|
| EdbH2 () |
|
| EdbH2 (const EdbH2 &h) |
|
| EdbH2 (int nx, float minx, float maxx, int ny, float miny, float maxy) |
|
int | Fill (float x, float y) |
|
int | Fill (float x, float y, int n) |
|
int | InitH2 (const EdbH2 &h) |
|
int | InitH2 (int n[2], float min[2], float max[2]) |
|
int | InitH2 (int nx, float minx, float maxx, int ny, float miny, float maxy) |
|
Long_t | Integral () |
|
Long_t | Integral (int iv[2], int ir[2]) |
|
int | IX (float x) const |
|
int | IX (int jcell) const |
|
int | IY (float y) const |
|
int | IY (int jcell) const |
|
int | Jcell (float v[2]) const |
|
int | Jcell (float x, float y) const |
|
int | Jcell (int ix, int iy) const |
|
int | MaxBin () |
|
Float_t | Mean () |
|
int | Ncell () const |
|
int | NX () const |
|
int | NY () const |
|
void | PrintStat () |
|
EdbH1 * | ProjectionX () |
|
EdbH1 * | ProjectionY () |
|
void | Set0 () |
|
void | SetBin (int ix, int iy, int n) |
|
void | SetBin (int j, int n) |
|
float | X (int ix) const |
|
float | Xbin () const |
|
float | Xj (int j) const |
|
float | Xmax () const |
|
float | XmaxA (float level=0) |
|
float | Xmin () const |
|
float | XminA (float level=0) |
|
float | Y (int iy) const |
|
float | Ybin () const |
|
float | Yj (int j) const |
|
float | Ymax () const |
|
float | YmaxA (float level=0) |
|
float | Ymin () const |
|
float | YminA (float level=0) |
|
| ~EdbH2 () |
|