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 class PndCave : public FairModule {
8  public:
9  PndCave(const char *name, const char *Title = "Exp Cave");
10  PndCave();
11  virtual ~PndCave();
12  virtual void ConstructGeometry();
13 
14  private:
15  Double_t world[3];
16  ClassDef(PndCave, 1) // PNDCaveSD
17 };
18 
19 #endif // Cave_H
virtual void ConstructGeometry()
virtual ~PndCave()
Definition: PndCave.h:7