Skip to content

Commit a86085e

Browse files
committed
Fix pdg magic number
1 parent a256ed4 commit a86085e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Resonances/lambda1405analysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ struct lambda1405candidate {
122122
};
123123

124124
struct lambda1405analysis {
125-
int lambda1405PdgCode = 102132; // PDG code for Lambda(1405); o2-linter: disable=pdg/explicit-code
125+
int lambda1405PdgCode = 102132; // o2-linter: disable=pdg/explicit-code
126126
Produces<aod::Lambda1405Cands> outputDataTable; // Output table for Lambda(1405) candidates
127127
Produces<aod::Lambda1405Flow> outputDataFlowTable; // Output table for Lambda(1405) flow analysis
128128
Produces<aod::Lambda1405CandsMC> outputDataTableMC; // Output table for Lambda(1405) candidates in MC

0 commit comments

Comments
 (0)