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 a256ed4 commit a86085eCopy full SHA for a86085e
1 file changed
PWGLF/Tasks/Resonances/lambda1405analysis.cxx
@@ -122,7 +122,7 @@ struct lambda1405candidate {
122
};
123
124
struct lambda1405analysis {
125
- int lambda1405PdgCode = 102132; // PDG code for Lambda(1405); o2-linter: disable=pdg/explicit-code
+ int lambda1405PdgCode = 102132; // o2-linter: disable=pdg/explicit-code
126
Produces<aod::Lambda1405Cands> outputDataTable; // Output table for Lambda(1405) candidates
127
Produces<aod::Lambda1405Flow> outputDataFlowTable; // Output table for Lambda(1405) flow analysis
128
Produces<aod::Lambda1405CandsMC> outputDataTableMC; // Output table for Lambda(1405) candidates in MC
0 commit comments