Skip to content

Commit

Permalink
Please consider the following formatting changes to #8581 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Dec 20, 2024
1 parent 13ca933 commit d1be70a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions PWGHF/TableProducer/derivedDataCreatorBplusToD0Pi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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<o2::aod::HfBplusPars> rowCandidatePar;
Produces<o2::aod::HfBplusParD0s> rowCandidateParD0;
Expand Down
4 changes: 2 additions & 2 deletions PWGHF/TableProducer/derivedDataCreatorD0ToKPi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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<o2::aod::HfD0Pars> rowCandidatePar;
Produces<o2::aod::HfD0ParEs> rowCandidateParE;
Expand Down
4 changes: 2 additions & 2 deletions PWGHF/TableProducer/derivedDataCreatorLcToPKPi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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<o2::aod::HfLcPars> rowCandidatePar;
Produces<o2::aod::HfLcParEs> rowCandidateParE;
Expand Down
3 changes: 1 addition & 2 deletions PWGHF/Utils/utilsDerivedData.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ template <
typename HfMcCollIds,
typename HfMcRCollIds,
typename HfPBases,
typename HfPIds
>
typename HfPIds>
struct ProducesHfDerivedData : o2::framework::ProducesGroup {

Check warning on line 76 in PWGHF/Utils/utilsDerivedData.h

View workflow job for this annotation

GitHub Actions / O2 linter

[pwghf/name/struct-class]

Names of PWGHF structs and classes must start with "Hf".
// Candidates
o2::framework::Produces<HfBases> rowCandidateBase;
Expand Down

0 comments on commit d1be70a

Please sign in to comment.