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 94e405b commit 37a73faCopy full SHA for 37a73fa
1 file changed
PWGJE/Tasks/jetShape.cxx
@@ -1273,7 +1273,6 @@ struct JetShapeTask {
1273
constexpr int ProducedByDecay = 4; // ROOT TMCProcess::kPDecay
1274
const bool isPrimary = mcParticle.isPhysicalPrimary();
1275
const bool isDecay = !isPrimary && mcParticle.getProcess() == ProducedByDecay;
1276
- const bool isMaterial = !isPrimary && !isDecay;
1277
1278
const float recoPt = track.pt();
1279
const float mcPt = mcParticle.pt();
0 commit comments