]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/AliPHOSRecoParamEmc.h
TPCNoiseMapComponent included into build (Kelly)
[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   static const  TObjArray* GetMappings();
23
24  private:
25   
26   static TObjArray* fgkMaps; // ALTRO mappings for RCU0..RCU3
27
28   ClassDef(AliPHOSRecoParamEmc,1)
29 };
30
31 #endif