EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicCadWizardSphere.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EicCadWizardSphere.h
1 
2 #include <EicCadWizardCut.h>
3 
4 #ifndef _EIC_CAD_WIZARD_SPHERE_
5 #define _EIC_CAD_WIZARD_SPHERE_
6 
7 class gp_Sphere;
8 
10  public:
11  EicCadWizardSphere(const gp_Sphere &sphere);//, const gp_Pnt *bcenter, double bradius);
13 
14  bool IsEqual(const EicCadWizardCut *cut) const;
15  TGeoCombiTrans *BuildRootVolume(const char *vname, const char *tname);
16 
17  private:
18  gp_Sphere *mSphere;
19 };
20 
21 #endif