CMS 3D CMS Logo

MetricsUpdators_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 DummyMetricsUpdator = cms.PSet(
00004     FixedAlignableDetIds = cms.untracked.vuint32(),
00005     MetricsUpdatorName = cms.string('DummyMetricsUpdator')
00006 )
00007 SimpleMetricsUpdator = cms.PSet(
00008     MetricsUpdatorName = cms.string('SimpleMetricsUpdator'),
00009     MaxMetricsDistance = cms.untracked.int32(5)
00010 )
00011 

Generated on Tue Jun 9 17:24:03 2009 for CMSSW by  doxygen 1.5.4