Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:59:26

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 OutALCARECOPromptCalibProdSiPixelLA_noDrop = cms.PSet(
0004     SelectEvents = cms.untracked.PSet(
0005         SelectEvents = cms.vstring('pathALCARECOPromptCalibProdSiPixelLorentzAngle')
0006     ),
0007     outputCommands = cms.untracked.vstring(
0008         'keep *_alcaBeamSpotProducer_*_*',
0009         'keep *_MEtoEDMConvertSiPixelLorentzAngle_*_*',
0010     )
0011 )
0012 OutALCARECOPromptCalibProdSiPixelLA=OutALCARECOPromptCalibProdSiPixelLA_noDrop.clone()
0013 OutALCARECOPromptCalibProdSiPixelLA.outputCommands.insert(0, "drop *")