diff --git a/PWGHF/TableProducer/derivedDataCreatorBplusToD0Pi.cxx b/PWGHF/TableProducer/derivedDataCreatorBplusToD0Pi.cxx index 1f18ed7e553..7f7e61c8bcf 100644 --- a/PWGHF/TableProducer/derivedDataCreatorBplusToD0Pi.cxx +++ b/PWGHF/TableProducer/derivedDataCreatorBplusToD0Pi.cxx @@ -52,8 +52,8 @@ struct HfDerivedDataCreatorBplusToD0Pi { o2::aod::HfBplusMcCollIds, o2::aod::HfBplusMcRCollIds, o2::aod::HfBplusPBases, - o2::aod::HfBplusPIds - > rowsCommon; + o2::aod::HfBplusPIds> + rowsCommon; // Candidates Produces rowCandidatePar; Produces rowCandidateParD0; diff --git a/PWGHF/TableProducer/derivedDataCreatorD0ToKPi.cxx b/PWGHF/TableProducer/derivedDataCreatorD0ToKPi.cxx index 54c8cd6543e..a455f46328d 100644 --- a/PWGHF/TableProducer/derivedDataCreatorD0ToKPi.cxx +++ b/PWGHF/TableProducer/derivedDataCreatorD0ToKPi.cxx @@ -52,8 +52,8 @@ struct HfDerivedDataCreatorD0ToKPi { o2::aod::HfD0McCollIds, o2::aod::HfD0McRCollIds, o2::aod::HfD0PBases, - o2::aod::HfD0PIds - > rowsCommon; + o2::aod::HfD0PIds> + rowsCommon; // Candidates Produces rowCandidatePar; Produces rowCandidateParE; diff --git a/PWGHF/TableProducer/derivedDataCreatorLcToPKPi.cxx b/PWGHF/TableProducer/derivedDataCreatorLcToPKPi.cxx index 030e64d8480..bc7e300c187 100644 --- a/PWGHF/TableProducer/derivedDataCreatorLcToPKPi.cxx +++ b/PWGHF/TableProducer/derivedDataCreatorLcToPKPi.cxx @@ -50,8 +50,8 @@ struct HfDerivedDataCreatorLcToPKPi { o2::aod::HfLcMcCollIds, o2::aod::HfLcMcRCollIds, o2::aod::HfLcPBases, - o2::aod::HfLcPIds - > rowsCommon; + o2::aod::HfLcPIds> + rowsCommon; // Candidates Produces rowCandidatePar; Produces rowCandidateParE; diff --git a/PWGHF/Utils/utilsDerivedData.h b/PWGHF/Utils/utilsDerivedData.h index bcc7925514c..5618b2b0c6d 100644 --- a/PWGHF/Utils/utilsDerivedData.h +++ b/PWGHF/Utils/utilsDerivedData.h @@ -72,8 +72,7 @@ template < typename HfMcCollIds, typename HfMcRCollIds, typename HfPBases, - typename HfPIds -> + typename HfPIds> struct ProducesHfDerivedData : o2::framework::ProducesGroup { // Candidates o2::framework::Produces rowCandidateBase;