Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 DefaultAlgorithms = cms.PSet(
00004 doAPVRestore = cms.bool(True),
00005 useCMMeanMap= cms.bool(False),
00006
00007 PedestalSubtractionFedMode = cms.bool(False),
00008
00009
00010
00011 CommonModeNoiseSubtractionMode = cms.string('IteratedMedian'),
00012
00013
00014
00015
00016
00017 CutToAvoidSignal = cms.double(2.0),
00018 Iterations = cms.int32(3),
00019
00020
00021
00022 APVInspectMode = cms.string("BaselineFollower"),
00023 ForceNoRestore = cms.bool(False),
00024 SelfSelectRestoreAlgo = cms.bool(False),
00025 useRealMeanCM = cms.bool(False),
00026 DeltaCMThreshold = cms.uint32(20),
00027 distortionThreshold = cms.uint32(20),
00028 Fraction = cms.double(0.2),
00029 Deviation = cms.uint32(25),
00030 restoreThreshold = cms.double(0.5),
00031 nSaturatedStrip = cms.uint32(2),
00032
00033
00034 APVRestoreMode = cms.string("BaselineFollower"),
00035 nSigmaNoiseDerTh = cms.uint32(4),
00036 consecThreshold = cms.uint32(5),
00037 hitStripThreshold = cms.uint32(40),
00038 nSmooth = cms.uint32(9),
00039 minStripsToFit = cms.uint32(4),
00040 ApplyBaselineCleaner = cms.bool(True),
00041 CleaningSequence = cms.uint32(1),
00042 slopeX=cms.int32(3),
00043 slopeY=cms.int32(4),
00044 ApplyBaselineRejection = cms.bool(True),
00045 MeanCM = cms.int32(0),
00046
00047
00048 filteredBaselineMax=cms.double(6),
00049 filteredBaselineDerivativeSumSquare=cms.double(30),
00050
00051
00052 SiStripFedZeroSuppressionMode = cms.uint32(4),
00053 TruncateInSuppressor = cms.bool(True)
00054
00055
00056 )
00057