Skip to content

Commit

Permalink
Take out top-bottom cosmics until it is ported to the new cluster rem…
Browse files Browse the repository at this point in the history
…oval
  • Loading branch information
gpetruc committed Oct 11, 2013
1 parent 6373d1f commit 8d229f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTracker/Configuration/python/RecoTrackerP5_cff.py
Expand Up @@ -66,7 +66,7 @@
#dEdX reconstruction
from RecoTracker.DeDx.dedxEstimators_Cosmics_cff import *
# (SK) keep rstracks commented out in case of resurrection
tracksP5 = cms.Sequence(cosmictracksP5*ctftracksP5*trackerCosmics_TopBot*doAllCosmicdEdXEstimators)
tracksP5 = cms.Sequence(cosmictracksP5*ctftracksP5*doAllCosmicdEdXEstimators)
tracksP5_wodEdX = tracksP5.copy()
tracksP5_wodEdX.remove(doAllCosmicdEdXEstimators)

Expand Down

0 comments on commit 8d229f7

Please sign in to comment.