From 0f944a554001114525d7fa64e2b18ea44cbd92db Mon Sep 17 00:00:00 2001 From: akalweit Date: Mon, 27 May 2013 09:53:47 +0000 Subject: [PATCH] Protection for MC of the HV dip cut --- ANALYSIS/AliTriggerAnalysis.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/ANALYSIS/AliTriggerAnalysis.cxx b/ANALYSIS/AliTriggerAnalysis.cxx index 4ae640f1cd4..73a68388996 100644 --- a/ANALYSIS/AliTriggerAnalysis.cxx +++ b/ANALYSIS/AliTriggerAnalysis.cxx @@ -706,6 +706,7 @@ Bool_t AliTriggerAnalysis::IsHVdipTPCEvent(const AliESDEvent* esd) { // // This function flags events in which the TPC chamber HV is not at its nominal value // + if (fMC) return kFALSE; // there are no dip events in MC if (!esd->IsDetectorOn(AliDAQ::kTPC)) return kTRUE; return kFALSE; -- 2.43.5