From: richterm Date: Fri, 12 Aug 2011 07:50:06 +0000 (+0000) Subject: bugfix: use HWCF as input for TPCTrackMCMarker after switching simulation to HWCF... X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=8ee277c52884f120305b7dc4497652eaac6187e5;p=u%2Fmrichter%2FAliRoot.git bugfix: use HWCF as input for TPCTrackMCMarker after switching simulation to HWCF in r51026, the bug causes problems with MC labels in PbPb simulation --- diff --git a/HLT/TPCLib/AliHLTTPCAgent.cxx b/HLT/TPCLib/AliHLTTPCAgent.cxx index 1c962407a6e..3f0ca5c95d2 100644 --- a/HLT/TPCLib/AliHLTTPCAgent.cxx +++ b/HLT/TPCLib/AliHLTTPCAgent.cxx @@ -202,7 +202,7 @@ int AliHLTTPCAgent::CreateConfigurations(AliHLTConfigurationHandler* handler, TString converterInput="TPC-globalmerger"; if (!rawReader && runloader) { // propagate cluster info to the esd converter in order to fill the MC information - handler->CreateConfiguration("TPC-clustermc-info", "BlockFilter" , sinkClusterInput.Data(), "-datatype 'CLMCINFO' 'TPC '"); + handler->CreateConfiguration("TPC-clustermc-info", "BlockFilter" , sinkHWClusterInput.Data(), "-datatype 'CLMCINFO' 'TPC '"); handler->CreateConfiguration("TPC-mcTrackMarker","TPCTrackMCMarker","TPC-globalmerger TPC-clustermc-info","" ); converterInput+=" "; converterInput+="TPC-mcTrackMarker";