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.TopFolderName = cms.string("TrackerPhase2ITDigi")
8 pixDigiMon.NumberOfDigisPerDetH = cms.PSet(
9  Nbins = cms.int32(200),
10  xmin = cms.double(0.0),
11  xmax = cms.double(2000.),
12  switch = cms.bool(True))
13 pixDigiMon.NumberOfClustersPerDetH = cms.PSet(
14  Nbins = cms.int32(200),
15  xmin = cms.double(0.0),
16  xmax = cms.double(2000.),
17  switch = cms.bool(True))
18 pixDigiMon.ChargeXYMapH = cms.PSet(
19  Nxbins = cms.int32(450),
20  xmin = cms.double(0.5),
21  xmax = cms.double(450.5),
22  Nybins = cms.int32(1350),
23  ymin = cms.double(0.5),
24  ymax = cms.double(1350.5),
25  switch = cms.bool(True))
26 pixDigiMon.PositionOfDigisPH = cms.PSet(
27  Nxbins = cms.int32(1350),
28  xmin = cms.double(0.5),
29  xmax = cms.double(1350.5),
30  Nybins = cms.int32(450),
31  ymin = cms.double(0.5),
32  ymax = cms.double(450.5),
33  switch = cms.bool(True))
34 pixDigiMon.XYPositionMapH = cms.PSet(
35  Nxbins = cms.int32(340),
36  xmin = cms.double(-170.),
37  xmax = cms.double(170.),
38  Nybins = cms.int32(340),
39  ymin = cms.double(-170.),
40  ymax = cms.double(170.),
41  switch = cms.bool(True))
42 pixDigiMon.RZPositionMapH = cms.PSet(
43  Nxbins = cms.int32(3000),
44  xmin = cms.double(-3000.0),
45  xmax = cms.double(3000.),
46  Nybins = cms.int32(280),
47  ymin = cms.double(0.),
48  ymax = cms.double(280.),
49  switch = cms.bool(True))
50 pixDigiMon.ClusterPositionPH = cms.PSet(
51  Nxbins = cms.int32(960),
52  xmin = cms.double(0.5),
53  xmax = cms.double(960.5),
54  Nybins = cms.int32(32),
55  ymin = cms.double(0.5),
56  ymax = cms.double(32.5),
57  switch = cms.bool(True))
58 
59 
60 otDigiMon = digiMon.clone()
61 otDigiMon.PixelPlotFillingFlag = cms.bool(False)
62 otDigiMon.TopFolderName = cms.string("TrackerPhase2OTDigi")
Phase2TrackerMonitorDigi_cfi