File indexing completed on 2024-04-06 12:24:18
0001 import FWCore.ParameterSet.Config as cms
0002
0003 process = cms.PSet()
0004
0005 process.fwliteInput = cms.PSet(
0006 fileNames = cms.vstring('root://eoscms.cern.ch//eos/cms/store/user/cmsbuild/store/relval/CMSSW_9_3_0_pre1/RelValTTbar_13/GEN-SIM-RECO/PU25ns_92X_upgrade2017_realistic_v7-v1/00000/32EA1438-3D61-E711-8FE7-0025905B85B2.root'),
0007 maxEvents = cms.int32(100),
0008 outputEvery = cms.uint32(10),
0009 )
0010
0011 process.fwliteOutput = cms.PSet(
0012 fileName = cms.string('analyzeFWLiteHistograms.root'),
0013 )
0014
0015 process.muonAnalyzer = cms.PSet(
0016
0017 muons = cms.InputTag('muons')
0018 )