FairRoot/PandaRoot
PndCave.h
Go to the documentation of this file.
1 #ifndef Cave_H
2 #define Cave_H
3 
4 #include "FairDetector.h"
5 #include "FairModule.h"
6 
7 
8 class PndCave : public FairModule {
9  public:
10  PndCave(const char * name, const char *Title="Exp Cave");
11  PndCave();
12  virtual ~PndCave();
13  virtual void ConstructGeometry();
14 
15 
16 private:
18  ClassDef(PndCave,1) //PNDCaveSD
19 };
20 
21 #endif //Cave_H
22 
virtual ~PndCave()
Definition: PndCave.cxx:62
PndCave()
Definition: PndCave.cxx:59
Double_t
virtual void ConstructGeometry()
Definition: PndCave.cxx:25
TString name
Double_t world[3]
Definition: PndCave.h:17
Definition: PndCave.h:8