|
||||
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |