We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf00ff commit e6a7a9eCopy full SHA for e6a7a9e
1 file changed
Detectors/AOD/src/AODProducerWorkflowSpec.cxx
@@ -2585,7 +2585,7 @@ void AODProducerWorkflowDPL::run(ProcessingContext& pc)
2585
// fill cpvcluster table
2586
if (mInputSources[GIndex::CPV]) {
2587
float posX, posZ;
2588
- cpvClustersCursor.reserve(cpvTrigRecs.size());
+ cpvClustersCursor.reserve(cpvClusters.size());
2589
for (auto& cpvEvent : cpvTrigRecs) {
2590
uint64_t bc = cpvEvent.getBCData().toLong();
2591
auto item = bcsMap.find(bc);
0 commit comments