Skip to content

Commit 50e01f6

Browse files
committed
Fix template type
1 parent 0edf272 commit 50e01f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/TableProducer/tableMakerMC_withAssoc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ struct TableMakerMC {
526526

527527
// Loop over MC collisions
528528
for (auto& mcCollision : mcCollisions) {
529-
auto bc = mcCollision.template bc_as<TBCs>();
529+
auto bc = mcCollision.template bc_as<BCsWithTimestamps>();
530530
// Get MC collision information into the VarManager
531531
VarManager::FillEvent<gkEventMcFillMapWithCent>(mcCollision);
532532
// Fill histograms

0 commit comments

Comments
 (0)