Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:15

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 TracoParametersBlock = cms.PSet(
0004     TracoParameters = cms.PSet(
0005         SPRGCOMP = cms.int32(2),
0006 
0007         FHTMSK = cms.int32(0), ## single HTRIG enabling on first/second tracks
0008 
0009         DD = cms.int32(18), ## DD traco parameter: this is fixed
0010 
0011         SSLMSK = cms.int32(0),
0012         LVALIDIFH = cms.int32(0), ## flag for Low validation parameter
0013 
0014         FHTPRF = cms.int32(1), ## preference to HTRIG on first/second tracks
0015 
0016         FSLMSK = cms.int32(0), ## preference to inner on first/second tracks
0017 
0018         SHTPRF = cms.int32(1),
0019         Debug = cms.untracked.int32(0), ## Debug flag
0020 
0021         SHTMSK = cms.int32(0),
0022         TRGENB3 = cms.int32(1),
0023         SHISM = cms.int32(0),
0024         IBTIOFF = cms.int32(0), ## IBTIOFF traco parameter
0025 
0026         KPRGCOM = cms.int32(255), ## bending angle cut for all stations and triggers
0027 
0028         KRAD = cms.int32(0), ## KRAD traco parameter: fixed due to hardware bug
0029 
0030         FLTMSK = cms.int32(1), ## single LTRIG enabling on first/second tracks
0031 
0032         LTS = cms.int32(0), ## suppr. of LTRIG in 4 BX before HTRIG
0033 
0034         SLTMSK = cms.int32(1),
0035         FPRGCOMP = cms.int32(2), ## K tollerance for correlation in TRACO
0036 
0037         TRGENB9 = cms.int32(1),
0038         TRGENB8 = cms.int32(1),
0039         LTF = cms.int32(0), ## single LTRIG accept enabling on first/second tracks
0040 
0041         TRGENB1 = cms.int32(1),
0042         TRGENB0 = cms.int32(1), ## bti masks
0043 
0044         FHISM = cms.int32(0), ## ascend. order for K sorting first/second tracks
0045 
0046         TRGENB2 = cms.int32(1),
0047         TRGENB5 = cms.int32(1),
0048         TRGENB4 = cms.int32(1),
0049         TRGENB7 = cms.int32(1),
0050         TRGENB6 = cms.int32(1),
0051         TRGENB15 = cms.int32(1),
0052         TRGENB14 = cms.int32(1),
0053         TRGENB11 = cms.int32(1),
0054         TRGENB10 = cms.int32(1),
0055         TRGENB13 = cms.int32(1),
0056         TRGENB12 = cms.int32(1),
0057         REUSEO = cms.int32(1),
0058         REUSEI = cms.int32(1), ## recycling of TRACO cand. in inner/outer SL
0059 
0060         BTIC = cms.int32(32) ## BTIC traco parameter
0061 
0062     )
0063 )
0064 
0065