EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PndTarget.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PndTarget.h
1 #ifndef Target_H
2 #define Target_H
3 
4 #include "FairDetector.h"
5 #include "FairModule.h"
6 
7 class PndTarget : public FairModule {
8  public:
9  PndTarget(const char * name, const char *Title="PND Target");
10  PndTarget();
11  virtual ~PndTarget();
12  virtual void ConstructGeometry();
13  ClassDef(PndTarget,1)
14 
15 };
16 
17 #endif //Target_H
18