Skip to content

Commit

Permalink
MegaLinter fixes (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: ddobrigk <[email protected]>
  • Loading branch information
alibuild and ddobrigk authored Jan 25, 2024
1 parent 76c003e commit df406cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions PWGLF/DataModel/LFStrangenessTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,10 @@ using V0MCData = V0MCDatas::iterator;
// definitions of indices for interlink tables
namespace v0data
{
DECLARE_SOA_INDEX_COLUMN(V0Data, v0Data); //! Index to V0Data entry
DECLARE_SOA_INDEX_COLUMN(V0Data, v0Data); //! Index to V0Data entry
DECLARE_SOA_INDEX_COLUMN(V0fCData, v0fCData); //! Index to V0Data entry
DECLARE_SOA_INDEX_COLUMN_FULL(V0MC, v0MC, int, V0MCCores, "_MC"); //!
}
} // namespace v0data

DECLARE_SOA_TABLE(V0DataLink, "AOD", "V0DATALINK", //! Joinable table with V0s which links to V0Data which is not produced for all entries
o2::soa::Index<>, v0data::V0DataId, v0data::V0fCDataId);
Expand Down Expand Up @@ -996,10 +996,10 @@ using CascDataExt = CascDatas;

namespace cascdata
{
DECLARE_SOA_INDEX_COLUMN(CascData, cascData); //! Index to CascData entry
DECLARE_SOA_INDEX_COLUMN(KFCascData, kfCascData); //! Index to CascData entry
DECLARE_SOA_INDEX_COLUMN(CascData, cascData); //! Index to CascData entry
DECLARE_SOA_INDEX_COLUMN(KFCascData, kfCascData); //! Index to CascData entry
DECLARE_SOA_INDEX_COLUMN(TraCascData, traCascData); //! Index to CascData entry
}
} // namespace cascdata

DECLARE_SOA_TABLE(CascDataLink, "AOD", "CASCDATALINK", //! Joinable table with Cascades which links to CascData which is not produced for all entries
cascdata::CascDataId);
Expand Down Expand Up @@ -1043,7 +1043,7 @@ DECLARE_SOA_TABLE(CascTags, "AOD", "CASCTAGS",
// Definition of labels for V0s
namespace mcv0label
{
DECLARE_SOA_INDEX_COLUMN(McParticle, mcParticle); //! MC particle for V0
DECLARE_SOA_INDEX_COLUMN(McParticle, mcParticle); //! MC particle for V0
DECLARE_SOA_INDEX_COLUMN_FULL(McMotherParticle, mcMotherParticle, int, McParticles, "_Mother"); //!
} // namespace mcv0label

Expand All @@ -1064,9 +1064,9 @@ using McFullV0Label = McFullV0Labels::iterator;
// Definition of labels for cascades
namespace mccasclabel
{
DECLARE_SOA_INDEX_COLUMN(McParticle, mcParticle); //! MC particle for Cascade
DECLARE_SOA_INDEX_COLUMN(McParticle, mcParticle); //! MC particle for Cascade
DECLARE_SOA_INDEX_COLUMN_FULL(McMotherParticle, mcMotherParticle, int, McParticles, "_Mother"); //!
DECLARE_SOA_COLUMN(IsBachBaryonCandidate, isBachBaryonCandidate, bool); //! will this be built or not?
DECLARE_SOA_COLUMN(IsBachBaryonCandidate, isBachBaryonCandidate, bool); //! will this be built or not?
} // namespace mccasclabel

DECLARE_SOA_TABLE(McCascLabels, "AOD", "MCCASCLABEL", //! Table joinable with CascData containing the MC labels
Expand Down
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/lambdakzerobuilder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ struct lambdakzeroBuilder {
Produces<aod::V0Indices> v0indices;
Produces<aod::StoredV0Cores> v0cores;
Produces<aod::V0TrackXs> v0trackXs;
Produces<aod::V0Covs> v0covs; // covariances
Produces<aod::V0Covs> v0covs; // covariances
Produces<aod::V0TraPosAtDCAs> v0dauPositions; // auxiliary debug information

Produces<aod::V0fCIndices> v0fcindices;
Expand Down

0 comments on commit df406cd

Please sign in to comment.