CMS 3D CMS Logo

pfConversions_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 #  Author: N. Marinelli, U. of Notre Dame, US
00005 #
00006 pfConversions = cms.EDProducer("PFConversionsProducer", 
00007     conversionCollection = cms.string(''),
00008     # outputs
00009     PFConversionCollection = cms.string(''),
00010     # inputs
00011 
00012     conversionProducer = cms.string('conversions'),
00013 
00014     debug = cms.bool(False),
00015     PFRecTracksFromConversions = cms.string('pfRecTracksFromConversions'),
00016 
00017     OtherConversionCollection =           cms.VInputTag(),
00018     OtherOutInCollection      =           cms.VInputTag(), 
00019     OtherInOutCollection      =           cms.VInputTag()
00020 
00021  
00022 )
00023 
00024 

Generated on Tue Jun 9 17:44:49 2009 for CMSSW by  doxygen 1.5.4