Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77851
b: "refs/heads/CMSSW_7_1_X"
c: 135163e
h: "refs/heads/CMSSW_7_1_X"
i:
  77849: bea99d3
  77847: 75cfebf
v: v3
  • Loading branch information
Jason Michael Slaunwhite committed Nov 13, 2009
1 parent a857d3d commit a1dc992
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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": 0b4679af65e0f64946c9998e50200a7a527d318b
"refs/heads/CMSSW_7_1_X": 135163e9cd91763e8cb91b73ba34df45c8ba14cf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import FWCore.ParameterSet.Config as cms



hltOverallSummary = cms.EDAnalyzer("HLTOverallSummary",
verbose = cms.untracked.bool(False)
)

hltOverallCertSeq = cms.Sequence(hltOverallSummary)

0 comments on commit a1dc992

Please sign in to comment.