Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 topLeptonTauEventContent = cms.PSet(
00004 outputCommands = cms.untracked.vstring()
00005 )
00006 topLeptonTauETauEventSelection = cms.PSet(
00007 SelectEvents = cms.untracked.PSet(
00008 SelectEvents = cms.vstring('topLeptonTauETauPath')
00009 )
00010 )
00011 topLeptonTauMuTauEventSelection = cms.PSet(
00012 SelectEvents = cms.untracked.PSet(
00013 SelectEvents = cms.vstring('topLeptonTauMuTauPath')
00014 )
00015 )
00016 topLeptonTauEventSelection = cms.PSet(
00017 SelectEvents = cms.untracked.PSet(
00018 SelectEvents = cms.vstring('topLeptonTauETauPath',
00019 'topLeptonTauMuTauPath')
00020 )
00021 )
00022