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