]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RICH/AliRICHv1.h
Corrections to reconstruction algorithm.
[u/mrichter/AliRoot.git] / RICH / AliRICHv1.h
CommitLineData
237c933d 1#ifndef ALIRICHV1_H
2#define ALIRICHV1_H
c28632f0 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
2682e810 14#include "AliRICH.h"
c28632f0 15
452a64c6 16class AliRICHv1 : public AliRICH {
c28632f0 17
18 public:
19
20 //Int_t fCkov_number;
21 //Int_t fFreon_prod;
22
23 AliRICHv1();
24 AliRICHv1(const char *name, const char *title);
237c933d 25 virtual void Init();
452a64c6 26 virtual Int_t IsVersion() const {return 1;}
c28632f0 27 virtual ~AliRICHv1() {}
c28632f0 28
29 private:
30 ClassDef(AliRICHv1,1) //Hits manager for set: RICH full version
31
32 };
33
34
35#endif
36
37
38
39
40
41
42