Skip to content

Commit

Permalink
update combined AlCaReco output file
Browse files Browse the repository at this point in the history
  • Loading branch information
David Futyan committed Nov 11, 2009
1 parent e361f86 commit 856b465
Showing 1 changed file with 6 additions and 13 deletions.
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 856b465

Please sign in to comment.