]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/AliPHOSRecoParamCpv.h
Comments corrected.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecoParamCpv.h
1 #ifndef ALIPHOSRECOPARAMCPV_H
2 #define ALIPHOSRECOPARAMCPV_H
3 /* Copyright(c) 2007, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                          */
5
6 /* $Id$ */
7                                               
8 // This class contains the PHOS CPV reconstruction parameters.
9 // See cxx source for use case.
10
11 #include "AliPHOSRecoParam.h"
12
13
14 class AliPHOSRecoParamCpv : public AliPHOSRecoParam {
15
16 public:
17
18   AliPHOSRecoParamCpv();
19   virtual ~AliPHOSRecoParamCpv() {}
20
21   static AliPHOSRecoParam* GetCpvDefaultParameters();
22
23   ClassDef(AliPHOSRecoParamCpv,1)
24 };
25
26 #endif