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
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
blob
master
base
cbmbase
cbmdata
dbase
eic
eventdisplay
examples
fairtools
field
gconfig
geane
genfit
GenfitTools
geobase
geometry
input
littrack
parbase
passive
PassiveLinkDef.h
PndCave.cxx
PndCave.h
PndGeoCave.cxx
PndGeoCave.h
PndGeoMagnet.cxx
PndGeoMagnet.h
PndGeoPassivePar.cxx
PndGeoPassivePar.h
PndGeoPipe.cxx
PndGeoPipe.h
PndGeoTarget.cxx
PndGeoTarget.h
PndMagnet.cxx
PndMagnet.h
PndPassiveContFact.cxx
PndPassiveContFact.h
PndPipe.cxx
PndPipe.h
PndTarget.cxx
PndTarget.h
pCDR-2018
pid
pnddata
PndTools
rich
trackbase
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PndGeoPipe.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PndGeoPipe.h
1
#ifndef PNDGEOPIPE_H
2
#define PNDGEOPIPE_H
3
4
#include "
FairGeoSet.h
"
5
6
class
PndGeoPipe
:
public
FairGeoSet
{
7
protected
:
8
char
modName
[2];
// name of module
9
char
eleName
[2];
// substring for elements in module
10
public
:
11
PndGeoPipe
();
12
virtual
~PndGeoPipe
();
13
const
char
*
getModuleName
(Int_t) {
return
modName
;}
14
const
char
*
getEleName
(Int_t) {
return
eleName
;}
15
Bool_t
create
(
FairGeoBuilder
*);
16
ClassDef(
PndGeoPipe
,0)
// Class for geometry of beam pipe
17
};
18
19
#endif
/* !PNDGEOPIPE_H */
EicRoot
blob
master
passive
PndGeoPipe.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration