diff --git a/ALICE3/TableProducer/alice3-multicharm.cxx b/ALICE3/TableProducer/alice3-multicharm.cxx index 8e73c53e90f..836cffbd7bf 100644 --- a/ALICE3/TableProducer/alice3-multicharm.cxx +++ b/ALICE3/TableProducer/alice3-multicharm.cxx @@ -316,7 +316,7 @@ struct alice3multicharm { return returnValue; } - // Association check for the XiCC pion + // Association check for the XiCC pion template bool checkSameMotherExtra(TTrackType1 const& track1, TTrackType2 const& track2) { @@ -583,4 +583,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) { return WorkflowSpec{ adaptAnalysisTask(cfgc)}; -} \ No newline at end of file +} + \ No newline at end of file