]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Trigger descriptor modified in order to be compatible with AliMUONTrigger.cxx (Clermont)
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Jul 2007 11:28:42 +0000 (11:28 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Jul 2007 11:28:42 +0000 (11:28 +0000)
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 );