Skip to content

Commit 0a2e6f2

Browse files
committed
Please consider the following formatting changes
1 parent 88cc76b commit 0a2e6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/DataModel/LFSigmaTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ DECLARE_SOA_COLUMN(KShortPDGCode, kshortPDGCode, int);
800800
DECLARE_SOA_COLUMN(KShortPDGCodeMother, kshortPDGCodeMother, int);
801801
DECLARE_SOA_COLUMN(KShortIsCorrectlyAssoc, kshortIsCorrectlyAssoc, bool);
802802

803-
DECLARE_SOA_DYNAMIC_COLUMN(IsKStar, isKStar, //! IsSigma0
803+
DECLARE_SOA_DYNAMIC_COLUMN(IsKStar, isKStar, //! IsSigma0
804804
[](int pdgCode) -> bool { return std::abs(pdgCode) == o2::constants::physics::Pdg::kK0Star892; }); // 313
805805

806806
DECLARE_SOA_DYNAMIC_COLUMN(MCPx, mcpx, //! Sigma0 px

0 commit comments

Comments
 (0)