FairRoot/PandaRoot
PndGeoHyp.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndGeoHyp header file -----
3 // ----- Created by A.Sanchez -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef PNDGEOHYP_H
7 #define PNDGEOHYP_H
8 
9 #include "FairGeoSet.h"
10 
11 class PndGeoHyp : public FairGeoSet {
12 protected:
13  /* char modName[20]; // name of module */
14 /* char eleName[20]; // substring for elements in module */
15  char modName[4]; // name of module
16  char eleName[4]; // substring for elements in module
17 
18 
19 public:
20  PndGeoHyp();
22 // const char* getModuleName(Int_t);
23 // const char* getEleName(Int_t);
24 
25  ClassDef(PndGeoHyp,0) // Class for Hyp
26 };
27 
28 #endif /* !PNDGEOHYP_H */
29 
30 
31 
~PndGeoHyp()
Definition: PndGeoHyp.h:21
char modName[4]
Definition: PndGeoHyp.h:15
char eleName[4]
Definition: PndGeoHyp.h:16