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
FairGeoTube.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FairGeoTube.h
1
#ifndef FAIRGEOTUBE_H
2
#define FAIRGEOTUBE_H
3
4
#include "
FairGeoBasicShape.h
"
5
6
class
FairGeoTransform
;
7
class
FairGeoVolume
;
8
9
class
FairGeoTube
:
public
FairGeoBasicShape
10
{
11
public
:
12
FairGeoTube
();
13
~FairGeoTube
();
14
TArrayD*
calcVoluParam
(
FairGeoVolume
*);
15
void
calcVoluPosition
(
FairGeoVolume
*,
16
const
FairGeoTransform
&,
const
FairGeoTransform
&);
17
Int_t
readPoints
(std::fstream*,
FairGeoVolume
*);
18
Bool_t
writePoints
(std::fstream*,
FairGeoVolume
*);
19
void
printPoints
(
FairGeoVolume
* volu);
20
ClassDef(
FairGeoTube
,0)
// class for geometry shape TUBE
21
};
22
23
#endif
/* !FAIRGEOTUBE_H */
EicRoot
blob
master
geobase
FairGeoTube.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:36
using
1.8.2 with
EIC GitHub integration