File indexing completed on 2023-03-17 11:17:13
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from Configuration.EventContent.EventContent_cff import *
0004
0005 from RecoBTag.Skimming.btagMC_QCD_20_50_cfi import *
0006 btagMC_QCD_20_50EventContent = cms.PSet(
0007 outputCommands = cms.untracked.vstring()
0008 )
0009 btagMC_QCD_20_50EventSelection = cms.PSet(
0010 SelectEvents = cms.untracked.PSet(
0011 SelectEvents = cms.vstring('btagMC_QCD_20_50Path')
0012 )
0013 )
0014 btagMC_QCD_20_50EventContent.outputCommands.extend(RECOEventContent.outputCommands)
0015