]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RICH/AliRICHv2.h
Some additional changes related to the previous changes. AliL3Transform
[u/mrichter/AliRoot.git] / RICH / AliRICHv2.h
CommitLineData
10d6277e 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
452a64c6 16class AliRICHv2 : public AliRICH {
10d6277e 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);
452a64c6 25 virtual Int_t IsVersion() const {return 2;}
10d6277e 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