Skip to content

Commit db664e8

Browse files
committed
Fix copy&paste error
1 parent 63d2fba commit db664e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DataFormats/Detectors/GlobalTracking/src/RecoContainer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void DataRequest::requestTPCClusters(bool mc)
126126
addInput({"clusTPCshmap", "TPC", "CLSHAREDMAP", 0, Lifetime::Timeframe});
127127
}
128128
if (mc) {
129-
addInput({"clusITSMC", "ITS", "CLUSTERSMCTR", 0, Lifetime::Timeframe});
129+
addInput({"clusTPCMC", ConcreteDataTypeMatcher{"TPC", "CLNATIVEMCLBL"}, Lifetime::Timeframe});
130130
}
131131
requestMap["clusTPC"] = mc;
132132
}

0 commit comments

Comments
 (0)