From 99adfa242716c704c92df4e392b45ca42da718b5 Mon Sep 17 00:00:00 2001 From: mverweij Date: Fri, 14 Feb 2014 11:52:40 +0100 Subject: [PATCH] adjust timing cuts for 2012 pp data --- PWG/EMCAL/macros/AddTaskEMCALTenderUsingDatasetDef.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWG/EMCAL/macros/AddTaskEMCALTenderUsingDatasetDef.C b/PWG/EMCAL/macros/AddTaskEMCALTenderUsingDatasetDef.C index 2e481dce518..0d7c8fc6c60 100644 --- a/PWG/EMCAL/macros/AddTaskEMCALTenderUsingDatasetDef.C +++ b/PWG/EMCAL/macros/AddTaskEMCALTenderUsingDatasetDef.C @@ -63,8 +63,8 @@ AliAnalysisTaskSE *AddTaskEMCALTenderUsingDatasetDef( reclusterize = kTRUE; seedthresh = 0.3; cellthresh = 0.05; - timeMin = 485e-9; //no timing calib available - timeMax = 685e-9; + timeMin = -50e-9; + timeMax = 50e-9; timeCut = 1e6; } else if(period == "lhc13b" || period == "lhc13c" || period == "lhc13d" || period == "lhc13e" || period == "lhc13f" || period == "lhc13g" || -- 2.43.0