ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/RA2/python/finalplots_cfi.py
Revision: 1.1.1.1 (vendor branch)
Committed: Mon Oct 19 08:24:28 2009 UTC (15 years, 6 months ago) by auterman
Content type: text/x-python
Branch: FinalPlots, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
Log Message:
new project

File Contents

# User Rev Content
1 auterman 1.1 import FWCore.ParameterSet.Config as cms
2    
3     finalPlot = cms.EDAnalyzer('FinalPlots',
4     Jet = cms.InputTag('selectedLayer1Jets'),
5     MET = cms.InputTag('layer1METs'),
6     uncertainty_name = cms.string( '')
7     )