![]() |
|
|||
File indexing completed on 2024-04-06 11:56:25
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # configuration of the Laser Clusterizer 0004 # 0005 siStripClusters = cms.EDFilter("LaserClusterizer", 0006 ClusterMode = cms.string('LaserBeamClusterizer'), 0007 DigiProducersList = cms.VPSet(cms.PSet( 0008 DigiLabel = cms.string('\0'), 0009 DigiProducer = cms.string('LaserAlignment') 0010 )), 0011 # width of the clusters in sigma's 0012 ClusterWidth = cms.double(1.0), 0013 BeamFitProducer = cms.string('LaserAlignment') 0014 ) 0015 0016
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |