Skip to content

Commit

Permalink
Merge pull request #21836 from jfernan2/fixTypoInFedEvF
Browse files Browse the repository at this point in the history
Fix typo for Online DQM
  • Loading branch information
cmsbuild committed Jan 12, 2018
2 parents 8d2ca5d + bf8e17e commit a46528c
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 a46528c

Please sign in to comment.