@@ -461,7 +461,7 @@ struct TableMakerMC {
461461 // make an entry for this MC event only if it was not already added to the table
462462 if (!(fEventLabels .find (mcCollision.globalIndex ()) != fEventLabels .end ())) {
463463 eventMC (mcCollision.generatorsID (), mcCollision.posX (), mcCollision.posY (), mcCollision.posZ (),
464- mcCollision.t (), mcCollision.weight (), mcCollision.impactParameter (), 1 , 1 , 1 );
464+ mcCollision.t (), mcCollision.weight (), mcCollision.impactParameter (), 1 , 1 , 1 , 1 );
465465 fEventLabels [mcCollision.globalIndex ()] = fCounters [1 ];
466466 fCounters [1 ]++;
467467 }
@@ -1096,7 +1096,7 @@ struct TableMakerMC {
10961096 // make an entry for this MC event only if it was not already added to the table
10971097 if (!(fEventLabels .find (mcCollision.globalIndex ()) != fEventLabels .end ())) {
10981098 eventMC (mcCollision.generatorsID (), mcCollision.posX (), mcCollision.posY (), mcCollision.posZ (),
1099- mcCollision.t (), mcCollision.weight (), mcCollision.impactParameter (), 1 , 1 , 1 );
1099+ mcCollision.t (), mcCollision.weight (), mcCollision.impactParameter (), 1 , 1 , 1 , 1 );
11001100 fEventLabels [mcCollision.globalIndex ()] = fCounters [1 ];
11011101 fCounters [1 ]++;
11021102 }
0 commit comments