]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
adding VZERO reconstruction to optional ESD converter inputs (Jochen)
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Sep 2010 07:40:28 +0000 (07:40 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Sep 2010 07:40:28 +0000 (07:40 +0000)
HLT/global/AliHLTGlobalAgent.cxx

index 7aa065e454da3b4e2932ce1011d6c5a4219bbbed..90d1860c7ce3f927c553ae625f85bd2e911fd814 100644 (file)
@@ -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(" ");