ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Producers/python/d2ss_cfi.py
Revision: 1.2
Committed: Mon Mar 16 08:30:51 2009 UTC (16 years, 1 month ago) by loizides
Content type: text/x-python
Branch: MAIN
CVS Tags: Mit_008pre2
Changes since 1.1: +2 -0 lines
Log Message:
First stab at a consistent set of config files. First step, get it to run again. Needs more work.

File Contents

# User Rev Content
1 loizides 1.2 # $Id: vProducer_cff.py,v 1.7 2009/03/13 21:00:54 loizides Exp $
2    
3 mrudolph 1.1 import FWCore.ParameterSet.Config as cms
4    
5     d2ss = cms.EDProducer("ProducerD2SS",
6     iStables1 = cms.untracked.string('stableParts'),
7     iStables2 = cms.untracked.string('stableParts'),
8     oPid = cms.untracked.int32(310)
9     )