CMS 3D CMS Logo

VZeros_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pixelVZeros = cms.EDProducer("VZeroProducer",
00004     minImpactPositiveDaughter = cms.double(0.0),
00005     minImpactNegativeDaughter = cms.double(0.0),
00006     #
00007     maxDca = cms.double(0.2),
00008     #
00009     minCrossingRadius = cms.double(0.2),
00010     maxCrossingRadius = cms.double(5.0),
00011     #
00012     maxImpactMother = cms.double(0.2)
00013 )
00014 
00015 

Generated on Tue Jun 9 17:46:14 2009 for CMSSW by  doxygen 1.5.4