Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:56

0001 import FWCore.ParameterSet.Config as cms
0002 #
0003 # Author: Chris Palmer
0004 # Date:   02.06.15
0005 #
0006 
0007 TcdsEventContent = cms.PSet(
0008     outputCommands = cms.untracked.vstring(
0009         'keep *_tcdsDigis_*_*'
0010     )
0011 )