]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/AliPIPE.h
Shield composition after muon project leader meeting: 24/10/2000
[u/mrichter/AliRoot.git] / STRUCT / AliPIPE.h
CommitLineData
b43eb0dc 1#ifndef ALIPIPE_H
2#define ALIPIPE_H
3da30618 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
fe4da5cc 8////////////////////////////////////////////////
9// Manager class for detector: PIPE //
10////////////////////////////////////////////////
11
b8032157 12#include "AliModule.h"
fe4da5cc 13
14
b8032157 15class AliPIPE : public AliModule {
fe4da5cc 16
17public:
18 AliPIPE();
19 AliPIPE(const char *name, const char *title);
20 virtual ~AliPIPE() {}
fe4da5cc 21
22 ClassDef(AliPIPE,1) //Beam Pipe base Class
23};
24
25#endif