CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FP420Cluster_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 FP420Cluster = cms.EDProducer("ClusterizerFP420",
4  ROUList = cms.vstring('FP420Digi'),
5  VerbosityLevel = cms.untracked.int32(0),
6  NumberFP420Stations = cms.int32(3),
7  NumberFP420Detectors = cms.int32(3),
8  NumberFP420SPlanes = cms.int32(6),
9  ClusterModeFP420 = cms.string('ClusterProducerFP420'),
10  ElectronFP420PerAdc = cms.double(300.0),
11  ChannelFP420Threshold = cms.double(8.0),
12  ClusterFP420Threshold = cms.double(9.0),
13  SeedFP420Threshold = cms.double(8.5),
14  MaxVoidsFP420InCluster = cms.int32(1)
15 )
16 
17 
18