CMS 3D CMS Logo

LaserClusterizer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # configuration of the Laser Clusterizer
00004 #
00005 siStripClusters = cms.EDFilter("LaserClusterizer",
00006     ClusterMode = cms.string('LaserBeamClusterizer'),
00007     DigiProducersList = cms.VPSet(cms.PSet(
00008         DigiLabel = cms.string('\0'),
00009         DigiProducer = cms.string('LaserAlignment')
00010     )),
00011     # width of the clusters in sigma's
00012     ClusterWidth = cms.double(1.0),
00013     BeamFitProducer = cms.string('LaserAlignment')
00014 )
00015 
00016 

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