Skip to content

Commit 23c4039

Browse files
authored
Update PiDeuteronFemto.cxx
1 parent ad1ced4 commit 23c4039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/Femto/TableProducer/PiDeuteronFemto.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ struct PiDeuteronFemto {
632632
}
633633

634634
template <typename Tcoll>
635-
void fillTable(const PiDecandidate& piDecand, const Tcoll& collision, bool isMC = false)
635+
void fillTable(const PiDecandidate& piDecand, const Tcoll& collision)
636636
{
637637
mOutputDataTable(
638638
piDecand.recoPtDe(),
@@ -702,7 +702,7 @@ struct PiDeuteronFemto {
702702
}
703703
fillHistograms(piDecand);
704704
auto collision = collisions.rawIteratorAt(piDecand.collisionID);
705-
fillTable(piDecand, collision, /*isMC*/ false);
705+
fillTable(piDecand, collision);
706706
}
707707
}
708708

0 commit comments

Comments
 (0)