]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/createTriggerDescriptor_MUON.C
Fixed a bug in the arguments to the program
[u/mrichter/AliRoot.git] / STEER / createTriggerDescriptor_MUON.C
index 4f476c00594fd79e40f1454301aef10d1b550f7b..7f7ab2e50b06fe9d0c132361599f9bc1a261341a 100644 (file)
@@ -3,6 +3,7 @@ createTriggerDescriptor_MUON()
   // create Trigger Descriptor for MUON standalone
   // macro inspired from STEER/createTriggerDescriptor_*.C
   // May 2006, Ch. Finck
+// modified in order to be compatible with AliMUONTrigger.cxx (Clermont)
 
    AliTriggerDescriptor descrip( "MUON", "Standalone Trigger for MUON" );
 
@@ -20,23 +21,23 @@ createTriggerDescriptor_MUON()
                          (ULong64_t)0x1 << 1 );
 
    // 100
-   descrip.AddCondition( "MUON_Like_LPt_L0", 
-                         "MUON_Like_LPt_L0",    "Di Muon Like sign Low Pt",
+   descrip.AddCondition( "MUON_Unlike_LPt_L0", 
+                         "MUON_Unlike_LPt_L0",    "Di Muon UnLike sign Low Pt",
                          (ULong64_t)0x1 << 2 );
 
    // 1000
-   descrip.AddCondition( "MUON_Like_HPt_L0", 
-                         "MUON_Like_HPt_L0",    "Di Muon Like sign High Pt",
+   descrip.AddCondition( "MUON_Unlike_HPt_L0", 
+                         "MUON_Unlike_HPt_L0",    "Di Muon UnLike sign High Pt",
                          (ULong64_t)0x1 << 3 );
 
    // 10000
-   descrip.AddCondition( "MUON_Unlike_LPt_L0", 
-                         "MUON_Unlike_LPt_L0",    "Di Muon Unlike sign Low Pt",
+   descrip.AddCondition( "MUON_Like_LPt_L0", 
+                         "MUON_Like_LPt_L0",    "Di Muon Like sign Low Pt",
                          (ULong64_t)0x1 << 4 );
 
    // 100000
-   descrip.AddCondition( "MUON_Unlike_HPt_L0", 
-                         "MUON_Unlike_HPt_L0",    "Di Muon Unlike sign High Pt",
+   descrip.AddCondition( "MUON_Like_HPt_L0", 
+                         "MUON_Like_HPt_L0",    "Di Muon Like sign High Pt",
                          (ULong64_t)0x1 << 5 );