Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77689
b: "refs/heads/CMSSW_7_1_X"
c: 856b465
h: "refs/heads/CMSSW_7_1_X"
i:
  77687: 3a126c0
v: v3
  • Loading branch information
David Futyan committed Nov 11, 2009
1 parent 4f9a9f1 commit 3dca6b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 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": e361f863e0afca59ce41296e0fb6e5255ef1dddd
"refs/heads/CMSSW_7_1_X": 856b46588dbb021be7f71bb63561c129a2f953c3
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
process.load('Configuration/EventContent/EventContent_cff')

process.configurationMetadata = cms.untracked.PSet(
version = cms.untracked.string('$Revision: 1.149 $'),
version = cms.untracked.string('$Revision: 1.5 $'),
annotation = cms.untracked.string('promptCollisionReco nevts:100'),
name = cms.untracked.string('PyReleaseValidation')
)
Expand All @@ -34,7 +34,7 @@
)
# Input source
process.source = cms.Source("PoolSource",
fileNames = cms.untracked.vstring('/store/data/CRAFT09/Cosmics/RAW/v1/000/113/222/C87DDBC8-8799-DE11-8345-000423D6AF24.root')
fileNames = cms.untracked.vstring('/store/data/BeamCommissioning09/Calo/RAW/v1/000/120/347/FE9E4A7E-90CE-DE11-893E-001D09F2447F.root')
)

# Output definition
Expand All @@ -48,17 +48,10 @@
)
)

# Additional output definition
# Combined AlCaReco output
process.ALCARECOStreamCombined = cms.OutputModule("PoolOutputModule",
SelectEvents = cms.untracked.PSet(
SelectEvents = cms.vstring('pathALCARECOSiStripCalZeroBias')
),
outputCommands = cms.untracked.vstring('drop *',
'keep *_ALCARECOSiStripCalZeroBias_*_*',
'keep *_calZeroBiasClusters_*_*',
'keep *_MEtoEDMConverter_*_*',
'keep L1AcceptBunchCrossings_*_*_*'),
fileName = cms.untracked.string('SiStripCalZeroBias.root'),
outputCommands = process.ALCARECOEventContent.outputCommands,
fileName = cms.untracked.string('ALCACombined.root'),
dataset = cms.untracked.PSet(
filterName = cms.untracked.string('StreamALCACombined'),
dataTier = cms.untracked.string('ALCARECO')
Expand All @@ -67,7 +60,7 @@
process.ALCARECOStreamCombined.outputCommands.extend(cms.untracked.vstring('drop *_MEtoEDMConverter_*_*'))

# Other statements
process.GlobalTag.globaltag = 'CRAFT09_R_V4::All'
process.GlobalTag.globaltag = 'GR09_P_V4::All'

# Path and EndPath definitions
process.raw2digi_step = cms.Path(process.RawToDigi)
Expand Down

0 comments on commit 3dca6b4

Please sign in to comment.