]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix: use HWCF as input for TPCTrackMCMarker after switching simulation to HWCF...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Aug 2011 07:50:06 +0000 (07:50 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Aug 2011 07:50:06 +0000 (07:50 +0000)
HLT/TPCLib/AliHLTTPCAgent.cxx

index 1c962407a6e15b5c8ab40d0c86d600dac6ec41d6..3f0ca5c95d2eea3ee66a1f3b5a17773d3c8f8de3 100644 (file)
@@ -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";