00001
00002
00003
00004
00005 import FWCore.ParameterSet.Config as cms
00006
00007 l1GtPsbSetup = cms.ESProducer("L1GtPsbSetupTrivialProducer",
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 PsbSetup = cms.VPSet(
00028 cms.PSet(
00029 Slot = cms.int32(9),
00030 Ch0SendLvds = cms.bool(True),
00031 Ch1SendLvds = cms.bool(True),
00032 EnableRecLvds = cms.vuint32(
00033 1, 1, 1, 1,
00034 1, 1, 1, 1,
00035 1, 1, 1, 1,
00036 1, 1, 1, 1),
00037 EnableRecSerLink = cms.vuint32(
00038 0, 0,
00039 0, 0,
00040 0, 0,
00041 0, 0)
00042 ),
00043 cms.PSet(
00044 Slot = cms.int32(13),
00045 Ch0SendLvds = cms.bool(False),
00046 Ch1SendLvds = cms.bool(False),
00047 EnableRecLvds = cms.vuint32(
00048 0, 0, 0, 0,
00049 0, 0, 0, 0,
00050 0, 0, 0, 0,
00051 0, 0, 0, 0),
00052 EnableRecSerLink = cms.vuint32(
00053 1, 1,
00054 1, 1,
00055 1, 1,
00056 1, 1)
00057 ),
00058 cms.PSet(
00059 Slot = cms.int32(14),
00060 Ch0SendLvds = cms.bool(False),
00061 Ch1SendLvds = cms.bool(False),
00062 EnableRecLvds = cms.vuint32(
00063 0, 0, 0, 0,
00064 0, 0, 0, 0,
00065 0, 0, 0, 0,
00066 0, 0, 0, 0),
00067 EnableRecSerLink = cms.vuint32(
00068 1, 1,
00069 1, 1,
00070 1, 1,
00071 1, 1)
00072 ),
00073 cms.PSet(
00074 Slot = cms.int32(15),
00075 Ch0SendLvds = cms.bool(True),
00076 Ch1SendLvds = cms.bool(True),
00077 EnableRecLvds = cms.vuint32(
00078 1, 1, 1, 1,
00079 1, 1, 1, 1,
00080 1, 1, 1, 1,
00081 1, 1, 1, 1),
00082 EnableRecSerLink = cms.vuint32(
00083 0, 0,
00084 0, 0,
00085 0, 0,
00086 0, 0)
00087 ),
00088 cms.PSet(
00089 Slot = cms.int32(19),
00090 Ch0SendLvds = cms.bool(False),
00091 Ch1SendLvds = cms.bool(False),
00092 EnableRecLvds = cms.vuint32(
00093 0, 0, 0, 0,
00094 0, 0, 0, 0,
00095 0, 0, 0, 0,
00096 0, 0, 0, 0),
00097 EnableRecSerLink = cms.vuint32(
00098 0, 0,
00099 0, 0,
00100 0, 0,
00101 0, 0)
00102 ),
00103 cms.PSet(
00104 Slot = cms.int32(20),
00105 Ch0SendLvds = cms.bool(False),
00106 Ch1SendLvds = cms.bool(False),
00107 EnableRecLvds = cms.vuint32(
00108 0, 0, 0, 0,
00109 0, 0, 0, 0,
00110 0, 0, 0, 0,
00111 0, 0, 0, 0),
00112 EnableRecSerLink = cms.vuint32(
00113 0, 0,
00114 0, 0,
00115 0, 0,
00116 0, 0)
00117 ),
00118 cms.PSet(
00119 Slot = cms.int32(21),
00120 Ch0SendLvds = cms.bool(False),
00121 Ch1SendLvds = cms.bool(False),
00122 EnableRecLvds = cms.vuint32(
00123 0, 0, 0, 0,
00124 0, 0, 0, 0,
00125 0, 0, 0, 0,
00126 0, 0, 0, 0),
00127 EnableRecSerLink = cms.vuint32(
00128 0, 0,
00129 0, 0,
00130 0, 0,
00131 0, 0)
00132 )
00133 )
00134
00135 )
00136
00137