ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Producers/python/v2ss_cfi.py
Revision: 1.1
Committed: Tue Sep 30 08:53:40 2008 UTC (16 years, 7 months ago) by mrudolph
Content type: text/x-python
Branch: MAIN
CVS Tags: Mit_004
Log Message:
cfi for V producer module

File Contents

# User Rev Content
1 mrudolph 1.1 import FWCore.ParameterSet.Config as cms
2    
3     v2ss = cms.EDProducer("ProducerV2SS",
4     iStables1 = cms.untracked.string('PisStable'),
5     iStables2 = cms.untracked.string('PisStable'),
6     oPid = cms.untracked.int32(310),
7     minRadius = cms.untracked.double(0.1),
8     minMass = cms.untracked.double(0.350),
9     maxMass = cms.untracked.double(0.650),
10     maxZDistance = cms.untracked.double(1.0)
11     )