]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RICH/AliRICHDetect.h
Dummy copy constructor added
[u/mrichter/AliRoot.git] / RICH / AliRICHDetect.h
CommitLineData
c1076715 1#ifndef AliRICHDetect_H
2#define AliRICHDetect_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// Reconstruction classes for set:RICH version 0 //
11/////////////////////////////////////////////////////////
12
13#include "AliRICH.h"
14
15class AliRICHDetect;
16
17class AliRICHDetect : public TObject {
18
19 public:
20 AliRICHDetect();
21 AliRICHDetect(const char *name, const char *title);
22 virtual ~AliRICHDetect() {}
23 void Detect();
24 float Area(float theta,float OMEGA);
25 //virtual void AddRecHit(const AliRICHRecHit);
26 //virtual int ***i3tensor(long nrl, long nrh, long ncl, long nch, long ndl, long ndh);
27 ClassDef(AliRICHDetect,1) //Reconstruction module for :RICH version 0
28
29
30
31 };
32
33
34
35
36#endif