Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77757
b: "refs/heads/CMSSW_7_1_X"
c: 5792bca
h: "refs/heads/CMSSW_7_1_X"
i:
  77755: 8d61be2
v: v3
  • Loading branch information
Kevin Burkett committed Nov 12, 2009
1 parent b56d0d6 commit e95097a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 15b11e10e04a858793caa8cba9d020d5fb410d86
"refs/heads/CMSSW_7_1_X": 5792bca511a8465fb558befd7d873a3b470e827b
5 changes: 4 additions & 1 deletion trunk/RecoTracker/Configuration/python/RecoTracker_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
#dEdX reconstruction
from RecoTracker.DeDx.dedxEstimators_cff import *

#special sequences, such as pixel-less
from RecoTracker.Configuration.RecoTrackerNotStandard_cff import *

ckftracks = cms.Sequence(iterTracking*trackCollectionMerging*newCombinedSeeds*doAlldEdXEstimators)
ckftracks_wodEdX = ckftracks.copy()
ckftracks_wodEdX.remove(doAlldEdXEstimators)
Expand All @@ -34,5 +37,5 @@
roadSearchClouds*rsTrackCandidates*
rsWithMaterialTracks)


ckftracks_plus_pixelless = cms.Sequence(ckftracks*ctfTracksPixelLess)

0 comments on commit e95097a

Please sign in to comment.