PandaRoot
PndGeoStt.h
Go to the documentation of this file.
1 #ifndef PNDGEOSTT_H
2 #define PNDGEOSTT_H
3 
4 #include "FairGeoSet.h"
5 
6 class PndGeoStt : public FairGeoSet {
7  protected:
8  char modName[20]; // name of module
9  char eleName[20]; // substring for elements in module
10  public:
11  PndGeoStt();
13  const char *getModuleName(Int_t);
14  const char *getEleName(Int_t);
15  ClassDef(PndGeoStt, 0) // Class for Stt
16 };
17 
18 #endif /* !PNDGEOSTT_H */
~PndGeoStt()
Definition: PndGeoStt.h:12
char modName[20]
Definition: PndGeoStt.h:8
char eleName[20]
Definition: PndGeoStt.h:9
const char * getEleName(Int_t)
const char * getModuleName(Int_t)