CMS 3D CMS Logo

ftlSimpleUncalibRecHitAlgo_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # FTL "uncalibrated" rechit producer from digis
4 ftlSimpleUncalibRecHitAlgo = cms.PSet(
5  algoName = cms.string("FTLSimpleUncalibRecHitAlgo"),
6  adcNbits = cms.uint32(12),
7  adcSaturation = cms.double(102),
8  toaLSB_ns = cms.double(0.005),
9  timeResolutionInNs = cms.double(0.025)
10 )