CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripMonitorTrack_cfi.py
Go to the documentation of this file.
2 
3 # MonitorTrackGlobal
4 SiStripMonitorTrack = cms.EDAnalyzer(
5  "SiStripMonitorTrack",
6 
7  TrackProducer = cms.string('generalTracks'),
8  TrackLabel = cms.string(''),
9  TrajectoryInEvent = cms.bool(True),
10  AlgoName = cms.string('GenTk'),
11 
12  RawDigis_On = cms.bool(False),
13  RawDigiProducer = cms.string('simSiStripDigis'),
14  RawDigiLabel = cms.string('VirginRaw'),
15 
16  OutputMEsInRootFile = cms.bool(False),
17  OutputFileName = cms.string('test_monitortrackparameters_rs.root'),
18 
19  Cluster_src = cms.InputTag('siStripClusters'),
20 
21  ModulesToBeExcluded = cms.vuint32(),
22 
23  Mod_On = cms.bool(False),
24  OffHisto_On = cms.bool(True),
25  Trend_On = cms.bool(False),
26  HistoFlag_On = cms.bool(False),
27  RingFlag_On = cms.bool(False),
28  TkHistoMap_On = cms.bool(True),
29 
30  ClusterConditions = cms.PSet( On = cms.bool(False),
31  minStoN = cms.double(0.0),
32  maxStoN = cms.double(2000.0),
33  minWidth = cms.double(0.0),
34  maxWidth = cms.double(200.0)
35  ),
36 
37  TH1nClustersOn = cms.PSet( Nbinx = cms.int32(100),
38  xmin = cms.double(-0.5),
39  xmax = cms.double(1999.5),
40  layerswitchon = cms.bool(True)
41  ),
42 
43  TH1nClustersOff = cms.PSet( Nbinx = cms.int32(200),
44  xmin = cms.double(-0.5),
45  xmax = cms.double(8999.5),
46  layerswitchon = cms.bool(True)
47  ),
48 
49  TH1ClusterCharge = cms.PSet( Nbinx = cms.int32(100),
50  xmin = cms.double(-0.5),
51  xmax = cms.double(999.5),
52  layerswitchon = cms.bool(True)
53  ),
54 
55  TH1ClusterStoN = cms.PSet( Nbinx = cms.int32(100),
56  xmin = cms.double(-0.5),
57  xmax = cms.double(299.5),
58  layerswitchon = cms.bool(True)
59  ),
60 
61  TH1ClusterChargeCorr = cms.PSet( Nbinx = cms.int32(100),
62  xmin = cms.double(-0.5),
63  xmax = cms.double(399.5),
64  layerswitchon = cms.bool(True)
65  ),
66 
67  TH1ClusterStoNCorr = cms.PSet( Nbinx = cms.int32(200),
68  xmin = cms.double(-0.5),
69  xmax = cms.double(199.5),
70  layerswitchon = cms.bool(True),
71  globalswitchon = cms.bool(True)
72  ),
73  TH1ClusterStoNCorrMod = cms.PSet( Nbinx = cms.int32(50),
74  xmin = cms.double(-0.5),
75  xmax = cms.double(199.5)
76  ),
77 
78  TH1ClusterNoise = cms.PSet( Nbinx = cms.int32(20),
79  xmin = cms.double(-0.5),
80  xmax = cms.double(9.5),
81  layerswitchon = cms.bool(True)
82  ),
83 
84  TH1ClusterWidth = cms.PSet( Nbinx = cms.int32(20),
85  xmin = cms.double(-0.5),
86  xmax = cms.double(19.5),
87  layerswitchon = cms.bool(True)
88  ),
89 
90  TH1ClusterSymmEtaCC = cms.PSet( Nbinx = cms.int32(120),
91  xmin = cms.double(-0.1),
92  xmax = cms.double(1.1)
93  ),
94 
95  TH1ClusterWidthCC = cms.PSet( Nbinx = cms.int32(10),
96  xmin = cms.double(-0.5),
97  xmax = cms.double(9.5)
98  ),
99 
100  TH1ClusterEstimatorCC = cms.PSet( Nbinx = cms.int32(120),
101  xmin = cms.double(-0.1),
102  xmax = cms.double(1.1)
103  ),
104 
105  TProfileClusterPGV = cms.PSet( Nbinx = cms.int32(20),
106  xmin = cms.double(-10.0),
107  xmax = cms.double(10.0),
108  Nbiny = cms.int32(20),
109  ymin = cms.double(-0.1),
110  ymax = cms.double(1.2)
111  ),
112 
113  Trending = cms.PSet( Nbins = cms.int32(10),
114  Steps = cms.int32(5),
115  UpdateMode = cms.int32(1)
116  ),
117 
118  UseDCSFiltering = cms.bool(True)
119 
120  )