Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74739
b: "refs/heads/CMSSW_7_1_X"
c: 1ce55c8
h: "refs/heads/CMSSW_7_1_X"
i:
  74737: fd4927c
  74735: 02ef71c
v: v3
  • Loading branch information
Lassi Tuura committed Oct 5, 2009
1 parent fba821a commit 88b59f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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": 448d9854b2500db4748ac374c9ad8cb79b209ba0
"refs/heads/CMSSW_7_1_X": 1ce55c8b1f42b3a5fd4486a25b8f05220e964e39
4 changes: 3 additions & 1 deletion trunk/DQMServices/Core/python/test/dqm_source_example_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
)
process.source = cms.Source("EmptySource")

process.tester = cms.EDFilter("DQMSourceExample")
process.tester = cms.EDFilter("DQMSourceExample",
prescaleEvt = cms.untracked.int32(1),
prescaleLS = cms.untracked.int32(1))

process.p = cms.Path(process.tester)

Expand Down

0 comments on commit 88b59f2

Please sign in to comment.