From 8ee277c52884f120305b7dc4497652eaac6187e5 Mon Sep 17 00:00:00 2001 From: richterm Date: Fri, 12 Aug 2011 07:50:06 +0000 Subject: [PATCH] bugfix: use HWCF as input for TPCTrackMCMarker after switching simulation to HWCF in r51026, the bug causes problems with MC labels in PbPb simulation --- HLT/TPCLib/AliHLTTPCAgent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.43.0