CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Tcds_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 #
3 # Author: Chris Palmer
4 # Date: 02.06.15
5 #
6 
7 TcdsEventContent = cms.PSet(
8  outputCommands = cms.untracked.vstring(
9  'keep *_tcdsDigis_*_*'
10  )
11 )