CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AODSIMTauTo3Mu_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 AODSIMTauTo3MuEventContent = cms.PSet(
6  outputCommands = cms.untracked.vstring()
7 )
8 AODSIMTauTo3MuEventContent.outputCommands.extend(AODSIMEventContent.outputCommands)
9 AODSIMTauTo3MuEventContent.outputCommands.extend(tauTo3MuEventContent.outputCommands)
10