ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/GPetrucc/python/edmLumi_MC_cfi.py
Revision: 1.1
Committed: Fri May 21 09:25:22 2010 UTC (14 years, 11 months ago) by gpetrucc
Content type: text/x-python
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
Log Message:
Improve luminosity tools

File Contents

# Content
1 import FWCore.ParameterSet.Config as cms
2
3 edmLumi = cms.EDFilter("EdmLumi",
4 # No CSV file, as it's not used on MC; just count lumiblocks
5 )
6
7 Lumi_Path = cms.Path(edmLumi)