Skip to content

Commit 41fd93c

Browse files
author
Victor Gonzalez
committed
Fixing non used variable error
1 parent ef6b0ea commit 41fd93c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGCF/TwoParticleCorrelations/Tasks/particleOriginAnalysis.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ namespace particleorigintask
5454
{
5555
using namespace o2::analysis::dptdptfilter;
5656

57-
/// PDG codes below this threshold are mesons; at or above are baryons
58-
static constexpr int KPdgBaryonThreshold = 1000; // o2-linter: disable=pdg/explicit-code(not a PDG code)
59-
6057
/// PDG codes above this threshold correspond to hadrons (mesons and baryons).
6158
/// Below are quarks (1-6), leptons (11-16), gauge bosons (21-25), and
6259
/// special/internal generator codes.

0 commit comments

Comments
 (0)