]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RICH/AliRICHSegResCkv.h
Fixed positioning of spacers inside freon.
[u/mrichter/AliRoot.git] / RICH / AliRICHSegResCkv.h
1 #ifndef RICHSegResCkv_H
2 #define RICHSegResCkv_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 #include "AliRICHSegResV0.h"
10
11 class AliRICHResponseCkv : public AliRICHResponseV0 {
12     
13  public:
14     AliRICHResponseCkv(){}
15     virtual ~AliRICHResponseCkv(){}
16     
17     virtual Float_t IntPH(Float_t =0);
18     
19     ClassDef(AliRICHResponseCkv,1)
20         
21         
22         };
23         
24 #endif