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