Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kapoor committed Feb 9, 2016
1 parent 88b3f7b commit 634fbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastSimulation/Tracking/plugins/TrackCandidateProducer.cc
Expand Up @@ -157,7 +157,7 @@ TrackCandidateProducer::produce(edm::Event& e, const edm::EventSetup& es) {

for (const auto & _hit : recHitCombination) {
TrajectorySeedHitCandidate currentTrackerHit=TrajectorySeedHitCandidate(_hit.get(),trackerGeometry.product(),trackerTopology.product());
if(seed.nHits==0)passedLastSeedHit=true;
if(seed.nHits()==0)passedLastSeedHit=true;

if(!passedLastSeedHit)
{
Expand Down

0 comments on commit 634fbc3

Please sign in to comment.