Ignore:
Timestamp:
03/05/01 10:52:41 (24 years ago)
Author:
blanch
Message:
Haedaer file for MFadc.cxx version 1.8
File:
1 edited

Legend:

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

    r638 r678  
    7474  MFadc() ;
    7575 
     76  MFadc(Float_t ampl, Float_t fwhm) ;
     77 
    7678  void Reset() ;
    7779
     
    8082  void Set( Int_t iPix, Float_t res[(Int_t) SLICES_MFADC]);
    8183
     84  void AddSignal( Int_t iPix, Float_t res[(Int_t) SLICES_MFADC]);
     85
    8286  void SetPedestals( Int_t ped);
    8387
    8488  void SetPedestals( UChar_t ped[CAMERA_PIXELS]);
     89
     90  void SetFwhm( Float_t fwhm){
     91    fwhm_resp=fwhm;
     92  }
     93
     94  void SetAmpl( Float_t ampl){
     95    ampl_resp=ampl;
     96  }
    8597
    8698  void Baseline();
     
    98110  void GetResponse( Float_t *resp ) ;
    99111
    100   void GetPedestals( Char_t *offset);
     112  void GetPedestals( UChar_t *offset);
    101113
    102114  void TriggeredFadc(Float_t time);
Note: See TracChangeset for help on using the changeset viewer.