]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
adding ITS-SPD-vertexer to the inputs of GLOBAL-esd-converter (Hege)
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Nov 2011 12:42:33 +0000 (12:42 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Nov 2011 12:42:33 +0000 (12:42 +0000)
HLT/global/AliHLTGlobalAgent.cxx

index 4e4f06417f3f417b8eec38d5b641041aba2a3b3d..416fb062602f6dfa58a0249158f7034bfe51666b 100644 (file)
@@ -132,7 +132,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 VZERO-RECO";
+  TString esdInputs="TPC-globalmerger TPC-mcTrackMarker ITS-tracker GLOBAL-vertexer ITS-SPD-vertexer TPC-dEdx VZERO-RECO";
 
   // check for the availibility
   pTokens=esdInputs.Tokenize(" ");