FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
passive
PndGeoTarget.h
Go to the documentation of this file.
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 */
PndGeoTarget::eleName
char eleName[2]
Definition:
PndGeoTarget.h:9
PndGeoTarget::getModuleName
const char * getModuleName(Int_t)
Definition:
PndGeoTarget.h:13
PndGeoTarget::modName
char modName[2]
Definition:
PndGeoTarget.h:8
PndGeoTarget::~PndGeoTarget
~PndGeoTarget()
Definition:
PndGeoTarget.h:12
PndGeoTarget::getEleName
const char * getEleName(Int_t)
Definition:
PndGeoTarget.h:14
PndGeoTarget::PndGeoTarget
PndGeoTarget()
Definition:
PndGeoTarget.cxx:15
PndGeoTarget
Definition:
PndGeoTarget.h:6
Generated on Wed Apr 3 2019 10:02:52 for FairRoot/PandaRoot by
1.8.5