ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/GPetrucc/python/edmLumi_cfi.py
Revision: 1.1
Committed: Tue May 18 09:25:14 2010 UTC (14 years, 11 months ago) by gpetrucc
Content type: text/x-python
Branch: MAIN
Log Message:
Lumi from EDM

File Contents

# User Rev Content
1 gpetrucc 1.1 import FWCore.ParameterSet.Config as cms
2    
3     edmLumi = cms.EDFilter("EdmLumi",
4     lumi_by_LS_all_csv = cms.untracked.string("lumi_by_LS_all.csv"),
5     scale = cms.double(4.29e+28)
6     )
7    
8     Lumi_Path = cms.Path(edmLumi)