ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Betchart/TopRefTuple/python/lumi_cfi.py
Revision: 1.1
Committed: Thu Nov 8 01:47:45 2012 UTC (12 years, 5 months ago) by bbetchar
Content type: text/x-python
Branch: MAIN
CVS Tags: V00-03-02, V00-03-01, V00-02-02, V00-02-01, V00-02-00, V00-01-05, V00-01-04, V00-01-03, V00-01-02, V00-01-01, V00-01-00, HEAD
Log Message:
add lumiTree; add gen

File Contents

# Content
1 import FWCore.ParameterSet.Config as cms
2
3 lumiTree = cms.EDAnalyzer("Tuple_LumiTreeMaker",
4 InputTag = cms.InputTag("lumiProducer")
5 )
6
7 lumi = cms.Path( lumiTree )