Ignore:
Timestamp:
03/05/01 10:54:58 (24 years ago)
Author:
blanch
Message:
Header file for MMcFadcHeader.cxx version 1.2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx

    r610 r680  
    2222  Float_t  fAmplFadc    ;   // the amplitude of the trigger in mV
    2323  Float_t  fFwhmFadc    ;   // the width of the signal in nsec
    24   Float_t  fPedesMean[MFADC_CHANNELS]    ;  //  The mean value for the pedestal
     24  UChar_t  fPedesMean[MFADC_CHANNELS]    ;  //  The mean value for the pedestal
    2525                                            //  of each pixel (channel)
    2626  Float_t  fElecNoise[MFADC_CHANNELS]   ;  //  The rms value in the pedestal
     
    4747  }
    4848
    49   void SetMean(Float_t *mean, Int_t dim){
     49  void SetPedestal(UChar_t *mean, Int_t dim){
    5050    for (Int_t i=0;i<dim;i++)
    5151      fPedesMean[i]=mean[i];
    5252  }
    5353
    54   void SetSigma(Float_t *sigma, Int_t dim){
     54  void SetElecNoise(Float_t *sigma, Int_t dim){
    5555    for (Int_t i=0;i<dim;i++)
    5656      fElecNoise[i]=sigma[i];
Note: See TracChangeset for help on using the changeset viewer.