Skip to content

Commit 37a73fa

Browse files
delete unused variable
1 parent 94e405b commit 37a73fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

PWGJE/Tasks/jetShape.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,6 @@ struct JetShapeTask {
12731273
constexpr int ProducedByDecay = 4; // ROOT TMCProcess::kPDecay
12741274
const bool isPrimary = mcParticle.isPhysicalPrimary();
12751275
const bool isDecay = !isPrimary && mcParticle.getProcess() == ProducedByDecay;
1276-
const bool isMaterial = !isPrimary && !isDecay;
12771276

12781277
const float recoPt = track.pt();
12791278
const float mcPt = mcParticle.pt();

0 commit comments

Comments
 (0)