]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RICH/AliRICHSegResCkv.h
Config.C specific for RICH, should be merged with actual Config.C (JB, AM)
[u/mrichter/AliRoot.git] / RICH / AliRICHSegResCkv.h
CommitLineData
ddae0931 1#ifndef RICHSegResCkv_H
2#define RICHSegResCkv_H
87a6e868 3
3da30618 4/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
6
7/* $Id$ */
ddae0931 8
9#include "AliRICHSegResV0.h"
10
87a6e868 11class AliRICHResponseCkv : public AliRICHResponseV0 {
ddae0931 12
13 public:
87a6e868 14 AliRICHResponseCkv(){}
15 virtual ~AliRICHResponseCkv(){}
ddae0931 16
f91473f6 17 virtual Float_t IntPH(Float_t =0);
ddae0931 18
87a6e868 19 ClassDef(AliRICHResponseCkv,1)
ddae0931 20
21
22 };
23
24#endif