Skip to content

Commit

Permalink
point pyfwlite script at relval
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Jul 9, 2015
1 parent 6f6d932 commit 156b815
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PhysicsTools/SelectorUtils/test/pyfwlite_test.py
Expand Up @@ -54,8 +54,7 @@
print selectMuon

# open file (you can use 'edmFileUtil -d /store/whatever.root' to get the physical file name)
events = Events("file:/afs/cern.ch/user/l/lgray/work/public/CMSSW_7_5_X_2015-07-05-1100/src/matrix_tests/135.4_ZEE_13+ZEEFS_13+HARVESTUP15FS+MINIAODMCUP15FS/step3.root")
#events = Events("root://eoscms//eos/cms/store/relval/CMSSW_7_4_0_pre9_ROOT6/DoubleMu/MINIAOD/GR_R_74_V8A_RelVal_zMu2011A-v1/00000/06961B48-CFD1-E411-8B87-002618943971.root")
events = Events("root://eoscms//eos/cms/store/relval/CMSSW_7_4_0_pre9_ROOT6/DoubleMu/MINIAOD/GR_R_74_V8A_RelVal_zMu2011A-v1/00000/06961B48-CFD1-E411-8B87-002618943971.root")

muons, muonLabel = Handle("std::vector<pat::Muon>"), "slimmedMuons::".split(":")
electrons, electronLabel = Handle("std::vector<pat::Electron>"), "slimmedElectrons::".split(":")
Expand Down

0 comments on commit 156b815

Please sign in to comment.