File indexing completed on 2022-11-25 00:27:01
0001 import FWCore.ParameterSet.Config as cms
0002
0003 Phase2OTMonitorCluster = cms.EDProducer('Phase2OTMonitorCluster',
0004 GlobalNClusters = cms.PSet(
0005 name = cms.string('NumberOfClusters'),
0006 title = cms.string(';Number of clusters per event;'),
0007 xmin = cms.double(0),
0008 switch = cms.bool(True),
0009 xmax = cms.double(350000),
0010 NxBins = cms.int32(150)
0011 ),
0012 GlobalPositionXY_P = cms.PSet(
0013 name = cms.string('Global_ClusterPosition_XY_P'),
0014 title = cms.string('Global_ClusterPosition_XY_P;x [mm];y [mm];'),
0015 NxBins = cms.int32(1250),
0016 xmin = cms.double(-1250),
0017 xmax = cms.double(1250),
0018 NyBins = cms.int32(1250),
0019 ymin = cms.double(-1250),
0020 ymax = cms.double(1250),
0021 switch = cms.bool(True)
0022 ),
0023 GlobalPositionXY_S = cms.PSet(
0024 name = cms.string('Global_ClusterPosition_XY_S'),
0025 title = cms.string('Global_ClusterPosition_XY_S;x [mm];y [mm];'),
0026 NxBins = cms.int32(1250),
0027 xmin = cms.double(-1250),
0028 xmax = cms.double(1250),
0029 NyBins = cms.int32(1250),
0030 ymin = cms.double(-1250),
0031 ymax = cms.double(1250),
0032 switch = cms.bool(True)
0033 ),
0034 GlobalPositionRZ_P = cms.PSet(
0035 name = cms.string('Global_ClusterPosition_RZ_P'),
0036 title = cms.string('Global_ClusterPosition_RZ_P;z [mm];r [mm]'),
0037 NxBins = cms.int32(1500),
0038 xmin = cms.double(-3000),
0039 xmax = cms.double(3000),
0040 NyBins = cms.int32(1250),
0041 ymin = cms.double(0),
0042 ymax = cms.double(1250),
0043 switch = cms.bool(True)
0044 ),
0045 GlobalPositionRZ_S = cms.PSet(
0046 name = cms.string('Global_ClusterPosition_RZ_S'),
0047 title = cms.string('Global_ClusterPosition_RZ_S;z [mm];r [mm]'),
0048 NxBins = cms.int32(1500),
0049 xmin = cms.double(-3000),
0050 xmax = cms.double(3000),
0051 NyBins = cms.int32(1250),
0052 ymin = cms.double(0),
0053 ymax = cms.double(1250),
0054 switch = cms.bool(True)
0055 ),
0056 NClustersLayer_P = cms.PSet(
0057 name = cms.string('NumberOfClustersLayerP'),
0058 title = cms.string(';Number of clusters per event(macro pixel sensor);'),
0059 xmin = cms.double(0),
0060 xmax = cms.double(28000),
0061 NxBins = cms.int32(150),
0062 switch = cms.bool(True)
0063 ),
0064 NClustersLayer_S = cms.PSet(
0065 name = cms.string('NumberOfClustersLayerS'),
0066 title = cms.string(';Number of clusters per event(strip sensor);'),
0067 xmin = cms.double(0),
0068 xmax = cms.double(28000),
0069 NxBins = cms.int32(150),
0070 switch = cms.bool(True)
0071 ),
0072 ClusterSize_P = cms.PSet(
0073 name = cms.string('ClusterSize_P'),
0074 title = cms.string(';cluster size(macro pixel sensor);'),
0075 xmin = cms.double(-0.5),
0076 xmax = cms.double(30.5),
0077 NxBins = cms.int32(31),
0078 switch = cms.bool(True)
0079 ),
0080 ClusterSize_S = cms.PSet(
0081 name = cms.string('ClusterSize_S'),
0082 title = cms.string(';cluster size(strip sensor);'),
0083 xmin = cms.double(-0.5),
0084 xmax = cms.double(30.5),
0085 NxBins = cms.int32(31),
0086 switch = cms.bool(True)
0087 ),
0088 GlobalPositionXY_perlayer_P = cms.PSet(
0089 name = cms.string('GlobalPositionXY_perlayer_P'),
0090 title = cms.string('GlobalClusterPositionXY_perlayer_P;x [mm];y [mm];'),
0091 NxBins = cms.int32(1250),
0092 xmin = cms.double(-1250),
0093 xmax = cms.double(1250),
0094 NyBins = cms.int32(1250),
0095 ymin = cms.double(-1250),
0096 ymax = cms.double(1250),
0097 switch = cms.bool(False)
0098 ),
0099 GlobalPositionXY_perlayer_S = cms.PSet(
0100 name = cms.string('GlobalPositionXY_perlayer_S'),
0101 title = cms.string('GlobalClusterPositionXY_perlayer_S;x [mm];y [mm];'),
0102 NxBins = cms.int32(1250),
0103 xmin = cms.double(-1250),
0104 xmax = cms.double(1250),
0105 NyBins = cms.int32(1250),
0106 ymin = cms.double(-1250),
0107 ymax = cms.double(1250),
0108 switch = cms.bool(False)
0109 ),
0110 LocalPositionXY_P = cms.PSet(
0111 name = cms.string('LocalPositionXY_P'),
0112 title = cms.string('LocalPositionXY_P;x ;y ;'),
0113 NxBins = cms.int32(50),
0114 xmin = cms.double(-10),
0115 xmax = cms.double(10),
0116 NyBins = cms.int32(50),
0117 ymin = cms.double(-10),
0118 ymax = cms.double(10),
0119 switch = cms.bool(True)
0120 ),
0121 LocalPositionXY_S = cms.PSet(
0122 name = cms.string('LocalPositionXY_S'),
0123 title = cms.string('LocalPositionXY_S;x ;y ;'),
0124 NxBins = cms.int32(50),
0125 xmin = cms.double(-10),
0126 xmax = cms.double(10),
0127 NyBins = cms.int32(50),
0128 ymin = cms.double(-10),
0129 ymax = cms.double(10),
0130 switch = cms.bool(True)
0131 ),
0132 TopFolderName = cms.string('TrackerPhase2OTCluster'),
0133 clusterSrc = cms.InputTag('siPhase2Clusters'),
0134 mightGet = cms.optional.untracked.vstring
0135 )