3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
11 class AliPMDMeanSm: public TNamed
15 AliPMDMeanSm(const char* name);
16 AliPMDMeanSm(const AliPMDMeanSm &meanda);
17 AliPMDMeanSm& operator= (const AliPMDMeanSm &meanda);
18 virtual ~AliPMDMeanSm();
20 void SetMeanSm(Int_t det, Int_t smn,Float_t meansm);
21 Float_t GetMeanSm(Int_t det, Int_t smn) const;
22 virtual void Print(Option_t *) const;
28 kDet = 2, // Number of plane
29 kModule = 24 // Modules per plane
31 Float_t fMeanSm[kDet][kModule];
33 ClassDef(AliPMDMeanSm,0) // calibration class for gainfactors