CMS 3D CMS Logo

SiStripDigi_CSA07_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 simSiStripDigis = cms.EDFilter("SiStripDigitizer",
00004     DeltaProductionCut = cms.double(0.120425),
00005     Temperature = cms.double(263.0),
00006     #-------------------------------------
00007     #-----SiHitDigitizer
00008     DepletionVoltage = cms.double(140.0),
00009     SigmaShapePeak = cms.double(52.17),
00010     #-----SiStripDigitizerAlgorithm 
00011     electronPerAdc = cms.double(250.0),
00012     SimProducer = cms.string('SimDigitizer'),
00013     VerbosityLevel = cms.untracked.int32(0),
00014     #---------------------------------------
00015     #SiTrivialInduceChargeOnStrips
00016     CouplingCostantDeco = cms.vdouble(0.76, 0.12),
00017     AppliedVoltage = cms.double(150.0),
00018     ZeroSuppression = cms.bool(True),
00019     Noise = cms.bool(True), ## NOTE : turning Noise ON/OFF will make a big change
00020 
00021     noDiffusion = cms.bool(False),
00022     #--------------------------------------
00023     #SiLinearChargeDivider
00024     LandauFluctuations = cms.bool(True),
00025     #--------------------------------
00026     #---ZeroSuppression
00027     FedAlgorithm = cms.int32(4),
00028     AdcFullScale = cms.int32(255),
00029     ROUList = cms.vstring('TrackerHitsTIBLowTof', 
00030         'TrackerHitsTIBHighTof', 
00031         'TrackerHitsTIDLowTof', 
00032         'TrackerHitsTIDHighTof', 
00033         'TrackerHitsTOBLowTof', 
00034         'TrackerHitsTOBHighTof', 
00035         'TrackerHitsTECLowTof', 
00036         'TrackerHitsTECHighTof'),
00037     GevPerElectron = cms.double(3.61e-09),
00038     chargeDivisionsPerStrip = cms.int32(10),
00039     ChargeMobility = cms.double(480.0),
00040     APVpeakmode = cms.bool(False), ## also in SiLinearChargeDivider
00041 
00042     SigmaShapeDeco = cms.double(12.06),
00043     NoiseSigmaThreshold = cms.double(2.0),
00044     ChargeDistributionRMS = cms.double(6.5e-10),
00045     CouplingCostantPeak = cms.vdouble(0.76, 0.12),
00046     CosmicDelayShift = cms.untracked.double(0.0)
00047 )
00048 
00049 
00050 

Generated on Tue Jun 9 17:47:53 2009 for CMSSW by  doxygen 1.5.4