Changeset 487 for trunk/MagicSoft


Ignore:
Timestamp:
01/12/01 19:02:30 (24 years ago)
Author:
magicsol
Message:
Header file for the 1.9 version.
File:
1 edited

Legend:

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

    r459 r487  
    122122  Float_t gate_leng  ; // the length of the digital signal if analog signal is above threshold
    123123
     124  Float_t overlaping_time;  // Minimum coincidence time
     125
    124126  Float_t trigger_multi  ;  // Number of Pixels requested for a Trigger
    125127  Int_t trigger_geometry ;  // 0 means a pixel with trigger_multi-1 neighbours
     
    133135 
    134136  //
     137  //  The lookup table for trigger cells
     138  //
     139
     140  Int_t TC[TRIGGER_CELLS][TRIGGER_PIXELS] ;
     141 
     142  //
    135143  //    some information about the different TriggerLevels in each Event
    136144  //
     
    152160
    153161  Bool_t PassNextNeighbour( Bool_t m[], Bool_t *n) ;
     162
     163  void OverlapingTime( Bool_t m[], Bool_t *n, Int_t ifSli);  //  n[] will have pixels of
     164                                       //  m[] that are on for the required verlaping time
    154165 
    155166public:
     
    157168  MTrigger() ;
    158169
    159   MTrigger(float gate, float ampl, float fwhm) ;
     170  MTrigger(float gate, float overt, float ampl, float fwhm) ;
    160171 
    161172  ~MTrigger() ;
Note: See TracChangeset for help on using the changeset viewer.