Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77833
b: "refs/heads/CMSSW_7_1_X"
c: c014b33
h: "refs/heads/CMSSW_7_1_X"
i:
  77831: 48edaf2
v: v3
  • Loading branch information
Constantinos Loizides committed Nov 13, 2009
1 parent 06da1b4 commit 2f0fc58
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 96 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": d462be41438482549122750416fc750053427fda
"refs/heads/CMSSW_7_1_X": c014b33877238333181341d5711872bca0c6a8fb
14 changes: 7 additions & 7 deletions trunk/DQM/Physics/python/qcdLowPtDQM_cfi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: qcdLowPtDQM_cfi.py,v 1.1 2009/11/06 17:52:02 loizides Exp $
# $Id: qcdLowPtDQM_cfi.py,v 1.2 2009/11/11 16:01:00 loizides Exp $

import FWCore.ParameterSet.Config as cms

Expand Down Expand Up @@ -42,20 +42,20 @@
VerboseLevel = cms.untracked.int32(0),
)

myRecoSequence = cms.Sequence(siPixelDigis*
siPixelClusters*
myRecoSequence = cms.Sequence(
# siPixelDigis*
# siPixelClusters*
siPixelRecHits)
# pixel3ProtoTracks *
# pixel3Vertices *
# pixelVertexFromClusters)

siPixelDigis.InputLabel = cms.InputTag("rawDataCollector")
#siPixelDigis.InputLabel = cms.InputTag("source")

QcdLowPtDQM = cms.EDAnalyzer("QcdLowPtDQM",
hltTrgNames = cms.untracked.vstring('HLT_MinBiasHcal',
'HLT_MinBiasEcal',
'HLT_MinBiasPixel'),
# hltTrgNames = cms.untracked.vstring('HLT_MinBiasHcal',
# 'HLT_MinBiasEcal',
# 'HLT_MinBiasPixel'),
verbose = cms.untracked.int32(0),
)

Expand Down
Loading

0 comments on commit 2f0fc58

Please sign in to comment.