From 8ebbc11588ff3287b46bb51b58d18e61ce0fdc45 Mon Sep 17 00:00:00 2001 From: richterm Date: Tue, 28 Sep 2010 07:40:28 +0000 Subject: [PATCH] adding VZERO reconstruction to optional ESD converter inputs (Jochen) --- HLT/global/AliHLTGlobalAgent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HLT/global/AliHLTGlobalAgent.cxx b/HLT/global/AliHLTGlobalAgent.cxx index 7aa065e454d..90d1860c7ce 100644 --- a/HLT/global/AliHLTGlobalAgent.cxx +++ b/HLT/global/AliHLTGlobalAgent.cxx @@ -119,7 +119,7 @@ int AliHLTGlobalAgent::CreateConfigurations(AliHLTConfigurationHandler* pHandler // assembly of the global ESD // define the inputs to the global ESD - TString esdInputs="TPC-globalmerger TPC-mcTrackMarker ITS-tracker GLOBAL-vertexer TPC-dEdx"; + TString esdInputs="TPC-globalmerger TPC-mcTrackMarker ITS-tracker GLOBAL-vertexer TPC-dEdx VZERO-RECO"; // check for the availibility pTokens=esdInputs.Tokenize(" "); -- 2.39.3