Index: trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.cc
===================================================================
--- trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.cc	(revision 8787)
+++ trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.cc	(revision 8892)
@@ -96,14 +96,14 @@
 // otherway you will have it. 
 // 
-// To select events by the trigger pattern you should use MFTriggerPattern filter.
-// This filter uses Require- and Deny- methods to select your trigger pattern.
-// Require- methods requires that your trigger bit is ON, otherway the event
-// is kicked out. Deny- methods requires that your trigger bit is OFF, otherway
-// your event is kicked out. Other bits not selected by your Require- or Deny- call
-// are ignored. Let's give an example. You want to select all events that have
-// both LT1 and LT2 trigger but which are not calibration neither Pin Diode events. 
-// You should look at unprescaled bits to be sure
-// about which were the initial triggers. Then you can implement in your macro
-// something like:
+// To select events by the trigger pattern you should use MFTriggerPattern
+// filter. This filter uses Require- and Deny- methods to select your
+// trigger pattern. Require- methods requires that your trigger bit is ON,
+// otherway the event is kicked out. Deny- methods requires that your
+// trigger bit is OFF, otherway your event is kicked out. Other bits not
+// selected by your Require- or Deny- call are ignored. Let's give an
+// example. You want to select all events that have both LT1 and LT2
+// trigger but which are not calibration neither Pin Diode events. You
+// should look at unprescaled bits to be sure about which were the initial
+// triggers. Then you can implement in your macro something like:
 // 
 //      MFTriggerPattern ftrigpatt;
Index: trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.h
===================================================================
--- trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.h	(revision 8787)
+++ trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.h	(revision 8892)
@@ -12,10 +12,10 @@
 public:
     enum Pattern_t {
-        kTriggerLvl1 = BIT(0),
-        kCalibration = BIT(1), // Pulse Trigger
-        kTriggerLvl2 = BIT(2), // LUT Pseudo Size selection
-        kPedestal    = BIT(3),
-        kPinDiode    = BIT(4),
-        kSumTrigger  = BIT(5)  // Flag for an event taken with sum trigger
+        kTriggerLvl1 = BIT(0), //  1:
+        kCalibration = BIT(1), //  2: Pulse Trigger
+        kTriggerLvl2 = BIT(2), //  4: LUT Pseudo Size selection
+        kPedestal    = BIT(3), //  8:
+        kPinDiode    = BIT(4), // 16:
+        kSumTrigger  = BIT(5)  // 32: Flag for an event taken with sum trigger
         //kUnused      = BIT(6)
         //kUnused      = BIT(7)
