Changeset 678 for trunk/MagicSoft/Simulation/Detector/include-MFadc
- Timestamp:
- 03/05/01 10:52:41 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.hxx
r638 r678 74 74 MFadc() ; 75 75 76 MFadc(Float_t ampl, Float_t fwhm) ; 77 76 78 void Reset() ; 77 79 … … 80 82 void Set( Int_t iPix, Float_t res[(Int_t) SLICES_MFADC]); 81 83 84 void AddSignal( Int_t iPix, Float_t res[(Int_t) SLICES_MFADC]); 85 82 86 void SetPedestals( Int_t ped); 83 87 84 88 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 } 85 97 86 98 void Baseline(); … … 98 110 void GetResponse( Float_t *resp ) ; 99 111 100 void GetPedestals( Char_t *offset);112 void GetPedestals( UChar_t *offset); 101 113 102 114 void TriggeredFadc(Float_t time);
Note:
See TracChangeset
for help on using the changeset viewer.