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