Public Methods |
| | TGeoChecker () |
| | TGeoChecker (TGeoManager *geom) |
| | TGeoChecker (const char *treename, const char *filename) |
| virtual | ~TGeoChecker () |
| void | CheckGeometry (Int_t nrays, Double_t startx, Double_t starty, Double_t startz) const |
| void | CheckOverlaps (const TGeoVolume *vol, Double_t ovlp=0.1, Option_t *option="") const |
| void | CheckPoint (Double_t x=0, Double_t y=0, Double_t z=0, Option_t *option="") |
| Double_t | CheckVoxels (TGeoVolume *vol, TGeoVoxelFinder *voxels, Double_t *xyz, Int_t npoints) |
| TH2F * | LegoPlot (Int_t ntheta=60, Double_t themin=0., Double_t themax=180., Int_t nphi=90, Double_t phimin=0., Double_t phimax=360., Double_t rmin=0., Double_t rmax=9999999, Option_t *option="") |
| void | PrintOverlaps () const |
| void | RandomPoints (TGeoVolume *vol, Int_t npoints, Option_t *option) |
| void | RandomRays (Int_t nrays, Double_t startx, Double_t starty, Double_t startz) |
| TGeoNode * | SamplePoints (Int_t npoints, Double_t &dist, Double_t epsil, const char *g3path) |
| void | ShootRay (Double_t *start, Double_t dirx, Double_t diry, Double_t dirz, Double_t *array, Int_t &nelem, Int_t &dim, Double_t *enpoint=0) const |
| void | Test (Int_t npoints, Option_t *option) |
| void | TestOverlaps (const char *path) |
| Bool_t | TestVoxels (TGeoVolume *vol, Int_t npoints=1000000) |
| Double_t | Weight (Double_t precision=0.01, Option_t *option="v") |