ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Producers/python/conversions_cfi.py
Revision: 1.6
Committed: Thu Jul 2 15:15:04 2009 UTC (15 years, 10 months ago) by bendavid
Content type: text/x-python
Branch: MAIN
Changes since 1.5: +3 -3 lines
Log Message:
updated collection names

File Contents

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