CMS 3D CMS Logo

RecoMTD_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #AOD
4 RecoMTDAOD = cms.PSet(
5  outputCommands = cms.untracked.vstring(
6  'keep *_trackExtenderWithMTD_*_*'
7  )
8 )
9 
10 #RECO content
11 RecoMTDRECO = RecoMTDAOD.copy()
12 
13 #FEVT content
14 RecoMTDFEVT = RecoMTDRECO.copy()