EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PndCave.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PndCave.h
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:
17  Double_t world[3];
18  ClassDef(PndCave,1) //PNDCaveSD
19 };
20 
21 #endif //Cave_H
22