Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76221
b: "refs/heads/CMSSW_7_1_X"
c: 4fbe0c5
h: "refs/heads/CMSSW_7_1_X"
i:
  76219: be86c5b
v: v3
  • Loading branch information
Steven Lowette committed Oct 23, 2009
1 parent 56a3452 commit 2be0eda
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 140b3013292f41236d441289a1f1c395c5e4ffc5
"refs/heads/CMSSW_7_1_X": 4fbe0c584fdf3483c9b421245d2703e8a4c921a8
19 changes: 11 additions & 8 deletions trunk/DQM/SiStripCommissioningSources/python/OnlineDQM_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
# load the DQM service
from DQM.SiStripCommon.DaqMonitorROOTBackEnd_cfi import *

# DQM output via the shared memory
FUShmDQMOutputService = cms.Service("FUShmDQMOutputService",
initialMessageBufferSize = cms.untracked.int32(1000000),
compressionLevel = cms.int32(1),
lumiSectionInterval = cms.untracked.int32(2000000),
lumiSectionsPerUpdate = cms.double(1.0),
useCompression = cms.bool(True)
)
# The following is not used any more; there are no clients for this output
# so it wastes a lot of memory, possibly also cpu power
# Needs also hasSharedMemory to be false for the FUEventProcessor xdaq config
## DQM output via the shared memory
#FUShmDQMOutputService = cms.Service("FUShmDQMOutputService",
# initialMessageBufferSize = cms.untracked.int32(1000000),
# compressionLevel = cms.int32(1),
# lumiSectionInterval = cms.untracked.int32(2000000),
# lumiSectionsPerUpdate = cms.double(1.0),
# useCompression = cms.bool(True)
#)

# needed in the online because the otherwise default initiated one gets ill-configured (missing parameter lvl1Labels)
# it doesn't really belong here, but ok, it doesn't hurt either
Expand Down

0 comments on commit 2be0eda

Please sign in to comment.