CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ApvFactoryService_cfi.py
Go to the documentation of this file.
2 
3 ApvFactoryService = cms.Service("ApvFactoryService",
4 
5  #CalculatorAlgorithm = cms.string('MIX'),
6  CMType = cms.string('Median'),
7  useDB = cms.bool(False),
8 
9  CalculatorAlgorithm = cms.string('TT6'),
10  NumCMstripsInGroup = cms.int32(128),
11  MaskCalculationFlag = cms.int32(1),
12  MaskNoiseCut = cms.double(6.0),
13  MaskDeadCut = cms.double(0.7),
14  MaskTruncationCut = cms.double(0.05),
15  CutToAvoidSignal = cms.double(3.0),
16 
17  NumberOfEventsForInit = cms.int32(10),
18  NumberOfEventsForIteration = cms.int32(100)
19 )
20 
21