CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/CalibTracker/SiStripAPVAnalysis/python/ApvFactoryService_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ApvFactoryService = cms.Service("ApvFactoryService",
00004 
00005     #CalculatorAlgorithm = cms.string('MIX'),
00006     CMType    = cms.string('Median'),
00007     useDB     = cms.bool(False),
00008 
00009     CalculatorAlgorithm    = cms.string('TT6'),
00010     NumCMstripsInGroup     = cms.int32(128),
00011     MaskCalculationFlag    = cms.int32(1),
00012     MaskNoiseCut           = cms.double(6.0),                                
00013     MaskDeadCut            = cms.double(0.7),
00014     MaskTruncationCut      = cms.double(0.05),
00015     CutToAvoidSignal       = cms.double(3.0),
00016                                 
00017     NumberOfEventsForInit      = cms.int32(10),
00018     NumberOfEventsForIteration = cms.int32(100)
00019 )
00020 
00021