File indexing completed on 2024-04-06 12:03:26
0001 import FWCore.ParameterSet.Config as cms
0002
0003 process = cms.Process("ICALIB")
0004
0005 process.load("Configuration.Geometry.GeometryExtended2017_cff")
0006 process.load("Geometry.TrackerGeometryBuilder.trackerParameters_cfi")
0007 process.TrackerTopologyEP = cms.ESProducer("TrackerTopologyEP")
0008
0009 process.MessageLogger = cms.Service("MessageLogger",
0010 cerr = cms.untracked.PSet(
0011 enable = cms.untracked.bool(False)
0012 ),
0013 cout = cms.untracked.PSet(
0014 enable = cms.untracked.bool(True),
0015 threshold = cms.untracked.string('INFO')
0016 )
0017 )
0018
0019 process.source = cms.Source("EmptyIOVSource",
0020 lastValue = cms.uint64(1),
0021 timetype = cms.string('runnumber'),
0022 firstValue = cms.uint64(1),
0023 interval = cms.uint64(1)
0024 )
0025
0026 process.maxEvents = cms.untracked.PSet(
0027 input = cms.untracked.int32(1)
0028 )
0029 process.PoolDBOutputService = cms.Service("PoolDBOutputService",
0030 BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
0031 DBParameters = cms.PSet(
0032 authenticationPath = cms.untracked.string('')
0033 ),
0034 timetype = cms.untracked.string('runnumber'),
0035 connect = cms.string('sqlite_file:prova.db'),
0036 toPut = cms.VPSet(cms.PSet(
0037 record = cms.string('SiPixelQualityFromDbRcd'),
0038 tag = cms.string('SiPixelQuality_v07_mc')
0039 ))
0040 )
0041
0042 process.prod = cms.EDAnalyzer("SiPixelBadModuleByHandBuilder",
0043 ROCListFile = cms.untracked.string(""),
0044 BadModuleList = cms.untracked.VPSet(cms.PSet(
0045 errortype = cms.string('whole'),
0046 detid = cms.uint32(302197784)
0047 ),
0048 cms.PSet(
0049 errortype = cms.string('whole'),
0050 detid = cms.uint32(302195232)
0051 ),
0052 cms.PSet(
0053 errortype = cms.string('whole'),
0054 detid = cms.uint32(302123296)
0055 ),
0056 cms.PSet(
0057 errortype = cms.string('whole'),
0058 detid = cms.uint32(302127136)
0059 ),
0060 cms.PSet(
0061 errortype = cms.string('tbmA'),
0062 detid = cms.uint32(302125076)
0063 ),
0064 cms.PSet(
0065 errortype = cms.string('tbmB'),
0066 detid = cms.uint32(302126364)
0067 ),
0068 cms.PSet(
0069 errortype = cms.string('whole'),
0070 detid = cms.uint32(302188552)
0071 ),
0072 cms.PSet(
0073 errortype = cms.string('whole'),
0074 detid = cms.uint32(302121992)
0075 ),
0076 cms.PSet(
0077 errortype = cms.string('whole'),
0078 detid = cms.uint32(302126596)
0079 ),
0080 cms.PSet(
0081 errortype = cms.string('whole'),
0082 detid = cms.uint32(344014340)
0083 ),
0084 cms.PSet(
0085 errortype = cms.string('whole'),
0086 detid = cms.uint32(344014344)
0087 ),
0088 cms.PSet(
0089 errortype = cms.string('whole'),
0090 detid = cms.uint32(344014348)
0091 ),
0092 cms.PSet(
0093 errortype = cms.string('whole'),
0094 detid = cms.uint32(344019460)
0095 ),
0096 cms.PSet(
0097 errortype = cms.string('whole'),
0098 detid = cms.uint32(344019464)
0099 ),
0100 cms.PSet(
0101 errortype = cms.string('whole'),
0102 detid = cms.uint32(344019468)
0103 ),
0104 cms.PSet(
0105 errortype = cms.string('whole'),
0106 detid = cms.uint32(344078852)
0107 ),
0108 cms.PSet(
0109 errortype = cms.string('whole'),
0110 detid = cms.uint32(344078856)
0111 ),
0112 cms.PSet(
0113 errortype = cms.string('whole'),
0114 detid = cms.uint32(344078860)
0115 ),
0116 cms.PSet(
0117 errortype = cms.string('whole'),
0118 detid = cms.uint32(344078596)
0119 ),
0120 cms.PSet(
0121 errortype = cms.string('whole'),
0122 detid = cms.uint32(344078600)
0123 ),
0124 cms.PSet(
0125 errortype = cms.string('whole'),
0126 detid = cms.uint32(344078604)
0127 ),
0128 cms.PSet(
0129 errortype = cms.string('whole'),
0130 detid = cms.uint32(344078608)
0131 ),
0132 cms.PSet(
0133 errortype = cms.string('whole'),
0134 detid = cms.uint32(344077572)
0135 ),
0136 cms.PSet(
0137 errortype = cms.string('whole'),
0138 detid = cms.uint32(344077576)
0139 ),
0140 cms.PSet(
0141 errortype = cms.string('whole'),
0142 detid = cms.uint32(344077580)
0143 ),
0144 cms.PSet(
0145 errortype = cms.string('whole'),
0146 detid = cms.uint32(344077584)
0147 ),
0148 cms.PSet(
0149 errortype = cms.string('whole'),
0150 detid = cms.uint32(344079620)
0151 ),
0152 cms.PSet(
0153 errortype = cms.string('whole'),
0154 detid = cms.uint32(344079624)
0155 ),
0156 cms.PSet(
0157 errortype = cms.string('whole'),
0158 detid = cms.uint32(344079628)
0159 ),
0160 cms.PSet(
0161 errortype = cms.string('whole'),
0162 detid = cms.uint32(344079632)
0163 ),
0164 cms.PSet(
0165 errortype = cms.string('whole'),
0166 detid = cms.uint32(302059800)
0167 ),
0168 cms.PSet(
0169 errortype = cms.string('tbmA'),
0170 detid = cms.uint32(302125060)
0171 )),
0172
0173 Record = cms.string('SiPixelQualityFromDbRcd'),
0174 SinceAppendMode = cms.bool(True),
0175 IOVMode = cms.string('Run'),
0176 printDebug = cms.untracked.bool(True),
0177 doStoreOnDB = cms.bool(True)
0178 )
0179
0180
0181
0182 process.p = cms.Path(process.prod)
0183
0184
0185