CMS 3D CMS Logo

FP420Cluster_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 FP420Cluster = cms.EDFilter("ClusterizerFP420",
00004     MaxVoidsFP420InCluster = cms.int32(1),
00005     NumberFP420Stations = cms.int32(3),
00006     #--------------------------------
00007     #--------------------------------
00008     ROUList = cms.vstring('FP420Digi'),
00009     #--------------------------------
00010     #-----------------------------ClusterizerFP420 
00011     #--------------------------------
00012     NumberFP420Detectors = cms.int32(3),
00013     ChannelFP420Threshold = cms.double(7.0),
00014     #--------------------------------
00015     #-----------------------------FP420ClusterMain
00016     #--------------------------------
00017     ElectronFP420PerAdc = cms.double(300.0),
00018     ClusterFP420Threshold = cms.double(8.0),
00019     ClusterModeFP420 = cms.string('ClusterProducerFP420'),
00020     SeedFP420Threshold = cms.double(7.5),
00021     #--------------------------------
00022     #--------------------------------
00023     VerbosityLevel = cms.untracked.int32(0),
00024     NumberFP420SPlanes = cms.int32(6)
00025 )
00026 
00027 

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