ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/GPetrucc/python/edmLumi_cfi.py
Revision: 1.4
Committed: Fri Jul 2 16:15:21 2010 UTC (14 years, 10 months ago) by gpetrucc
Content type: text/x-python
Branch: MAIN
Changes since 1.3: +1 -0 lines
Log Message:
fix to lumi-related stuff

File Contents

# 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 gpetrucc 1.4 method = cms.string("vertex"),
6 gpetrucc 1.3 #prescale_by_run = cms.untracked.string("UserCode/GPetrucc/data/HLT_Mu3.txt"),
7 gpetrucc 1.1 scale = cms.double(4.29e+28)
8     )
9    
10     Lumi_Path = cms.Path(edmLumi)