Skip to content
Snippets Groups Projects
Commit 5241a2f8 authored by Rene Brun's avatar Rene Brun
Browse files

Comment declaration of unused function ShowPoints

git-svn-id: http://root.cern.ch/svn/root/trunk@6732 27541ba8-7e3a-0410-8455-c3a389f83636
parent 07d221fe
No related branches found
No related tags found
No related merge requests found
// @(#)root/geom:$Name: $:$Id: TGeoChecker.h,v 1.10 2003/02/17 11:57:31 brun Exp $
// @(#)root/geom:$Name: $:$Id: TGeoChecker.h,v 1.11 2003/06/17 09:13:56 brun Exp $
// Author: Andrei Gheata 01/11/01
/*************************************************************************
......@@ -59,7 +59,7 @@ public:
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 ShowPoints(Option_t *option="");
//void ShowPoints(Option_t *option="");
void Test(Int_t npoints, Option_t *option);
void TestOverlaps(const char *path);
Bool_t TestVoxels(TGeoVolume *vol, Int_t npoints=1000000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment