Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46077
b: "refs/heads/CMSSW_7_1_X"
c: fdd314a
h: "refs/heads/CMSSW_7_1_X"
i:
  46075: 53cfc5f
v: v3
  • Loading branch information
Patrizia Azzi committed Jun 18, 2008
1 parent 1d6328f commit de2b718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: ac155dadd83efa75cad55c0508a57a2b9dd3d66c
"refs/heads/CMSSW_7_1_X": 3e7e4c7b332e472950bc55a9be4e854ff852bf7b
"refs/heads/CMSSW_7_1_X": fdd314a0c8179c85ccbad6f8194bd5b6df9a6b6e
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
from Validation.RecoTrack.cutsTPFake_cfi import *
from Validation.RecoTrack.MultiTrackValidator_cff import *
valid = cms.Sequence(cms.SequencePlaceholder("genParticles")*trackingParticles*cutsTPEffic*cutsTPFake*multiTrackValidator)
mergedtruth.TrackerHitLabels = ['TrackerHits']
mergedtruth.TrackerHitLabels = ['famosSimHitsTrackerHits']
mergedtruth.simHitLabel = 'famosSimHits'
TrackAssociatorByHits.associateStrip = False
TrackAssociatorByHits.associatePixel = False
TrackAssociatorByHits.ROUList = ['TrackerHits']
TrackAssociatorByHits.ROUList = ['famosSimHitsTrackerHits']
# pass only high purity tracks
multiTrackValidator.label = ['firstfilter']
multiTrackValidator.associators = ['TrackAssociatorByHits']
Expand Down

0 comments on commit de2b718

Please sign in to comment.