Skip to content

Commit

Permalink
code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
swagata87 committed Nov 24, 2020
1 parent c9815fa commit 36b9c62
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -207,7 +207,7 @@ void EgammaHLTGsfTrackVarProducer::produce(edm::StreamID, edm::Event& iEvent, co
}

// number of Layers crossed in inner tracker
if (gsfTracks[trkNr]->hitPattern().pixelLayersWithMeasurement() > nLayerITValue) {
if (gsfTracks[trkNr]->hitPattern().pixelLayersWithMeasurement() > nLayerITValue) {
nLayerITValue = gsfTracks[trkNr]->hitPattern().pixelLayersWithMeasurement();
}

Expand Down

0 comments on commit 36b9c62

Please sign in to comment.