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
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
9
class
EicCadWizardSphere
:
public
EicCadWizardCut
{
10
public
:
11
EicCadWizardSphere
(
const
gp_Sphere &sphere);
//, const gp_Pnt *bcenter, double bradius);
12
~EicCadWizardSphere
() {};
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
EicRoot
blob
master
eic
cad
wizard
EicCadWizardSphere.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:35
using
1.8.2 with
EIC GitHub integration