Skip to content

Commit

Permalink
Merge pull request #7404 from kkrajczar/HITrackingValidationWorkaround
Browse files Browse the repository at this point in the history
Change the track associator in HI Track Validation
  • Loading branch information
cmsbuild committed Jan 30, 2015
2 parents 3acc6d3 + a7e7f39 commit ab47dfc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Validation/RecoHI/python/TrackValidationHeavyIons_cff.py
@@ -1,11 +1,7 @@
import FWCore.ParameterSet.Config as cms

# track associator settings
import SimTracker.TrackAssociatorProducers.trackAssociatorByHits_cfi
trackAssociatorByHitsRecoDenom = SimTracker.TrackAssociatorProducers.trackAssociatorByHits_cfi.trackAssociatorByHits.clone(
SimToRecoDenominator = cms.string('reco'),
UseGrouped = cms.bool(False)
)
from Validation.RecoTrack.TrackValidation_cff import trackAssociatorByHitsRecoDenom

# reco track quality cuts
from Validation.RecoTrack.cuts_cff import *
Expand Down

0 comments on commit ab47dfc

Please sign in to comment.