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
PndGeoTarget.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PndGeoTarget.h
1
#ifndef PNDGEOTARGET_H
2
#define PNDGEOTARGET_H
3
4
#include "
FairGeoSet.h
"
5
6
class
PndGeoTarget
:
public
FairGeoSet
{
7
protected
:
8
char
modName
[2];
// name of module
9
char
eleName
[2];
// substring for elements in module
10
public
:
11
PndGeoTarget
();
12
~PndGeoTarget
() {}
13
const
char
*
getModuleName
(Int_t) {
return
modName
;}
14
const
char
*
getEleName
(Int_t) {
return
eleName
;}
15
ClassDef(
PndGeoTarget
,0)
// Class for geometry of Target
16
};
17
18
#endif
/* !PNDGEOTARGET_H */
EicRoot
blob
master
passive
PndGeoTarget.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration