]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STRUCT/AliDIPO.h
syst. check that reads the MC information for the case of TPC-only
[u/mrichter/AliRoot.git] / STRUCT / AliDIPO.h
1 #ifndef ALIDIPO_H
2 #define ALIDIPO_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 ////////////////////////////////////////////////
9 //  Manager class for Module: DIPO          //
10 ////////////////////////////////////////////////
11  
12 #include "AliModule.h"
13  
14  
15 class AliDIPO : public AliModule {
16  
17 public:
18   AliDIPO();
19   AliDIPO(const char *name, const char *title);
20   virtual      ~AliDIPO() {}
21   virtual void  Init();
22   
23   ClassDef(AliDIPO,1)  //Class for the dipole magnet
24 };
25
26 #endif