Ignore:
Timestamp:
09/15/03 11:58:12 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.hxx

    r2291 r2340  
    4848class MFadc {
    4949 private:
     50  Int_t numpix;
    5051  //
    5152  //    then for all pixels the shape of all the analog signals
     
    5556
    5657  Float_t  sig[CAMERA_PIXELS][(Int_t) SLICES_MFADC] ; //  the analog signal for pixels
    57   Float_t noise[CAMERA_PIXELS*(Int_t) SLICES_MFADC*101];
     58  Float_t noise[(Int_t) SLICES_MFADC*1001];
    5859
    5960  UChar_t  output[CAMERA_PIXELS][FADC_SLICES];  //  the analog signal for pixels that is read after a trigger occurs (high gain).
     
    8384public:
    8485
    85   MFadc(Float_t ampl=MFADC_RESPONSE_AMPLITUDE,
     86  MFadc(Int_t pix=577,
     87        Float_t ampl=MFADC_RESPONSE_AMPLITUDE,
    8688        Float_t fwhm=MFADC_RESPONSE_FWHM,
    8789        Float_t amplout=MFADC_RESPONSE_AMPLITUDE,
     
    102104  void SetPedestals( Int_t ped);
    103105
    104   void SetPedestals( Float_t ped[CAMERA_PIXELS]);
     106  void SetPedestals( Float_t *ped);
    105107
    106108  void SetFwhm( Float_t fwhm){
Note: See TracChangeset for help on using the changeset viewer.