Index: trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx	(revision 486)
+++ trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx	(revision 487)
@@ -122,4 +122,6 @@
   Float_t gate_leng  ; // the length of the digital signal if analog signal is above threshold
 
+  Float_t overlaping_time;  // Minimum coincidence time
+
   Float_t trigger_multi  ;  // Number of Pixels requested for a Trigger
   Int_t trigger_geometry ;  // 0 means a pixel with trigger_multi-1 neighbours
@@ -133,4 +135,10 @@
  
   //
+  //  The lookup table for trigger cells
+  // 
+
+  Int_t TC[TRIGGER_CELLS][TRIGGER_PIXELS] ; 
+ 
+  //
   //    some information about the different TriggerLevels in each Event
   // 
@@ -152,4 +160,7 @@
 
   Bool_t PassNextNeighbour( Bool_t m[], Bool_t *n) ; 
+
+  void OverlapingTime( Bool_t m[], Bool_t *n, Int_t ifSli);  //  n[] will have pixels of
+                                       //  m[] that are on for the required verlaping time
  
 public:
@@ -157,5 +168,5 @@
   MTrigger() ; 
 
-  MTrigger(float gate, float ampl, float fwhm) ; 
+  MTrigger(float gate, float overt, float ampl, float fwhm) ; 
   
   ~MTrigger() ; 
