Skip to content

Commit

Permalink
fix failing relval missing new ECAL digi params
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Oct 21, 2015
1 parent 6b16de3 commit 95328e2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions SimGeneral/DataMixingModule/python/mixOne_data_on_data_cfi.py
Expand Up @@ -133,3 +133,6 @@
ZDCDigiCollectionDM = cms.string('')
)

mixData.doEB = cms.bool(True)
mixData.doEE = cms.bool(True)
mixData.doES = cms.bool(True)
4 changes: 3 additions & 1 deletion SimGeneral/DataMixingModule/python/mixOne_data_on_sim_cfi.py
Expand Up @@ -141,4 +141,6 @@
ZDCDigiCollectionDM = cms.string('')
)


mixData.doEB = cms.bool(True)
mixData.doEE = cms.bool(True)
mixData.doES = cms.bool(True)
4 changes: 3 additions & 1 deletion SimGeneral/DataMixingModule/python/mixOne_sim_on_sim_cfi.py
Expand Up @@ -134,4 +134,6 @@
ZDCDigiCollectionDM = cms.string('')
)


mixData.doEB = cms.bool(True)
mixData.doEE = cms.bool(True)
mixData.doES = cms.bool(True)
Expand Up @@ -241,4 +241,6 @@
ZDCDigiCollectionDM = cms.string('')
)


mixData.doEB = cms.bool(True)
mixData.doEE = cms.bool(True)
mixData.doES = cms.bool(True)

0 comments on commit 95328e2

Please sign in to comment.