We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e455644 commit 21b3df1Copy full SHA for 21b3df1
PWGHF/TableProducer/treeCreatorSigmacCorrBkg.cxx
@@ -41,8 +41,8 @@ namespace o2::aod
41
{
42
namespace hf_sigmac_bkg
43
44
-const int pdgCodeLambdac2595 = 14122;
45
-const int pdgCodeLambdac2625 = 4124;
+const int pdgCodeLambdac2595 = 14122; // o2-linter: disable=pdg/explicit-code (PDG code needed only for this study)
+const int pdgCodeLambdac2625 = 4124; // o2-linter: disable=pdg/explicit-code (PDG code needed only for this study)
46
enum Decays { Sigmac2455Pi = 0,
47
LambdacPiPi };
48
enum DecaysLambdac { PKPi = 0,
0 commit comments