]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- removed global trigger decision until I resolve the library dependencies on the...
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Feb 2011 10:37:48 +0000 (10:37 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Feb 2011 10:37:48 +0000 (10:37 +0000)
HLT/QA/tasks/AliAnalysisTaskHLTCentralBarrel.cxx
HLT/QA/tasks/AliAnalysisTaskHLTCentralBarrel.h

index 4c339f79c2a9e4e3e43c61260953db6f296a82fc..ccadc08ae589a52bb27b756b0365a95de136681d 100644 (file)
@@ -32,7 +32,7 @@
 #include "AliESDInputHandler.h"
 #include "AliTracker.h"
 #include "AliESDVZERO.h"
-#include "AliHLTGlobalTriggerDecision.h"
+//#include "AliHLTGlobalTriggerDecision.h"
 
 #include "TAxis.h"
 #include "TString.h"
@@ -146,7 +146,7 @@ void AliAnalysisTaskHLTCentralBarrel::UserExec(Option_t *){
      return;
   }
     
-  if(fUseHLTTrigger && !((AliHLTGlobalTriggerDecision*)esdHLT->GetHLTTriggerDecision())->Result()) return;
+//  if(fUseHLTTrigger && !((AliHLTGlobalTriggerDecision*)esdHLT->GetHLTTriggerDecision())->Result()) return;
   
   if(fUseCentrality){
     Int_t centbin = CalculateCentrality(esdHLT);
index 0a7fc038ed42976ae2d34c37344ee0fa80b1d98a..f4cb96a7a43dc9264dc5e0afed219b80db856768 100644 (file)
@@ -36,7 +36,7 @@ class AliAnalysisTaskHLTCentralBarrel : public AliAnalysisTaskSE {
     virtual void  NotifyRun();
 
     // function to select only HLT triggered events
-    void SetUseHLTTriggerDecision(Bool_t useHLT = kFALSE) { fUseHLTTrigger = useHLT;        }
+    //void SetUseHLTTriggerDecision(Bool_t useHLT = kFALSE) { fUseHLTTrigger = useHLT;        }
     // function to select centrality
     void SetUseCentrality(Bool_t useCentrality = kFALSE)  { fUseCentrality = useCentrality; }
     // function to create the THnSparse and name the axis