From 75712bc3e2140b0fa5e3adc9debb937ad8bacb26 Mon Sep 17 00:00:00 2001 From: Borislav Pavlov Date: Thu, 5 May 2016 18:15:59 +0200 Subject: [PATCH] fixing Phase2 RPC local reco --- RecoLocalMuon/RPCRecHit/python/rpcRecHits_cfi.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RecoLocalMuon/RPCRecHit/python/rpcRecHits_cfi.py b/RecoLocalMuon/RPCRecHit/python/rpcRecHits_cfi.py index fc8b81e93663c..e740d603e41d0 100644 --- a/RecoLocalMuon/RPCRecHit/python/rpcRecHits_cfi.py +++ b/RecoLocalMuon/RPCRecHit/python/rpcRecHits_cfi.py @@ -12,4 +12,6 @@ deadvecfile = cms.FileInPath('RecoLocalMuon/RPCRecHit/data/RPCDeadVec.dat') ) - +#disabling DIGI2RAW,RAW2DIGI chain for Phase2 +from Configuration.StandardSequences.Eras import eras +eras.phase2_muon.toModify(rpcRecHits, rpcDigiLabel = cms.InputTag('simMuonRPCDigis'))