]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/createTriggerDescriptor_pp.C
Updated MUON triggers (P.Crochet)
[u/mrichter/AliRoot.git] / STEER / createTriggerDescriptor_pp.C
index 93fde1f406eb92b494c2edd1f4d1347f7bda2b85..a92b331b1ee50d5d1e688ca89a54b1d76f64142d 100644 (file)
@@ -20,11 +20,11 @@ createTriggerDescriptor_pp()
 
    // standalong ITS-SPD inputs
    descrip.AddCondition( "ITS_SPD_GFO_L0",  "ITS_SPD_GFO_L0",  "SPD global fast-or",        (ULong64_t)0x1 << 5 );
-   descrip.AddCondition( "ITS_SPD_HMULT_L0","ITS_SPD_HMULT_L0","SPD high mult. 100 ",       (ULong64_t)0x1 << 6 );
+   descrip.AddCondition( "ITS_SPD_HMULT_L0","ITS_SPD_HMULT_L0","SPD high mult. 150 ",       (ULong64_t)0x1 << 6 );
 
    // standalong MUON inputs
-   descrip.AddCondition( "MUON_SPlus_LPt_L0",
-                         "MUON_SPlus_LPt_L0",           "Muon Plus Low Pt",
+   descrip.AddCondition( "MUON_Single_LPt_L0",
+                         "MUON_Single_LPt_L0",           "Muon Plus Low Pt",
                          (ULong64_t)0x1 << 7 );
    descrip.AddCondition( "MUON_Unlike_LPt_L0",
                          "MUON_Unlike_LPt_L0",          "Di Muon Unlike sign Low Pt",
@@ -49,7 +49,7 @@ createTriggerDescriptor_pp()
                          "Minimum Bias with TOF",
                          (ULong64_t)0x1 << 13 );
 
-   descrip.AddCondition( "ITS_SPD_GFO_L0 & VZERO_AND & MUON_SPlus_LPt_L0",
+   descrip.AddCondition( "ITS_SPD_GFO_L0 & VZERO_AND & MUON_Single_LPt_L0",
                          "MUONSingle_MB",                "Muon Single Low Pt Minimum Bias",
                          (ULong64_t)0x1 << 14 );
    descrip.AddCondition( "ITS_SPD_GFO_L0 & VZERO_AND & MUON_Unlike_LPt_L0",