Ignore:
Timestamp:
05/11/00 16:34:18 (24 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r378 r397  
    5252//
    5353#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.
    5457//
     58#define TIME_BEFORE_TRIGGER    10.
    5559//  --> like the trigger the FADC value will also have a standard response
    5660//      to one single Photo electron. This response is binned with smaller
     
    8286
    8387  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.
    8489
    8590  //
     
    8994  Float_t ampl_resp ;                      // amplitude of the phe_response function (in mV)
    9095  Float_t sing_resp[ RESPONSE_SLICES_MFADC ] ;   // the shape of the phe_response function
    91 
    9296  //
    9397  //   RandomGenerator for the Electonic Noise
     
    111115  void Scan(Float_t time) ;
    112116
     117  void TriggeredFadc(Float_t time);
     118
    113119  void ShowSignal ( MMcEvt *McEvt , Float_t ) ;
     120
     121  Float_t GetFadcSignal(Int_t pixel, Int_t slice);
    114122} ;
    115123
    116124
    117125#endif
    118 
    119 
    120 
Note: See TracChangeset for help on using the changeset viewer.