CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
L1DTConfigTraco_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 TracoParametersBlock = cms.PSet(
4  TracoParameters = cms.PSet(
5  SPRGCOMP = cms.int32(2),
6 
7  FHTMSK = cms.int32(0), ## single HTRIG enabling on first/second tracks
8 
9  DD = cms.int32(18), ## DD traco parameter: this is fixed
10 
11  SSLMSK = cms.int32(0),
12  LVALIDIFH = cms.int32(0), ## flag for Low validation parameter
13 
14  FHTPRF = cms.int32(1), ## preference to HTRIG on first/second tracks
15 
16  FSLMSK = cms.int32(0), ## preference to inner on first/second tracks
17 
18  SHTPRF = cms.int32(1),
19  Debug = cms.untracked.int32(0), ## Debug flag
20 
21  SHTMSK = cms.int32(0),
22  TRGENB3 = cms.int32(1),
23  SHISM = cms.int32(0),
24  IBTIOFF = cms.int32(0), ## IBTIOFF traco parameter
25 
26  KPRGCOM = cms.int32(255), ## bending angle cut for all stations and triggers
27 
28  KRAD = cms.int32(0), ## KRAD traco parameter: fixed due to hardware bug
29 
30  FLTMSK = cms.int32(1), ## single LTRIG enabling on first/second tracks
31 
32  LTS = cms.int32(0), ## suppr. of LTRIG in 4 BX before HTRIG
33 
34  SLTMSK = cms.int32(1),
35  FPRGCOMP = cms.int32(2), ## K tollerance for correlation in TRACO
36 
37  TRGENB9 = cms.int32(1),
38  TRGENB8 = cms.int32(1),
39  LTF = cms.int32(0), ## single LTRIG accept enabling on first/second tracks
40 
41  TRGENB1 = cms.int32(1),
42  TRGENB0 = cms.int32(1), ## bti masks
43 
44  FHISM = cms.int32(0), ## ascend. order for K sorting first/second tracks
45 
46  TRGENB2 = cms.int32(1),
47  TRGENB5 = cms.int32(1),
48  TRGENB4 = cms.int32(1),
49  TRGENB7 = cms.int32(1),
50  TRGENB6 = cms.int32(1),
51  TRGENB15 = cms.int32(1),
52  TRGENB14 = cms.int32(1),
53  TRGENB11 = cms.int32(1),
54  TRGENB10 = cms.int32(1),
55  TRGENB13 = cms.int32(1),
56  TRGENB12 = cms.int32(1),
57  REUSEO = cms.int32(1),
58  REUSEI = cms.int32(1), ## recycling of TRACO cand. in inner/outer SL
59 
60  BTIC = cms.int32(32) ## BTIC traco parameter
61 
62  )
63 )
64 
65