Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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