]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/AliPIPE.h
Introduction of the Copyright and cvs Log
[u/mrichter/AliRoot.git] / STRUCT / AliPIPE.h
CommitLineData
fe4da5cc 1#ifndef PIPE_H
2#define PIPE_H
3////////////////////////////////////////////////
4// Manager class for detector: PIPE //
5////////////////////////////////////////////////
6
b8032157 7#include "AliModule.h"
fe4da5cc 8
9
b8032157 10class AliPIPE : public AliModule {
fe4da5cc 11
12public:
13 AliPIPE();
14 AliPIPE(const char *name, const char *title);
15 virtual ~AliPIPE() {}
fe4da5cc 16
17 ClassDef(AliPIPE,1) //Beam Pipe base Class
18};
19
20#endif