ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/GPetrucc/python/edmLumi_cfi.py
Revision: 1.2
Committed: Thu May 27 22:13:41 2010 UTC (14 years, 11 months ago) by gpetrucc
Content type: text/x-python
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
Better to give a path, for CRAB

File Contents

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