CMS 3D CMS Logo

topFullyHadronic_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 topFullyHadronicEventContent = cms.PSet(
00004     outputCommands = cms.untracked.vstring()
00005 )
00006 topFullyHadronicJetsEventSelection = cms.PSet(
00007     SelectEvents = cms.untracked.PSet(
00008         SelectEvents = cms.vstring('topFullyHadronicJetsPath')
00009     )
00010 )
00011 topFullyHadronicBJetsEventSelection = cms.PSet(
00012     SelectEvents = cms.untracked.PSet(
00013         SelectEvents = cms.vstring('topFullyHadronicBJetsPath')
00014     )
00015 )
00016 topFullyHadronicEventSelection = cms.PSet(
00017     SelectEvents = cms.untracked.PSet(
00018         SelectEvents = cms.vstring('topFullyHadronicJetsPath', 
00019             'topFullyHadronicBJetsPath')
00020     )
00021 )
00022 

Generated on Tue Jun 9 17:48:15 2009 for CMSSW by  doxygen 1.5.4