ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Producers/python/conversions_cfi.py
Revision: 1.4
Committed: Thu Oct 16 16:46:49 2008 UTC (16 years, 6 months ago) by bendavid
Content type: text/x-python
Branch: MAIN
CVS Tags: Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005
Changes since 1.3: +2 -1 lines
Log Message:
Made setting of constraint option explicit in configuration file

File Contents

# User Rev Content
1 bendavid 1.4 # $Id: conversions_cfi.py,v 1.3 2008/10/03 23:53:51 loizides Exp $
2 loizides 1.3
3 bendavid 1.1 import FWCore.ParameterSet.Config as cms
4    
5     mvfConversions = cms.EDProducer("ProducerConversions",
6     iStables1 = cms.untracked.string('stableParts'),
7     iStables2 = cms.untracked.string('stableParts'),
8 bendavid 1.2 iPVertexes = cms.untracked.string('offlinePrimaryVerticesWithBS'),
9 bendavid 1.1 oPid = cms.untracked.int32(22),
10 bendavid 1.2 usePVertex = cms.untracked.bool(True),
11 bendavid 1.4 convConstraint = cms.untracked.bool(False),
12 bendavid 1.1 convConstraint3D = cms.untracked.bool(True),
13     rhoMin = cms.untracked.double(0.0)
14     )