# | Line 1 | Line 1 | |
---|---|---|
1 | import FWCore.ParameterSet.Config as cms | |
2 | ||
3 | edmLumi = cms.EDFilter("EdmLumi", | |
4 | < | lumi_by_LS_all_csv = cms.untracked.string("UserCode/GPetrucc/data/lumi_by_LS.csv"), |
4 | > | lumi_by_LS_all_csv = cms.untracked.string("UserCode/GPetrucc/data/lumi_by_LS_all.csv"), |
5 | > | #prescale_by_run = cms.untracked.string("UserCode/GPetrucc/data/HLT_Mu3.txt"), |
6 | scale = cms.double(4.29e+28) | |
7 | ) | |
8 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |