CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FP420Digi_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 FP420Digi = cms.EDProducer("DigitizerFP420",
4  VerbosityLevel = cms.untracked.int32(0),
5  ROUList = cms.vstring('g4SimHitsFP420SI'),
6  NumberFP420Stations = cms.int32(3),
7  NumberFP420Detectors = cms.int32(3),
8  NumberFP420SPlanes = cms.int32(6),
9  NoFP420Noise = cms.bool(False),
10  ElectronFP420PerAdc = cms.double(300.0),
11  z420 = cms.double(420000.0),
12  zD3 = cms.double(8000.0),
13  zD2 = cms.double(4000.0),
14  FedFP420Algorithm = cms.int32(1),
15  FedFP420LowThreshold = cms.double(6.0),
16  FedFP420HighThreshold = cms.double(6.5),
17  AdcFP420Threshold = cms.double(6.0),
18  AddNoisyPixels = cms.bool(True),
19  LowtofCutAndTo200ns = cms.double(1350.0),
20  ApplyTofCut = cms.bool(True)
21 )
22 
23 
24