Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable MT pattern reco in cosmic sequence #3722

Merged
merged 1 commit into from May 8, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -14,10 +14,10 @@
)

#add cosmics reconstruction in collisions
from RecoLocalMuon.DTSegment.DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi import *
from RecoLocalMuon.DTSegment.DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose_cfi import *
dt2DCosmicSegments = cms.EDProducer("DTRecSegment2DProducer",
# The reconstruction algo and its parameter set
DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB,
DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose,
# debuggin opt
debug = cms.untracked.bool(False),
# name of the rechit 1D collection in the event
Expand Down
Expand Up @@ -14,10 +14,10 @@
)

#add cosmics reconstruction in collisions
from RecoLocalMuon.DTSegment.DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi import *
from RecoLocalMuon.DTSegment.DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose_cfi import *
dt2DCosmicSegments = cms.EDProducer("DTRecSegment2DProducer",
# The reconstruction algo and its parameter set
DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB,
DTMeantimerPatternReco2DAlgo_LinearDriftFromDBLoose,
# debuggin opt
debug = cms.untracked.bool(False),
# name of the rechit 1D collection in the event
Expand Down
Expand Up @@ -15,10 +15,10 @@
)

#add cosmics reconstruction in collisions
from RecoLocalMuon.DTSegment.DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi import *
from RecoLocalMuon.DTSegment.DTMeantimerPatternReco4DAlgo_LinearDriftFromDBLoose_cfi import *
dt4DCosmicSegments = cms.EDProducer("DTRecSegment4DProducer",
# The reconstruction algo and its parameter set
DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData,
DTMeantimerPatternReco4DAlgo_LinearDriftFromDBLoose,
# debuggin opt
debug = cms.untracked.bool(False),
# name of the rechit 1D collection in the event
Expand Down