Skip to content

Commit

Permalink
Refactor test code in EcalDeadChannelRecoveryAlgos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrijus Bugelskis committed Apr 14, 2014
1 parent 07b4711 commit 0946280
Show file tree
Hide file tree
Showing 14 changed files with 464 additions and 975 deletions.

This file was deleted.

Expand Up @@ -54,17 +54,15 @@
# RecHitsKiller and RecHitRecoveryProducer module for Barrel
# *****************************************************************
process.CreateEBDeadCells = cms.EDProducer("EBChannelKiller",
hitProducer = cms.string("reducedEcalRecHitsEB"),
hitCollection = cms.string(""),
hitTag = cms.InputTag("reducedEcalRecHitsEB", ""),
reducedHitCollection = cms.string("CreateEB"),
KilledHitCollection = cms.string("KilledEcalRecHitsEB"),
DeadChannelsFile = cms.string("EBDeadCellsEach5.txt"),
KillDeadCells = cms.bool(True),
)

process.ModCorrectEBDeadCells = cms.EDProducer("EBDeadChannelRecoveryProducers",
hitProducer = cms.string("CreateEBDeadCells"),
hitCollection = cms.string("CreateEB"),
hitTag = cms.InputTag("CreateEBDeadCells", "CreateEB"),
reducedHitCollection = cms.string("ModifyEB"),
DeadChannelsFile = cms.string("EBDeadCellsEach5.txt"),
Sum8GeVThreshold = cms.double(8.0),
Expand All @@ -77,17 +75,15 @@
# RecHitsKiller and RecHitRecoveryProducer module for EndCap
# *****************************************************************
process.CreateEEDeadCells = cms.EDProducer("EEChannelKiller",
hitProducer = cms.string("reducedEcalRecHitsEE"),
hitCollection = cms.string(""),
hitTag = cms.InputTag("reducedEcalRecHitsEE", ""),
reducedHitCollection = cms.string("CreateEE"),
KilledHitCollection = cms.string("KilledEcalRecHitsEE"),
DeadChannelsFile = cms.string("EEDeadCellsEach5.txt"),
KillDeadCells = cms.bool(True),
)

process.ModCorrectEEDeadCells = cms.EDProducer("EEDeadChannelRecoveryProducers",
hitProducer = cms.string("CreateEEDeadCells"),
hitCollection = cms.string("CreateEE"),
hitTag = cms.InputTag("CreateEEDeadCells", "CreateEE"),
reducedHitCollection = cms.string("ModifyEE"),
DeadChannelsFile = cms.string("EEDeadCellsEach5.txt"),
Sum8GeVThreshold = cms.double(8.0),
Expand All @@ -111,8 +107,6 @@
titlePrefix = cms.string("(EE) "),
)



process.dump = cms.EDAnalyzer("EcalRecHitDump",
EBRecHitCollection = cms.InputTag("ModCorrectEBDeadCells", "ModifyEB"),
EERecHitCollection = cms.InputTag("ModCorrectEEDeadCells", "ModifyEE"),
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 0946280

Please sign in to comment.