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 RecoBTag.Skimming.btagMC_QCD_800_1000_cfi import *
0004 btagMC_QCD_800_1000EventContent = cms.PSet(
0005     outputCommands = cms.untracked.vstring()
0006 )
0007 btagMC_QCD_800_1000EventSelection = cms.PSet(
0008     SelectEvents = cms.untracked.PSet(
0009         SelectEvents = cms.vstring('btagMC_QCD_800_1000Path')
0010     )
0011 )
0012