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