Ignore:
Timestamp:
10/12/04 15:58:10 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MTriggerDefine.h

    r2394 r5253  
    3232//      Dead time of the detector after second level trigger fires
    3333//
    34 #define SLICES_PER_NSEC         4
     34#define TRIG_SLICES_PER_NSEC         4
    3535//     
    3636//      Each nano second is divided into the number of this values slices.
     
    3939//      In the current settings this are 1000 slices
    4040//
    41 #define TRIGGER_TIME_SLICES     (TOTAL_TRIGGER_TIME*SLICES_PER_NSEC)
     41#define TRIGGER_TIME_SLICES     (TOTAL_TRIGGER_TIME*TRIG_SLICES_PER_NSEC)
    4242//
    4343//
     
    4646//       ------>>>   SETTINGS for the RESPONSE FUNCTION
    4747//
    48 #define RESPONSE_SLICES        40
     48#define RESPONSE_SLICES_TRIG        40
    4949//
    50 //       This is for the standard response Signal to 1 Photoelectron
    51 //       that leaves the Photocathode
    52 //       The whole Timescale for the signal is 10 nsec
     50//       This is the dimension of the array containing the standard response Signal
     51//       for 1 Photoelectron, as seen at the input of the discriminators (for the
     52//       trigger simulation). Each bin corresponds to 1./TRIG_SLICES_PER_NSEC nanoseconds,
     53//       so by default it is 0.25 ns and hence the total range is 10 ns. This should be
     54//       enough for any reasonable single photoelectron response (should be much narrower
     55//       than 10 ns!)
    5356//
     57
    5458//       The Response function
    55 //
    5659//       These values are discussed with Eckart. We start from this point.
    5760//
     
    6164//
    6265//       This are the Standard values of the response function for
    63 //       1 photo electron. ( 1 means 1 mV per phote electron )
     66//       1 photo electron. ( 1 means 1 mV per photoelectron )
    6467//
    6568//
Note: See TracChangeset for help on using the changeset viewer.