Revision: | 1.3 |
Committed: | Mon Jun 28 10:02:56 2010 UTC (14 years, 10 months ago) by gpetrucc |
Content type: | text/x-python |
Branch: | MAIN |
Changes since 1.2: | +2 -1 lines |
Log Message: | small updates |
# | User | Rev | Content |
---|---|---|---|
1 | gpetrucc | 1.1 | import FWCore.ParameterSet.Config as cms |
2 | |||
3 | edmLumi = cms.EDFilter("EdmLumi", | ||
4 | gpetrucc | 1.3 | 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 | gpetrucc | 1.1 | scale = cms.double(4.29e+28) |
7 | ) | ||
8 | |||
9 | Lumi_Path = cms.Path(edmLumi) |