CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/L1TriggerConfig/DTTPGConfigProducers/python/L1DTConfigTU_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TUParamsBlock = cms.PSet(
00004     # Debug flag
00005     Debug = cms.untracked.bool(False),
00006     # MiniCrate digi offset in tdc units
00007     DIGIOFFSET = cms.int32(500),
00008     # MiniCrate setup time : fine syncronization
00009     SINCROTIME = cms.int32(0)
00010 )
00011 
00012