]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STRUCT/AliPIPE.h
New galice.cuts file from Marek
[u/mrichter/AliRoot.git] / STRUCT / AliPIPE.h
1 #ifndef PIPE_H
2 #define PIPE_H
3 ////////////////////////////////////////////////
4 //  Manager class for detector: PIPE          //
5 ////////////////////////////////////////////////
6  
7 #include "AliModule.h"
8  
9  
10 class AliPIPE : public AliModule {
11  
12 public:
13   AliPIPE();
14   AliPIPE(const char *name, const char *title);
15   virtual      ~AliPIPE() {}
16   
17   ClassDef(AliPIPE,1)  //Beam Pipe base Class
18 };
19
20 #endif