Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx	(revision 679)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx	(revision 680)
@@ -22,5 +22,5 @@
   Float_t  fAmplFadc    ;   // the amplitude of the trigger in mV
   Float_t  fFwhmFadc    ;   // the width of the signal in nsec
-  Float_t  fPedesMean[MFADC_CHANNELS]    ;  //  The mean value for the pedestal
+  UChar_t  fPedesMean[MFADC_CHANNELS]    ;  //  The mean value for the pedestal
                                             //  of each pixel (channel)
   Float_t  fElecNoise[MFADC_CHANNELS]   ;  //  The rms value in the pedestal 
@@ -47,10 +47,10 @@
   }
 
-  void SetMean(Float_t *mean, Int_t dim){
+  void SetPedestal(UChar_t *mean, Int_t dim){
     for (Int_t i=0;i<dim;i++)
       fPedesMean[i]=mean[i];
   }
 
-  void SetSigma(Float_t *sigma, Int_t dim){
+  void SetElecNoise(Float_t *sigma, Int_t dim){
     for (Int_t i=0;i<dim;i++)
       fElecNoise[i]=sigma[i];
