]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding an option to run without a trigger
authorhdalsgaa <hdalsgaa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Sep 2009 11:17:44 +0000 (11:17 +0000)
committerhdalsgaa <hdalsgaa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Sep 2009 11:17:44 +0000 (11:17 +0000)
FMD/analysis/AliFMDAnaParameters.cxx
FMD/analysis/AliFMDAnaParameters.h

index af7642c743e3169f4fa7f537f65e82e3240d0d5a..ee4730e23540afcde8d46249fefd9034ccf605c7 100644 (file)
@@ -499,6 +499,10 @@ Bool_t AliFMDAnaParameters::IsEventTriggered(AliESDEvent *esd) {
       return kTRUE;
     break;
   }
+  case kTEST_NOCTP: {
+    return kTRUE;
+    break;
+  }
   }//switch
 
   return kFALSE;
index 6b256becbb6ceb984b36a3b0a10bc108ca51eee9..f419dfc07cbeaafc01f9da03bd86b493d56dc3a1 100644 (file)
@@ -57,7 +57,7 @@ public:
     kEventSelectionEfficiency     = 0x4  // Event Selection Efficiency
   };
   
-  enum Trigger { kMB1 = 0, kMB2, kSPDFASTOR };
+  enum Trigger { kMB1 = 0, kMB2, kSPDFASTOR, kTEST_NOCTP };
   
   enum Energy { k900 , k10000, k14000 };