# | Line 6 | Line 6 | edmLumi = cms.EDFilter("EdmLumi", | |
---|---|---|
6 | #prescale_by_run = cms.untracked.string("UserCode/GPetrucc/data/HLT_Mu3.txt"), | |
7 | scale = cms.double(4.29e+28) | |
8 | ) | |
9 | < | |
10 | < | Lumi_Path = cms.Path(edmLumi) |
9 | > | edmLumiHF = edmLumi.clone(method = "hf") |
10 | > | edmLumiOnline = edmLumi.clone( |
11 | > | method = "online", |
12 | > | lumi_by_LS_all_csv = "UserCode/GPetrucc/data/lumi_by_LS_online.csv", |
13 | > | scale = cms.double(1) |
14 | > | ) |
15 | > | Lumi_Path = cms.Path(edmLumi + edmLumiHF) |
16 | > | #Lumi_Path_Online = cms.Path(edmLumiOnline) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |