Skip to content

Commit 21b3df1

Browse files
author
mattia
committed
Add o2linter exception.
1 parent e455644 commit 21b3df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/TableProducer/treeCreatorSigmacCorrBkg.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ namespace o2::aod
4141
{
4242
namespace hf_sigmac_bkg
4343
{
44-
const int pdgCodeLambdac2595 = 14122;
45-
const int pdgCodeLambdac2625 = 4124;
44+
const int pdgCodeLambdac2595 = 14122; // o2-linter: disable=pdg/explicit-code (PDG code needed only for this study)
45+
const int pdgCodeLambdac2625 = 4124; // o2-linter: disable=pdg/explicit-code (PDG code needed only for this study)
4646
enum Decays { Sigmac2455Pi = 0,
4747
LambdacPiPi };
4848
enum DecaysLambdac { PKPi = 0,

0 commit comments

Comments
 (0)