![]() |
|
|||
File indexing completed on 2023-03-17 11:16:27
0001 import FWCore.ParameterSet.Config as cms 0002 0003 process = cms.PSet() 0004 0005 process.fwliteInput = cms.PSet( 0006 fileNames = cms.vstring(['file:patTuple.root']), ## mandatory 0007 maxEvents = cms.int32(-1), 0008 outputEvery = cms.uint32(10) 0009 ) 0010 0011 process.fwliteOutput = cms.PSet( 0012 fileName = cms.string('analyzePatBasics_fwlite.root') ## mandatory 0013 ) 0014 0015 process.muonAnalyzer = cms.PSet( 0016 muons = cms.InputTag('cleanPatMuons') 0017 ) 0018
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |