Skip to content

Commit

Permalink
update input file in fwliteWithPythonConfig_cfg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
silviodonato committed Apr 19, 2021
1 parent 3bb4989 commit 652e452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/UtilAlgos/test/fwliteWithPythonConfig_cfg.py
Expand Up @@ -3,7 +3,7 @@
process = cms.PSet()

process.fwliteInput = cms.PSet(
fileNames = cms.vstring('root://eoscms.cern.ch//eos/cms/store/relval/CMSSW_7_2_0_pre5/RelValProdTTbar/GEN-SIM-RECO/START72_V1-v1/00000/022350A9-AC30-E411-B225-0025905A6076.root'), ## mandatory
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'), ## mandatory
maxEvents = cms.int32(100), ## optional
outputEvery = cms.uint32(10), ## optional
)
Expand Down

0 comments on commit 652e452

Please sign in to comment.