CMS 3D CMS Logo

Phase2TrackerMonitorDigi_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 
5 pixDigiMon = digiMon.clone()
6 pixDigiMon.PixelPlotFillingFlag = cms.bool(True)
7 pixDigiMon.StandAloneClusteriserFlag = cms.bool(False)
8 pixDigiMon.TopFolderName = cms.string("TrackerPhase2ITDigi")
9 pixDigiMon.NumberOfDigisPerDetH = cms.PSet(
10  Nbins = cms.int32(500),
11  xmin = cms.double(-0.5),
12  xmax = cms.double(999.5),
13  switch = cms.bool(True))
14 pixDigiMon.NumberOfClustersPerDetH = cms.PSet(
15  Nbins = cms.int32(200),
16  xmin = cms.double(0.0),
17  xmax = cms.double(2000.),
18  switch = cms.bool(True))
19 pixDigiMon.ChargeXYMapH = cms.PSet(
20  Nxbins = cms.int32(450),
21  xmin = cms.double(0.5),
22  xmax = cms.double(450.5),
23  Nybins = cms.int32(1350),
24  ymin = cms.double(0.5),
25  ymax = cms.double(1350.5),
26  switch = cms.bool(False))
27 pixDigiMon.PositionOfDigisPH = cms.PSet(
28  Nxbins = cms.int32(675),
29  xmin = cms.double(0.5),
30  xmax = cms.double(1350.5),
31  Nybins = cms.int32(225),
32  ymin = cms.double(0.5),
33  ymax = cms.double(450.5),
34  switch = cms.bool(True))
35 pixDigiMon.XYPositionMapH = cms.PSet(
36  Nxbins = cms.int32(340),
37  xmin = cms.double(-170.),
38  xmax = cms.double(170.),
39  Nybins = cms.int32(340),
40  ymin = cms.double(-170.),
41  ymax = cms.double(170.),
42  switch = cms.bool(True))
43 pixDigiMon.RZPositionMapH = cms.PSet(
44  Nxbins = cms.int32(600),
45  xmin = cms.double(-3000.0),
46  xmax = cms.double(3000.),
47  Nybins = cms.int32(280),
48  ymin = cms.double(0.),
49  ymax = cms.double(280.),
50  switch = cms.bool(True))
51 pixDigiMon.ClusterPositionPH = cms.PSet(
52  Nxbins = cms.int32(960),
53  xmin = cms.double(0.5),
54  xmax = cms.double(960.5),
55  Nybins = cms.int32(32),
56  ymin = cms.double(0.5),
57  ymax = cms.double(32.5),
58  switch = cms.bool(True))
59 
60 
61 otDigiMon = digiMon.clone()
62 otDigiMon.PixelPlotFillingFlag = cms.bool(False)
63 otDigiMon.StandAloneClusteriserFlag = cms.bool(False)
64 otDigiMon.TopFolderName = cms.string("TrackerPhase2OTDigi")
65 otDigiMon.XYPositionMapH = cms.PSet(
66  Nxbins = cms.int32(250),
67  xmin = cms.double(-1250.),
68  xmax = cms.double(1250.),
69  Nybins = cms.int32(250),
70  ymin = cms.double(-1250.),
71  ymax = cms.double(1250.),
72  switch = cms.bool(True))
73 otDigiMon.RZPositionMapH = cms.PSet(
74  Nxbins = cms.int32(600),
75  xmin = cms.double(-3000.),
76  xmax = cms.double(3000.),
77  Nybins = cms.int32(250),
78  ymin = cms.double(0.),
79  ymax = cms.double(1250.),
80  switch = cms.bool(True))
81 otDigiMon.PositionOfDigisSH = cms.PSet(
82  Nxbins = cms.int32(508),
83  xmin = cms.double(0.5),
84  xmax = cms.double(1016.5),
85  Nybins = cms.int32(2),
86  ymin = cms.double(0.5),
87  ymax = cms.double(2.5),
88  switch = cms.bool(True))
Phase2TrackerMonitorDigi_cfi