Skip to content

Commit

Permalink
Workflow: Use new unpacker
Browse files Browse the repository at this point in the history
Since 2017 a new unpacker for the digis is used. If the option
"run-on-RAW" is used the digis need to be unpacked from the raw
data. Now the correct new unpacker is loaded when using this option.
  • Loading branch information
JoRoemer committed Mar 4, 2019
1 parent 4fd4ff5 commit 3fa9140
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

from RecoLocalMuon.Configuration.RecoLocalMuon_cff import *

from EventFilter.DTRawToDigi.dtunpacker_cfi import *
import EventFilter.DTRawToDigi.dturosunpacker_cfi
muonDTDigis = EventFilter.DTRawToDigi.dturosunpacker_cfi.dturosunpacker.clone()

dtCalibOfflineReco = cms.Sequence(dt1DRecHits + dt2DSegments + dt4DSegments)
dtCalibOfflineRecoRAW = cms.Sequence(muonDTDigis + dt1DRecHits + dt2DSegments + dt4DSegments)

0 comments on commit 3fa9140

Please sign in to comment.