Back to home page

Project CMSSW displayed by LXR

 
 

    


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 from RecoBTag.Skimming.btagMC_QCD_800_1000_EventContent_cff import *
0005 btagMC_QCD_800_1000OutputModule = cms.OutputModule("PoolOutputModule",
0006     btagMC_QCD_800_1000EventSelection,
0007     FEVTSIMEventContent,
0008     dataset = cms.untracked.PSet(
0009         filterName = cms.untracked.string('btagMC_QCD_800_1000'),
0010         dataTier = cms.untracked.string('USER')
0011     ),
0012     fileName = cms.untracked.string('btagMC_QCD_800_1000.root')
0013 )
0014 
0015