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