]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/AliPHOSRecoParamEmc.h
Correct the way to access PHOS Calo Clusters from ESD
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecoParamEmc.h
1 #ifndef ALIPHOSRECOPARAMEMC_H
2 #define ALIPHOSRECOPARAMEMC_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 EMC reconstruction parameters.
9 // See cxx source for use case.
10
11 #include "AliPHOSRecoParam.h"
12
13
14 class AliPHOSRecoParamEmc : public AliPHOSRecoParam {
15
16 public:
17
18   AliPHOSRecoParamEmc();
19   virtual ~AliPHOSRecoParamEmc() {}
20
21   static AliPHOSRecoParam* GetEmcDefaultParameters();
22
23   ClassDef(AliPHOSRecoParamEmc,1)
24 };
25
26 #endif