CMS 3D CMS Logo

ctppsDiamondRecHits_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ctppsDiamondRecHits = cms.EDProducer('CTPPSDiamondRecHitProducer',
4  digiTag = cms.InputTag('ctppsDiamondRawToDigi', 'TimingDiamond'),
5  timeSliceNs = cms.double(25.0/1024.0),
6  timeShift = cms.int32(0), # to be determined at calibration level, will be replaced by a map channel id -> time shift
7 )