Skip to content

Commit

Permalink
make use of me0 sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Mar 10, 2014
1 parent dc9aff9 commit 3186510
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions RecoMuon/MuonIdentification/test/testME0MuonConverter_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,11 @@
)
process.source = cms.Source("PoolSource",
fileNames = cms.untracked.vstring('file:///somewhere/simevent.root') ##/somewhere/simevent.root" }

)

process.me0SegmentProducer = cms.EDProducer("EmulatedME0SegmentProducer")

process.me0SegmentMatcher = cms.EDProducer("ME0SegmentMatcher",
DebugHistos = cms.string('DebugHistos.root'),
debug = cms.bool(True)
)

process.me0MuonConverter = cms.EDProducer("ME0MuonConverter")
process.load('RecoMuon.MuonIdentification.me0MuonReco_cff')
process.p = cms.Path(process.me0MuonReco)

process.p = cms.Path(process.me0SegmentProducer+
process.me0SegmentMatcher+
process.me0MuonConverter)
process.PoolSource.fileNames = [
#'file:/afs/cern.ch/work/d/dnash/PixelProduction/TryFour/CMSSW_6_1_2_SLHC8/src/FastSimulation/Configuration/test/20GeV.root'
#'file:/afs/cern.ch/work/d/dnash/PixelProduction/ReCheckout/CMSSW_6_1_2_SLHC8/src/FastSimulation/Configuration/test/Zmumu.root'
Expand Down

0 comments on commit 3186510

Please sign in to comment.