4 #ifndef _EIC_CAD_WIZARD_CUT_
5 #define _EIC_CAD_WIZARD_CUT_
12 #define _ANGULAR_TOLERANCE_ (1E-10)
13 #define _SPATIAL_TOLERANCE_ (1E-10)
15 #define SQR(x) ((x)*(x))
25 virtual TGeoCombiTrans *
BuildRootVolume(
const char *vname,
const char *tname) = 0;