Changeset 487
- Timestamp:
- 01/12/01 19:02:30 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx
r459 r487 122 122 Float_t gate_leng ; // the length of the digital signal if analog signal is above threshold 123 123 124 Float_t overlaping_time; // Minimum coincidence time 125 124 126 Float_t trigger_multi ; // Number of Pixels requested for a Trigger 125 127 Int_t trigger_geometry ; // 0 means a pixel with trigger_multi-1 neighbours … … 133 135 134 136 // 137 // The lookup table for trigger cells 138 // 139 140 Int_t TC[TRIGGER_CELLS][TRIGGER_PIXELS] ; 141 142 // 135 143 // some information about the different TriggerLevels in each Event 136 144 // … … 152 160 153 161 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 154 165 155 166 public: … … 157 168 MTrigger() ; 158 169 159 MTrigger(float gate, float ampl, float fwhm) ;170 MTrigger(float gate, float overt, float ampl, float fwhm) ; 160 171 161 172 ~MTrigger() ;
Note:
See TracChangeset
for help on using the changeset viewer.