File indexing completed on 2024-04-06 12:22:15
0001 import FWCore.ParameterSet.Config as cms
0002
0003 TSPhiParametersBlock = cms.PSet(
0004 TSPhiParameters = cms.PSet(
0005
0006 TSMNOE1 = cms.bool(True),
0007 TSMNOE2 = cms.bool(False),
0008 TSTREN12 = cms.bool(True),
0009 TSTREN9 = cms.bool(True),
0010 TSTREN8 = cms.bool(True),
0011 TSTREN11 = cms.bool(True),
0012 TSTREN3 = cms.bool(True),
0013 TSTREN2 = cms.bool(True),
0014 TSTREN1 = cms.bool(True),
0015
0016
0017 TSTREN0 = cms.bool(True),
0018 TSTREN7 = cms.bool(True),
0019 TSTREN6 = cms.bool(True),
0020 TSTREN5 = cms.bool(True),
0021 TSTREN4 = cms.bool(True),
0022 TSSNOE2 = cms.bool(False),
0023
0024 TSSNOE1 = cms.bool(True),
0025 TSMCCE2 = cms.bool(False),
0026 TSTREN19 = cms.bool(True),
0027
0028 TSMCCE1 = cms.bool(True),
0029 TSTREN17 = cms.bool(True),
0030 TSTREN16 = cms.bool(True),
0031 TSTREN15 = cms.bool(True),
0032 TSTREN14 = cms.bool(True),
0033 TSTREN13 = cms.bool(True),
0034
0035
0036
0037
0038
0039 TSSMSK1 = cms.int32(312),
0040 TSSMSK2 = cms.int32(312),
0041 TSTREN10 = cms.bool(True),
0042 TSMMSK2 = cms.int32(312),
0043
0044
0045
0046
0047
0048 TSMMSK1 = cms.int32(312),
0049
0050
0051
0052
0053 TSMHSP = cms.int32(1),
0054
0055 TSSCCE1 = cms.bool(True),
0056 TSSCCE2 = cms.bool(False),
0057
0058
0059
0060 TSSCGS2 = cms.bool(True),
0061 TSSCCEC = cms.bool(False),
0062
0063 TSMHTE1 = cms.bool(True),
0064 TSMHTE2 = cms.bool(False),
0065
0066 Debug = cms.untracked.bool(False),
0067 TSSHTE2 = cms.bool(False),
0068
0069
0070
0071 TSMCGS1 = cms.bool(True),
0072
0073
0074
0075 TSMCGS2 = cms.bool(True),
0076
0077 TSSHTE1 = cms.bool(True),
0078 TSTREN22 = cms.bool(True),
0079 TSSNOEC = cms.bool(False),
0080 TSTREN20 = cms.bool(True),
0081 TSTREN21 = cms.bool(True),
0082
0083
0084
0085
0086 TSMGS1 = cms.int32(1),
0087
0088
0089
0090
0091
0092
0093 TSMGS2 = cms.int32(1),
0094 TSSHTEC = cms.bool(False),
0095
0096
0097
0098
0099
0100
0101
0102 TSMWORD = cms.int32(255),
0103 TSMHTEC = cms.bool(False),
0104
0105
0106
0107 TSSCGS1 = cms.bool(True),
0108 TSTREN23 = cms.bool(True),
0109
0110
0111
0112
0113
0114
0115 TSSGS2 = cms.int32(1),
0116 TSMNOEC = cms.bool(False),
0117
0118
0119
0120
0121 TSSGS1 = cms.int32(1),
0122 TSTREN18 = cms.bool(True),
0123 TSMCCEC = cms.bool(False)
0124 )
0125 )
0126
0127