CMS 3D CMS Logo

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

Generated on Tue Jun 9 17:40:26 2009 for CMSSW by  doxygen 1.5.4