File indexing completed on 2023-03-17 11:17:13
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from RecoBTag.Skimming.btagElecInJet_EventContent_cff import *
0004 btagElecInJetOutputModuleRECOSIM = cms.OutputModule("PoolOutputModule",
0005 btagElecInJetEventSelection,
0006 RECOSIMbtagElecInJetEventContent,
0007 dataset = cms.untracked.PSet(
0008 filterName = cms.untracked.string('btagElecInJetRECOSIM'),
0009 dataTier = cms.untracked.string('USER')
0010 ),
0011 fileName = cms.untracked.string('btagElecInJetRECOSIM.root')
0012 )
0013
0014