CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
ecal_relval-layouts Namespace Reference

Functions

def ecalvalidationlayout
 

Function Documentation

def ecal_relval-layouts.ecalvalidationlayout (   i,
  p,
  rows 
)

Definition at line 1 of file ecal_relval-layouts.py.

1 def ecalvalidationlayout(i, p, *rows): i["EcalBarrel/Layouts/" + p] = DQMItem(layout=rows)
2 
3 ecalvalidationlayout(dqmitems, "00 Ecal RecHit size",
4  [{ 'path': "EcalBarrel/EcalInfo/EBMM hit number", 'description': "Number of rec hits (barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
5  [{ 'path': "EcalEndcap/EcalInfo/EEMM hit number", 'description': "Number of rec hits (endcaps) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
6 
7 ecalvalidationlayout(dqmitems, "01 ES RecHit size (Z -1)",
8  [{ 'path': "EcalPreshower/ESOccupancyTask/ES Num of RecHits Z -1 P 1", 'description': "Number of rec hits (ES -1 P1) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
9  [{ 'path': "EcalPreshower/ESOccupancyTask/ES Num of RecHits Z -1 P 2", 'description': "Number of rec hits (ES -1 P2) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
10 
11 ecalvalidationlayout(dqmitems, "02 ES RecHit size (Z +1)",
12  [{ 'path': "EcalPreshower/ESOccupancyTask/ES Num of RecHits Z 1 P 1", 'description': "Number of rec hits (ES +1 P1) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
13  [{ 'path': "EcalPreshower/ESOccupancyTask/ES Num of RecHits Z 1 P 2", 'description': "Number of rec hits (ES +1 P2) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
14 
15 ecalvalidationlayout(dqmitems, "03 EB RecHit spectra",
16  [{ 'path': "EcalBarrel/EBOccupancyTask/EBOT rec hit spectrum", 'description': "Energy of rec hits (barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
17 
18 ecalvalidationlayout(dqmitems, "04 EE RecHit spectra",
19  [{ 'path': "EcalEndcap/EEOccupancyTask/EEOT rec hit spectrum EE +", 'description': "Energy of rec hits (EE+) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
20  [{ 'path': "EcalEndcap/EEOccupancyTask/EEOT rec hit spectrum EE -", 'description': "Energy of rec hits (EE-) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
21 
22 ecalvalidationlayout(dqmitems, "05 ES RecHit spectra (Z -1)",
23  [{ 'path': "EcalPreshower/ESOccupancyTask/ES RecHit Energy Z -1 P 1", 'description': "Energy of rec hits (ES -1 P1) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
24  [{ 'path': "EcalPreshower/ESOccupancyTask/ES RecHit Energy Z -1 P 2", 'description': "Energy of rec hits (ES -1 P2) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
25 
26 ecalvalidationlayout(dqmitems, "06 ES RecHit spectra (Z +1)",
27  [{ 'path': "EcalPreshower/ESOccupancyTask/ES RecHit Energy Z 1 P 1", 'description': "Energy of rec hits (ES +1 P1) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
28  [{ 'path': "EcalPreshower/ESOccupancyTask/ES RecHit Energy Z 1 P 2", 'description': "Energy of rec hits (ES +1 P2) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
29 
30 ecalvalidationlayout(dqmitems, "07 EB RecHit max energy",
31  [{ 'path': "EcalBarrel/EBRecoSummary/recHits_EB_energyMax", 'description': "Reconstructed hits max energy in the barrel. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
32 
33 ecalvalidationlayout(dqmitems, "08 EE RecHit max energy",
34  [{ 'path': "EcalEndcap/EERecoSummary/recHits_EEP_energyMax", 'description': "Reconstructed hits max energy in the endcaps. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
35  [{ 'path': "EcalEndcap/EERecoSummary/recHits_EEM_energyMax", 'description': "Reconstructed hits max energy in the endcaps. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
36 
37 ecalvalidationlayout(dqmitems, "09 Preshower max energy",
38  [{ 'path': "EcalPreshower/ESRecoSummary/recHits_ES_energyMax", 'description': "Preshower rechits max energy. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
39 
40 ecalvalidationlayout(dqmitems, "10 EB RecHit eta",
41  [{ 'path': "EcalBarrel/EBOccupancyTask/EBOT rec hit thr occupancy projection eta", 'description': "Rec hits eta(barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
42 
43 ecalvalidationlayout(dqmitems, "11 EE RecHit eta",
44  [{ 'path': "EcalEndcap/EEOccupancyTask/EEOT rec hit thr occupancy EE - projection eta", 'description': "Rec hits eta(EE-) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
45  [{ 'path': "EcalEndcap/EEOccupancyTask/EEOT rec hit thr occupancy EE + projection eta", 'description': "Rec hits eta(EE+) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
46 
47 ecalvalidationlayout(dqmitems, "12 EB RecHit phi",
48  [{ 'path': "EcalBarrel/EBOccupancyTask/EBOT rec hit thr occupancy projection phi", 'description': "Rec hits phi(barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
49 
50 ecalvalidationlayout(dqmitems, "13 EE RecHit phi",
51  [{ 'path': "EcalEndcap/EEOccupancyTask/EEOT rec hit thr occupancy EE - projection phi", 'description': "Rec hits phi(EE-) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
52  [{ 'path': "EcalEndcap/EEOccupancyTask/EEOT rec hit thr occupancy EE + projection phi", 'description': "Rec hits phi(EE+) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
53 
54 #Timing : missing in the offline
55 ecalvalidationlayout(dqmitems, "14 EB RecHit time",
56  [{ 'path': "EcalBarrel/EBSummaryClient/EBTMT timing mean 1D summary", 'description': "Rec hits time(barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEc#alExpert</a>" }])
57 
58 ecalvalidationlayout(dqmitems, "15 EE RecHit time",
59  [{ 'path': "EcalEndcap/EESummaryClient/EETMT EE - timing mean 1D summary", 'description': "Rec hits time(EE-) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEc#alExpert</a>" }],
60  [{ 'path': "EcalEndcap/EESummaryClient/EETMT EE + timing mean 1D summary", 'description': "Rec hits time(EE+) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEc#alExpert</a>" }])
61 
62 ecalvalidationlayout(dqmitems, "16 Preshower timing",
63  [{ 'path': "EcalPreshower/ESRecoSummary/recHits_ES_time", 'description': "Preshower timing. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
64 
65 ecalvalidationlayout(dqmitems, "17 EB RecHit chi2",
66  [{ 'path': "EcalBarrel/EBRecoSummary/recHits_EB_Chi2", 'description': "Reconstructed hits shape chi2. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
67 
68 ecalvalidationlayout(dqmitems, "18 EE RecHit chi2",
69  [{ 'path': "EcalEndcap/EERecoSummary/recHits_EEP_Chi2", 'description': "Reconstructed hits shape chi2. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
70  [{ 'path': "EcalEndcap/EERecoSummary/recHits_EEM_Chi2", 'description': "Reconstructed hits shape chi2. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
71 
72 ecalvalidationlayout(dqmitems, "19 EB RecHit E1/E4",
73  [{ 'path': "EcalBarrel/EBRecoSummary/recHits_EB_E1oE4", 'description': "Reconstructed hits E1/E4. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
74 
75 ecalvalidationlayout(dqmitems, "20 RecHitsFlags",
76  [{ 'path': "EcalBarrel/EBRecoSummary/recHits_EB_recoFlag", 'description': "Reconstructed hits flags. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
77  [{ 'path': "EcalEndcap/EERecoSummary/recHits_EE_recoFlag", 'description': "Reconstructed hits flags. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
78 
79 ecalvalidationlayout(dqmitems, "21 reduced RecHitsFlags",
80  [{ 'path': "EcalBarrel/EBRecoSummary/redRecHits_EB_recoFlag", 'description': "Reconstructed hits flags (reduced collection). <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
81  [{ 'path': "EcalEndcap/EERecoSummary/redRecHits_EE_recoFlag", 'description': "Reconstructed hits flags (reduced collection). <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
82 
83 ecalvalidationlayout(dqmitems, "22 Basic Clusters Hits Flags",
84  [{ 'path': "EcalBarrel/EBRecoSummary/basicClusters_recHits_EB_recoFlag", 'description': "Flags of hits associated to basic clusters. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
85  [{ 'path': "EcalEndcap/EERecoSummary/basicClusters_recHits_EE_recoFlag", 'description': "Flags of hits associated to basic clusters. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
86 
87 
88 ecalvalidationlayout(dqmitems, "23 Number of basic clusters",
89  [{ 'path': "EcalBarrel/EBClusterTask/EBCLT BC number", 'description': "Number of Basic Clusters (barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
90  [{ 'path': "EcalEndcap/EEClusterTask/EECLT BC number", 'description': "Number of Basic Clusters (endcaps) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
91 
92 ecalvalidationlayout(dqmitems, "24 Number of super clusters",
93  [{ 'path': "EcalBarrel/EBClusterTask/EBCLT SC number", 'description': "Number of Super Clusters (barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
94  [{ 'path': "EcalEndcap/EEClusterTask/EECLT SC number", 'description': "Number of Super Clusters (endcaps) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
95 
96 ecalvalidationlayout(dqmitems, "25 Super Cluster energy",
97  [{ 'path': "EcalBarrel/EBClusterTask/EBCLT SC energy", 'description': "Energy of Super Clusters (barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
98  [{ 'path': "EcalEndcap/EEClusterTask/EECLT SC energy", 'description': "Energy of Super Clusters (endcaps) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
99 
100 ecalvalidationlayout(dqmitems, "26 Super Clusters Eta",
101  [{ 'path': "EcalBarrel/EBRecoSummary/superClusters_eta", 'description': "Super Clusters eta (barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
102  [{ 'path': "EcalEndcap/EERecoSummary/superClusters_eta", 'description': "Super Clusters eta (endcaps) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
103 
104 ecalvalidationlayout(dqmitems, "27 Super Clusters Phi",
105  [{ 'path': "EcalBarrel/EBRecoSummary/superClusters_EB_phi", 'description': "Super Clusters phi (barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
106  [{ 'path': "EcalEndcap/EERecoSummary/superClusters_EE_phi", 'description': "Super Clusters phi (endcaps) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
107 
108 ecalvalidationlayout(dqmitems, "28 Number of crystals per super cluster",
109  [{ 'path': "EcalBarrel/EBClusterTask/EBCLT SC size (crystal)", 'description': "Number of crystals per SC (barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
110  [{ 'path': "EcalEndcap/EEClusterTask/EECLT SC size (crystal)", 'description': "Number of crystals per SC (endcaps) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
111 
112 ecalvalidationlayout(dqmitems, "29 EB Super Clusters nBC",
113  [{ 'path': "EcalBarrel/EBRecoSummary/superClusters_EB_nBC", 'description': "Number of basic clusters in Super Clusters. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
114 
115 ecalvalidationlayout(dqmitems, "30 EE Super Clusters nBC",
116  [{ 'path': "EcalEndcap/EERecoSummary/superClusters_EEP_nBC", 'description': "Number of basic clusters in Super Clusters. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
117  [{ 'path': "EcalEndcap/EERecoSummary/superClusters_EEM_nBC", 'description': "Number of basic clusters in Super Clusters. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
118 
119 ecalvalidationlayout(dqmitems, "31 Super cluster seed swiss cross",
120  [{ 'path': "EcalBarrel/EBRecoSummary/superClusters_EB_E1oE4", 'description': "SC seed swiss cross (barrel) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
121  [{ 'path': "EcalEndcap/EERecoSummary/superClusters_EE_E1oE4", 'description': "SC seed swiss cross (endcaps) <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
122 
123 ecalvalidationlayout(dqmitems, "32 Preshower planes energy",
124  [{ 'path': "EcalPreshower/ESRecoSummary/esClusters_energy_plane1", 'description': "Preshower rechits energy on plane 1. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" },
125  { 'path': "EcalPreshower/ESRecoSummary/esClusters_energy_plane2", 'description': "Preshower rechits energy on plane 2. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }],
126  [{ 'path': "EcalPreshower/ESRecoSummary/esClusters_energy_ratio", 'description': "Preshower rechits energy on plane1/plane2. <a href=https://twiki.cern.ch/twiki/bin/view/CMS/DQMShiftEcalExpert>DQMShiftEcalExpert</a>" }])
127