]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RICH/AliRICHv2.h
New configurale version. V1 is now the default.
[u/mrichter/AliRoot.git] / RICH / AliRICHv2.h
1 #ifndef ALIRICHV2_H
2 #define ALIRICHV2_H
3
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice                               */
6
7 /* $Id$ */
8
9
10 ///////////////////////////////////////////////////////////
11 //  Manager and hits classes for set: RICH full version  //
12 ///////////////////////////////////////////////////////////
13
14 #include "AliRICHv1.h"
15
16 class AliRICHv2 : public AliRICHv1 {
17     
18  public:
19     
20   //Int_t fCkov_number;
21   //Int_t fFreon_prod;
22
23     AliRICHv2();
24     AliRICHv2(const char *name, const char *title);
25     virtual void   Init();
26     virtual       ~AliRICHv2() {}
27    
28  private:
29     ClassDef(AliRICHv2,1)  //Hits manager for set: RICH full version, CONFIGURABLE 
30         
31         };
32         
33         
34 #endif
35         
36
37
38
39
40
41