- Timestamp:
- 05/11/00 16:34:18 (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.hxx
r378 r397 52 52 // 53 53 #define SLICES_MFADC (TOTAL_TRIGGER_TIME / WIDTH_FADC_TIMESLICE) 54 // --> The amount of ns before trigger that would be read from the ADC 55 // in oder to show also the start of the pulse before the 56 // the trigger time. 54 57 // 58 #define TIME_BEFORE_TRIGGER 10. 55 59 // --> like the trigger the FADC value will also have a standard response 56 60 // to one single Photo electron. This response is binned with smaller … … 82 86 83 87 Float_t sig[CAMERA_PIXELS][(Int_t) SLICES_MFADC] ; // the analog signal for pixels 88 UChar_t output[CAMERA_PIXELS][FADC_SLICES]; // the analog signal for pixels that is read after a trigger occurs. 84 89 85 90 // … … 89 94 Float_t ampl_resp ; // amplitude of the phe_response function (in mV) 90 95 Float_t sing_resp[ RESPONSE_SLICES_MFADC ] ; // the shape of the phe_response function 91 92 96 // 93 97 // RandomGenerator for the Electonic Noise … … 111 115 void Scan(Float_t time) ; 112 116 117 void TriggeredFadc(Float_t time); 118 113 119 void ShowSignal ( MMcEvt *McEvt , Float_t ) ; 120 121 Float_t GetFadcSignal(Int_t pixel, Int_t slice); 114 122 } ; 115 123 116 124 117 125 #endif 118 119 120
Note:
See TracChangeset
for help on using the changeset viewer.