Skip to content

Commit

Permalink
Fix typo for Online DQM
Browse files Browse the repository at this point in the history
  • Loading branch information
jfernan2 authored and smuzaffar committed Jan 17, 2018
1 parent 0c7c6b9 commit 207633b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQM/DTMonitorModule/python/dtDataIntegrityTask_EvF_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from DQM.DTMonitorModule.dtDataIntegrityTask_cfi import *

import EventFilter.DTRawToDigi.dturosunpacker_cfi
_dturosunpacker = EventFilter.DTRawToDigi.dturospacker_cfi.dturosunpacker.clone()
_dturosunpacker = EventFilter.DTRawToDigi.dturosunpacker_cfi.dturosunpacker.clone()
from Configuration.Eras.Modifier_run2_DT_2018_cff import run2_DT_2018
run2_DT_2018.toReplaceWith(dtunpacker, _dturosunpacker)

Expand Down

0 comments on commit 207633b

Please sign in to comment.