Skip to content

Commit

Permalink
Add a new PromptCalibProd stream for the PCL
Browse files Browse the repository at this point in the history
  • Loading branch information
cerminar committed Apr 1, 2014
1 parent b88199b commit de27023
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import FWCore.ParameterSet.Config as cms




OutALCARECOPromptCalibProdSiStrip_noDrop = cms.PSet(
SelectEvents = cms.untracked.PSet(
SelectEvents = cms.vstring('pathALCARECOPromptCalibProdSiStrip')
),
outputCommands = cms.untracked.vstring(
'keep *_MEtoEDMConvertSiStrip_*_*')
)

import copy

OutALCARECOPromptCalibProdSiStrip=copy.deepcopy(OutALCARECOPromptCalibProdSiStrip_noDrop)
OutALCARECOPromptCalibProdSiStrip.outputCommands.insert(0, "drop *")
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import FWCore.ParameterSet.Config as cms


seqALCARECOPromptCalibProdSiStrip = cms.Sequence()


0 comments on commit de27023

Please sign in to comment.