]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RICH/AliRICHSegResCkv.h
Introduction of the reference to Copyright and cvs Id
[u/mrichter/AliRoot.git] / RICH / AliRICHSegResCkv.h
1 #ifndef RICHSegResCkv_H
2 #define RICHSegResCkv_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 #include "AliRICHSegResV0.h"
9
10 class AliRICHresponseCkv : public AliRICHresponseV0 {
11     
12  public:
13     AliRICHresponseCkv(){}
14     virtual ~AliRICHresponseCkv(){}
15     
16     virtual Float_t IntPH(Float_t =0);
17     
18     ClassDef(AliRICHresponseCkv,1)
19         
20         
21         };
22         
23 #endif