Skip to content

Commit

Permalink
minor fix for ecal conf
Browse files Browse the repository at this point in the history
  • Loading branch information
deguio committed Nov 19, 2015
1 parent 32e85aa commit 9d31be6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@
process.ecalMonitorClient.workerParameters.SummaryClient.params.activeSources = ['Integrity', 'RawData', 'Presample', 'TriggerPrimitives', 'Timing', 'HotCell']
elif runTypeName == 'hi_run':
process.DQMStore.referenceFileName = referenceFileName.replace('.root', '_hi.root')
ecalDigis.InputLabel = cms.InputTag('rawDataCollector')
process.ecalMonitorTask.collectionTags.Source = "rawDataRepacker"
process.ecalDigis.InputLabel = cms.InputTag('rawDataRepacker')
elif runTypeName == 'hpu_run':
process.DQMStore.referenceFileName = referenceFileName.replace('.root', '_hpu.root')
process.source.SelectEvents = cms.untracked.PSet(SelectEvents = cms.vstring('*'))
Expand Down

0 comments on commit 9d31be6

Please sign in to comment.