]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RICH/AliRICHDetectV1.h
Template for single ring run configuration. (J. Barbosa)
[u/mrichter/AliRoot.git] / RICH / AliRICHDetectV1.h
CommitLineData
02b30ae7 1#ifndef ALIRICHDETECTV1_H
2#define ALIRICHDETECTV1_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 default version //
12////////////////////////////////////////////////////////////
13
14#include "AliRICHDetect.h"
15
16class AliRICHDetectV1 : public AliRICHDetect {
17
18 public:
19
20 AliRICHDetectV1();
21 AliRICHDetectV1(const char *name, const char *title);
22 virtual ~AliRICHDetectV1();
23 void Detect(Int_t nev, Int_t type);
24 Int_t ***i3tensor(long nrl, long nrh, long ncl, long nch, long ndl, long ndh);
25 void free_i3tensor(int ***t, long nrl, long nrh, long ncl, long nch,long ndl, long ndh);
26
27 ClassDef(AliRICHDetectV1,1) //Reconstruction module for :RICH version 1
28 };
29
30
31
32
33#endif
34
35
36
37
38
39
40