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