]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RICH/AliRICHv2.h
Decay_t moved to AliDecayer.h
[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 AliRICH {
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 Int_t  IsVersion() const {return 2;}
26     virtual void   Init();
27     virtual       ~AliRICHv2() {}
28    
29  private:
30     ClassDef(AliRICHv2,1)  //Hits manager for set: RICH full version, CONFIGURABLE 
31         
32         };
33         
34         
35 #endif
36         
37
38
39
40
41
42