CMS 3D CMS Logo

ftlSimpleRecHitAlgo_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # FTL rechit producer from uncalibrated rechits
4 ftlSimpleRecHitAlgo = cms.PSet(
5  algoName = cms.string("FTLSimpleRecHitAlgo"),
6  thresholdToKeep = cms.double(0.5),
7  calibrationConstant = cms.double(1.0)
8 )