EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
10
class
EicCadWizardCylinder
:
public
EicCadWizardCut
{
11
public
:
12
EicCadWizardCylinder
(
const
gp_Cylinder &cylinder,
const
gp_Pnt *bcenter,
double
bradius);
13
~EicCadWizardCylinder
() {};
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
EicRoot
blob
master
eic
cad
wizard
EicCadWizardCylinder.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:35
using
1.8.2 with
EIC GitHub integration