Skip to content

Commit

Permalink
remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsavard committed Nov 22, 2023
1 parent 19b84ba commit 13e0409
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions L1Trigger/L1TTrackMatch/plugins/TPFastJetProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,9 @@ void TPFastJetProducer::produce(edm::Event& iEvent, const edm::EventSetup& iSetu
}

int nStubLayerTP = 0;
int nStubLayerTP_g = 0;
for (int isum : hasStubInLayer) {
if (isum >= 1)
nStubLayerTP += 1;
if (isum == 2)
nStubLayerTP_g += 1;
}

// tp quality cuts to match L1 tracks
Expand Down

0 comments on commit 13e0409

Please sign in to comment.