Changeset 2340 for trunk/MagicSoft/Simulation/Detector/include-MFadc
- Timestamp:
- 09/15/03 11:58:12 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.hxx
r2291 r2340 48 48 class MFadc { 49 49 private: 50 Int_t numpix; 50 51 // 51 52 // then for all pixels the shape of all the analog signals … … 55 56 56 57 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]; 58 59 59 60 UChar_t output[CAMERA_PIXELS][FADC_SLICES]; // the analog signal for pixels that is read after a trigger occurs (high gain). … … 83 84 public: 84 85 85 MFadc(Float_t ampl=MFADC_RESPONSE_AMPLITUDE, 86 MFadc(Int_t pix=577, 87 Float_t ampl=MFADC_RESPONSE_AMPLITUDE, 86 88 Float_t fwhm=MFADC_RESPONSE_FWHM, 87 89 Float_t amplout=MFADC_RESPONSE_AMPLITUDE, … … 102 104 void SetPedestals( Int_t ped); 103 105 104 void SetPedestals( Float_t ped[CAMERA_PIXELS]);106 void SetPedestals( Float_t *ped); 105 107 106 108 void SetFwhm( Float_t fwhm){
Note:
See TracChangeset
for help on using the changeset viewer.