CMS 3D CMS Logo

mtdUncalibRecHitAlgo_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # MTD "uncalibrated" rechit producer from digis
4 mtdUncalibRecHitAlgo = cms.PSet(
5  algoName = cms.string("MTDUncalibRecHitAlgo"),
6  BTLadcNbits = cms.uint32(10),
7  BTLadcSaturation = cms.double(600),
8  BTLtoaLSB_ns = cms.double(0.020),
9  BTLtimeResolutionInNs = cms.double(0.025),
10  ETLadcNbits = cms.uint32(12),
11  ETLadcSaturation = cms.double(102),
12  ETLtoaLSB_ns = cms.double(0.005),
13  ETLtimeResolutionInNs = cms.double(0.025)
14 )