FairRoot/PandaRoot
PndLmdGeo.h
Go to the documentation of this file.
1 /*
2  * PndLmdGeo.h
3  * * Created on: Jun 30, 2010
4  * Author: huagen
5  */
6 /*
7  * PndLmdGeo class will define the detector name by user. It was inherited from
8  * Sds base class PndSdsGeo.
9  */
10 
11 #ifndef PNDLMDGEO_H_
12 #define PNDLMDGEO_H_
13 
14 #include "PndSdsGeo.h"
15 
16 class PndLmdGeo : public PndSdsGeo {
17  public:
18  PndLmdGeo();
19  ~PndLmdGeo();
20 
21  const char* getModuleName(Int_t m);
22  const char* getEleName(Int_t m);
23 
24  ClassDef(PndLmdGeo, 1);
25 };
26 
27 #endif /* PNDLMDGEO_H_ */
__m128 m
Definition: P4_F32vec4.h:28
const char * getEleName(Int_t m)
Definition: PndLmdGeo.cxx:36
ClassDef(PndLmdGeo, 1)
const char * getModuleName(Int_t m)
Definition: PndLmdGeo.cxx:23