Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:35

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from Configuration.EventContent.EventContent_cff import *
0004 
0005 from RecoBTag.Skimming.btagMC_ttbar_cfi import *
0006 btagMC_ttbarEventContent = cms.PSet(
0007     outputCommands = cms.untracked.vstring()
0008 )
0009 btagMC_ttbarEventSelection = cms.PSet(
0010     SelectEvents = cms.untracked.PSet(
0011         SelectEvents = cms.vstring('btagMC_ttbarPath')
0012     )
0013 )
0014 btagMC_ttbarEventContent.outputCommands.extend(RECOEventContent.outputCommands)
0015