CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/L1TriggerConfig/DTTPGConfigProducers/python/L1DTConfigTraco_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TracoParametersBlock = cms.PSet(
00004     TracoParameters = cms.PSet(
00005         SPRGCOMP = cms.int32(2),
00006 
00007         FHTMSK = cms.int32(0), ## single HTRIG enabling on first/second tracks
00008 
00009         DD = cms.int32(18), ## DD traco parameter: this is fixed
00010 
00011         SSLMSK = cms.int32(0),
00012         LVALIDIFH = cms.int32(0), ## flag for Low validation parameter
00013 
00014         FHTPRF = cms.int32(1), ## preference to HTRIG on first/second tracks
00015 
00016         FSLMSK = cms.int32(0), ## preference to inner on first/second tracks
00017 
00018         SHTPRF = cms.int32(1),
00019         Debug = cms.untracked.int32(0), ## Debug flag
00020 
00021         SHTMSK = cms.int32(0),
00022         TRGENB3 = cms.int32(1),
00023         SHISM = cms.int32(0),
00024         IBTIOFF = cms.int32(0), ## IBTIOFF traco parameter
00025 
00026         KPRGCOM = cms.int32(255), ## bending angle cut for all stations and triggers
00027 
00028         KRAD = cms.int32(0), ## KRAD traco parameter: fixed due to hardware bug
00029 
00030         FLTMSK = cms.int32(1), ## single LTRIG enabling on first/second tracks
00031 
00032         LTS = cms.int32(0), ## suppr. of LTRIG in 4 BX before HTRIG
00033 
00034         SLTMSK = cms.int32(1),
00035         FPRGCOMP = cms.int32(2), ## K tollerance for correlation in TRACO
00036 
00037         TRGENB9 = cms.int32(1),
00038         TRGENB8 = cms.int32(1),
00039         LTF = cms.int32(0), ## single LTRIG accept enabling on first/second tracks
00040 
00041         TRGENB1 = cms.int32(1),
00042         TRGENB0 = cms.int32(1), ## bti masks
00043 
00044         FHISM = cms.int32(0), ## ascend. order for K sorting first/second tracks
00045 
00046         TRGENB2 = cms.int32(1),
00047         TRGENB5 = cms.int32(1),
00048         TRGENB4 = cms.int32(1),
00049         TRGENB7 = cms.int32(1),
00050         TRGENB6 = cms.int32(1),
00051         TRGENB15 = cms.int32(1),
00052         TRGENB14 = cms.int32(1),
00053         TRGENB11 = cms.int32(1),
00054         TRGENB10 = cms.int32(1),
00055         TRGENB13 = cms.int32(1),
00056         TRGENB12 = cms.int32(1),
00057         REUSEO = cms.int32(1),
00058         REUSEI = cms.int32(1), ## recycling of TRACO cand. in inner/outer SL
00059 
00060         BTIC = cms.int32(32) ## BTIC traco parameter
00061 
00062     )
00063 )
00064 
00065