CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions | Variables
html Namespace Reference

Classes

class  HtmlReport
 
class  HtmlReportDummy
 
class  IndexSection
 
class  Page
 
class  PageSet
 
class  PlotPurpose
 
class  Table
 
class  TrackingIterPage
 
class  TrackingPageSet
 

Functions

def _allPtCut
 
def _allToBTV
 
def _allToHP
 
def _allToPixel
 
def _lowerFirst
 
def _ptCut
 
def _sectionNameLegend
 
def _toAlgoMask
 
def _toHP
 
def _toOriAlgo
 
def _toPixel
 

Variables

dictionary _allmaterialsplots = {"HGCal_x_vs_eta","HGCal_l_vs_eta","HGCal_x_vs_phi","HGCal_l_vs_phi","HGCal_x_vs_R","HGCal_l_vs_R","HGCal_x_vs_eta_vs_phi","HGCal_l_vs_eta_vs_phi","HGCal_x_vs_z_vs_Rsum","HGCal_l_vs_z_vs_Rsum","HGCal_x_vs_z_vs_Rsumcos","HGCal_l_vs_z_vs_Rsumcos","HGCal_x_vs_z_vs_Rloc","HGCal_l_vs_z_vs_Rloc"}
 
dictionary _allmaterialsPlotsDesc
 
string _allName = "All tracks"
 
string _allTPEfficLegend = "All tracks, efficiency denominator contains all TrackingParticles"
 
string _allTPEfficName = _allName+" (all TPs)"
 
string _bhadronLegend = "All tracks, efficiency denominator contains only TrackingParticles from B-hadron decays"
 
string _bhadronName = "All tracks (B-hadron TPs)"
 
string _bhadronPtLegend = "Tracks (pT > 0.9 GeV), efficiency denominator contains only TrackingParticles from B-hadron decays"
 
string _btvLegend = "BTV-like selected tracks"
 
string _conversionName = "Tracks for conversions"
 
string _displacedName = "All tracks (TPs with no tip or lip cuts)"
 
string _fromPVAllTP2Legend = "Tracks from reco PV (another method), fake rate numerator contains all TrackingParticles (separates fake tracks from pileup tracks)"
 
string _fromPVAllTPLegend = "Tracks from reco PV, fake rate numerator contains all TrackingParticles (separates fake tracks from pileup tracks)"
 
string _fromPVAllTPName = "Tracks from PV (all TPs)"
 
string _fromPVAllTPPt2Legend = "Tracks (pT > 0.9 GeV) from reco PV (another method), fake rate numerator contains all TrackingParticles (separates fake tracks from pileup tracks)"
 
string _fromPVAllTPPtLegend = "Tracks (pT > 0.9 GeV) from reco PV, fake rate numerator contains all TrackingParticles (separates fake tracks from pileup tracks)"
 
string _fromPVLegend = "Tracks from reco PV vs. TrackingParticles from gen PV (fake rate includes pileup tracks)"
 
string _fromPVName = "Tracks from PV"
 
string _fromPVPtLegend = "Tracks (pT > 0.9 GeV) from reco PV vs. TrackingParticles from gen PV (fake rate includes pileup tracks)"
 
dictionary _fromvertexplots = {"HGCal_l_vs_eta","HGCal_l_vs_z_vs_Rsum","HGCal_l_vs_z_vs_Rsum_Zpluszoom"}
 
dictionary _fromVertexPlotsDesc
 
dictionary _geoPageNameMap
 
string _gsfName = "Electron GSF tracks"
 
dictionary _hideShowFun
 
list _individualmaterials = ['Air','Aluminium','Cables','Copper','Epoxy','HGC_G10-FR4','Kapton','Lead','Other','Scintillator','Silicon','Stainless_Steel','WCu']
 
dictionary _individualmatplots = {"HGCal_x_vs_z_vs_Rsum","HGCal_l_vs_z_vs_Rsum","HGCal_x_vs_z_vs_Rsumcos","HGCal_l_vs_z_vs_Rsumcos","HGCal_x_vs_z_vs_Rloc","HGCal_l_vs_z_vs_Rloc"}
 
dictionary _individualMatPlotsDesc
 
list _MatBudSections = ["allhgcal","indimat","fromvertex"]
 
dictionary _matPageNameMap
 
dictionary _pageNameMap
 
dictionary _sampleFileName
 
dictionary _sampleName
 
tuple _sectionNameMapOrder
 
dictionary _summary = {}
 
list _summobj = ['hitCalibration','hitValidation', 'layerClusters','tracksters']
 
string _tpEtaGreater2p7Name = "All tracks (TP |eta| > 2.7)"
 
string _tpPtLess09Name = "All tracks (TP pT < 0.9 GeV)"
 
dictionary _trackAlgoName
 
list _trackAlgoOrder
 
tuple _trackQualityNameOrder
 
list summhitcalib
 
list summhitvalid
 
list summlc
 
list summmcEM
 
list summmcHAD
 
 summmcTICL = summmcEM+summmcHAD
 
list summstandalone
 

Function Documentation

def html._allPtCut (   s)
private

Definition at line 65 of file html.py.

65 
66 def _allPtCut(s):
return s.replace("All tracks", "Tracks pT > 0.9 GeV")
def _allPtCut
Definition: html.py:65
def html._allToBTV (   s)
private

Definition at line 63 of file html.py.

63 
64 def _allToBTV(s):
return s.replace("All", "BTV-like")
def _allToBTV
Definition: html.py:63
def html._allToHP (   s)
private

Definition at line 61 of file html.py.

Referenced by _sectionNameLegend().

61 
62 def _allToHP(s):
return s.replace("All", "High purity")
def _allToHP
Definition: html.py:61
def html._allToPixel (   s)
private

Definition at line 69 of file html.py.

69 
70 def _allToPixel(s):
return s.replace("All", "Pixel")
def _allToPixel
Definition: html.py:69
def html._lowerFirst (   s)
private

Definition at line 4 of file html.py.

Referenced by _toHP().

4 
5 def _lowerFirst(s):
6  return s[0].lower()+s[1:]
def _lowerFirst
Definition: html.py:4
def html._ptCut (   s)
private

Definition at line 67 of file html.py.

References python.rootplot.root2matplotlib.replace().

67 
68 def _ptCut(s):
return s.replace("Tracks", "Tracks pT > 0.9 GeV").replace("tracks", "tracks pT > 0.9 GeV")
def _ptCut
Definition: html.py:67
def html._sectionNameLegend ( )
private

Definition at line 261 of file html.py.

References _allToHP(), and _toHP().

Referenced by html.Page._appendLegend().

262 def _sectionNameLegend():
263  return {
264  "btvLike": _btvLegend,
265  "ak4PFJets": "Tracks from AK4 PF jets (jet corrected pT > 10 GeV)",
266  "allTPEffic": _allTPEfficLegend,
267  "allTPEffic_": _allTPEfficLegend,
268  "allTPEffic_highPurity": _allToHP(_allTPEfficLegend),
269  "fromPV": _fromPVLegend,
270  "fromPV_": _fromPVLegend,
271  "fromPV_highPurity": _toHP(_fromPVLegend),
272  "fromPV_Pt09": _fromPVPtLegend,
273  "fromPV_highPurity_Pt09": _toHP(_fromPVPtLegend),
274  "fromPVAllTP": _fromPVAllTPLegend,
275  "fromPVAllTP_": _fromPVAllTPLegend,
276  "fromPVAllTP_highPurity": _toHP(_fromPVAllTPLegend),
277  "fromPVAllTP_Pt09": _fromPVAllTPPtLegend,
278  "fromPVAllTP_highPurityPt09": _toHP(_fromPVAllTPPtLegend),
279  "fromPVAllTP2_": _fromPVAllTP2Legend,
280  "fromPVAllTP2_highPurity": _toHP(_fromPVAllTP2Legend),
281  "fromPVAllTP2_Pt09": _fromPVAllTPPt2Legend,
282  "fromPVAllTP2_highPurityPt09": _toHP(_fromPVAllTPPt2Legend),
283  "bhadron_": _bhadronLegend,
284  "bhadron_highPurity": _allToHP(_bhadronLegend),
285  "bhadron_btvLike": _bhadronLegend.replace("All tracks", _btvLegend),
286  "pixelFromPV_": _fromPVLegend,
287  "pixelFromPV_Pt09": _fromPVPtLegend,
288  "pixelFromPVAllTP_": _fromPVAllTPLegend,
289  "pixelFromPVAllTP_Pt09": _fromPVAllTPPtLegend,
290  "pixelbhadron_": _bhadronLegend,
291  "pixelbhadron_Pt09": _bhadronPtLegend,
292  }
def _allToHP
Definition: html.py:61
def _sectionNameLegend
Definition: html.py:261
def _toHP
Definition: html.py:55
def html._toAlgoMask (   s)
private

Definition at line 59 of file html.py.

59 
60 def _toAlgoMask(s):
return s.replace("tracks", "tracks by algoMask")
def _toAlgoMask
Definition: html.py:59
def html._toHP (   s)
private

Definition at line 55 of file html.py.

References _lowerFirst().

Referenced by _sectionNameLegend().

55 
56 def _toHP(s):
return "High purity "+_lowerFirst(s)
def _lowerFirst
Definition: html.py:4
def _toHP
Definition: html.py:55
def html._toOriAlgo (   s)
private

Definition at line 57 of file html.py.

57 
58 def _toOriAlgo(s):
return s.replace("tracks", "tracks by originalAlgo")
def _toOriAlgo
Definition: html.py:57
def html._toPixel (   s)
private

Definition at line 71 of file html.py.

71 
72 def _toPixel(s):
return s.replace("Tracks", "Pixel tracks")
def _toPixel
Definition: html.py:71

Variable Documentation

dictionary html._allmaterialsplots = {"HGCal_x_vs_eta","HGCal_l_vs_eta","HGCal_x_vs_phi","HGCal_l_vs_phi","HGCal_x_vs_R","HGCal_l_vs_R","HGCal_x_vs_eta_vs_phi","HGCal_l_vs_eta_vs_phi","HGCal_x_vs_z_vs_Rsum","HGCal_l_vs_z_vs_Rsum","HGCal_x_vs_z_vs_Rsumcos","HGCal_l_vs_z_vs_Rsumcos","HGCal_x_vs_z_vs_Rloc","HGCal_l_vs_z_vs_Rloc"}

Definition at line 228 of file html.py.

dictionary html._allmaterialsPlotsDesc

Definition at line 241 of file html.py.

string html._allName = "All tracks"

Definition at line 45 of file html.py.

string html._allTPEfficLegend = "All tracks, efficiency denominator contains all TrackingParticles"

Definition at line 251 of file html.py.

string html._allTPEfficName = _allName+" (all TPs)"

Definition at line 46 of file html.py.

string html._bhadronLegend = "All tracks, efficiency denominator contains only TrackingParticles from B-hadron decays"

Definition at line 258 of file html.py.

string html._bhadronName = "All tracks (B-hadron TPs)"

Definition at line 53 of file html.py.

string html._bhadronPtLegend = "Tracks (pT > 0.9 GeV), efficiency denominator contains only TrackingParticles from B-hadron decays"

Definition at line 259 of file html.py.

string html._btvLegend = "BTV-like selected tracks"

Definition at line 250 of file html.py.

string html._conversionName = "Tracks for conversions"

Definition at line 51 of file html.py.

string html._displacedName = "All tracks (TPs with no tip or lip cuts)"

Definition at line 54 of file html.py.

string html._fromPVAllTP2Legend = "Tracks from reco PV (another method), fake rate numerator contains all TrackingParticles (separates fake tracks from pileup tracks)"

Definition at line 256 of file html.py.

string html._fromPVAllTPLegend = "Tracks from reco PV, fake rate numerator contains all TrackingParticles (separates fake tracks from pileup tracks)"

Definition at line 254 of file html.py.

string html._fromPVAllTPName = "Tracks from PV (all TPs)"

Definition at line 48 of file html.py.

string html._fromPVAllTPPt2Legend = "Tracks (pT > 0.9 GeV) from reco PV (another method), fake rate numerator contains all TrackingParticles (separates fake tracks from pileup tracks)"

Definition at line 257 of file html.py.

string html._fromPVAllTPPtLegend = "Tracks (pT > 0.9 GeV) from reco PV, fake rate numerator contains all TrackingParticles (separates fake tracks from pileup tracks)"

Definition at line 255 of file html.py.

string html._fromPVLegend = "Tracks from reco PV vs. TrackingParticles from gen PV (fake rate includes pileup tracks)"

Definition at line 252 of file html.py.

string html._fromPVName = "Tracks from PV"

Definition at line 47 of file html.py.

string html._fromPVPtLegend = "Tracks (pT > 0.9 GeV) from reco PV vs. TrackingParticles from gen PV (fake rate includes pileup tracks)"

Definition at line 253 of file html.py.

dictionary html._fromvertexplots = {"HGCal_l_vs_eta","HGCal_l_vs_z_vs_Rsum","HGCal_l_vs_z_vs_Rsum_Zpluszoom"}

Definition at line 230 of file html.py.

dictionary html._fromVertexPlotsDesc
Initial value:
1 = {
2  "HGCal_x_vs_eta" : "The plot below shows the stacked profile histogram of all sub detectors in front of muon stations. This profile histogram displays the mean value of the material budget in units of radiation length in each eta bin. 250 bins in eta (-5,5), so eta is divided in 0.04 width bins. ",
3 
4  "HGCal_l_vs_eta" : "The plots below shows the stacked profile histogram of all sub detectors in front of muon stations. This profile histogram displays the mean value of the material budget in units of interaction length in each eta bin. 250 bins in eta (-5,5), so eta is divided in 0.04 width bins. ",
5 
6  "HGCal_l_vs_z_vs_Rsum" : "The plots below shows the detectors that are taken into account in the calculation of the material budget. Keep in mind that coloured regions that depicts each sub-detector area may contain Air as material.",
7 
8  "HGCal_l_vs_z_vs_Rsum_Zpluszoom" : "The zoomed plots below shows the detectors that are taken into account in the calculation of the material budget. Keep in mind that coloured regions that depicts each sub-detector area may contain Air as material."
9 
10 
11 
12 }

Definition at line 273 of file html.py.

dictionary html._geoPageNameMap
Initial value:
1 = {
2  "allhgcal": "All materials",
3 # "zminus" : "Zminus",
4 # "zplus" : "Zplus",
5  "indimat" : "Individual materials",
6  "fromvertex": "From vertex up to in front of muon stations"
7 }

Definition at line 200 of file html.py.

string html._gsfName = "Electron GSF tracks"

Definition at line 52 of file html.py.

dictionary html._hideShowFun
Initial value:
1 = {
2  "thestyle" : "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> \n <style> \n body {font-family: Arial;} \n.tab { \n overflow: hidden; \n border: 1px solid #ccc; \n background-color: #f1f1f1;} \n .tab button { background-color: inherit; \n float: left; \n border: none; \n outline: none; \n cursor: pointer; \n padding: 14px 16px; \n transition: 0.3s; \n font-size: 17px; } \n .tab button:hover { background-color: #ddd; } \n .tab button.active { background-color: #ccc; } \n .tabcontent { display: none; \n padding: 6px 12px; \n border: 1px solid #ccc; \n border-top: none; \n} \n </style>",
3  "buttonandFunction" : "<script> \n function openRegion(evt, regionName) { \n var i, tabcontent, tablinks;\n tabcontent = document.getElementsByClassName(\"tabcontent\"); \n for (i = 0; i < tabcontent.length; i++) {\n tabcontent[i].style.display = \"none\";\n }\n tablinks = document.getElementsByClassName(\"tablinks\"); \n for (i = 0; i < tablinks.length; i++) {\n tablinks[i].className = tablinks[i].className.replace(\" active\", \"\"); \n }\n document.getElementById(regionName).style.display = \"block\";\n evt.currentTarget.className += \" active\"; \n}\n</script>\n",
4  "divTabs" : "<div class=\"tab\">\n <button class=\"tablinks\" onclick=\"openRegion(event, \'_AllHGCAL\')\">All HGCAL</button>\n <button class=\"tablinks\" onclick=\"openRegion(event, \'_ZminusZoom\')\">Zminus</button>\n <button class=\"tablinks\" onclick=\"openRegion(event, \'_ZplusZoom\')\">Zplus</button>\n </div>\n "
5 }

Definition at line 286 of file html.py.

list html._individualmaterials = ['Air','Aluminium','Cables','Copper','Epoxy','HGC_G10-FR4','Kapton','Lead','Other','Scintillator','Silicon','Stainless_Steel','WCu']

Definition at line 208 of file html.py.

dictionary html._individualmatplots = {"HGCal_x_vs_z_vs_Rsum","HGCal_l_vs_z_vs_Rsum","HGCal_x_vs_z_vs_Rsumcos","HGCal_l_vs_z_vs_Rsumcos","HGCal_x_vs_z_vs_Rloc","HGCal_l_vs_z_vs_Rloc"}

Definition at line 226 of file html.py.

dictionary html._individualMatPlotsDesc
Initial value:
1 = {
2 "HGCal_x_vs_z_vs_Rsum" : "The plots below shows the 2D profile histogram for THEMAT in all HGCAL that displays the mean value of the material budget in units of radiation length in each R-z cell. R-z cell is 1 cm x 1 mm. The plots depict the accumulated material budget as seen by the track, as the track travels throughout the detector.",
3 "HGCal_l_vs_z_vs_Rsum" : "The plots below shows the 2D profile histogram for THEMAT in all HGCAL that displays the mean value of the material budget in units of interaction length in each R-z cell. R-z cell is 1 cm x 1 mm. The plots depict the accumulated material budget as seen by the track, as the track travels throughout the detector.",
4 "HGCal_x_vs_z_vs_Rsumcos" : "The plots below shows the 2D profile histogram for THEMAT in all HGCAL that displays the mean value of the material budget in units of radiation length in each R-z cell. R-z cell is 1 cm x 1 mm. The plots depict the orthogonal accumulated material budget, that is cos(theta) what the track sees. ",
5 "HGCal_l_vs_z_vs_Rsumcos" : "The plots below shows the 2D profile histogram for THEMAT in all HGCAL that displays the mean value of the material budget in units of interaction length in each R-z cell. R-z cell is 1 cm x 1 mm. The plots depict the orthogonal accumulated material budget, that is cos(theta) what the track sees. ",
6 "HGCal_x_vs_z_vs_Rloc" : "The plots below shows the 2D profile histogram for THEMAT in all HGCAL that displays the local mean value of the material budget in units of radiation length in each R-z cell. R-z cell is 1 cm x 1 mm. The plots depict the local material budget as seen by the track, as the track travels throughout the detector. ",
7 "HGCal_l_vs_z_vs_Rloc" : "The plots below shows the 2D profile histogram for THEMAT in all HGCAL that displays the local mean value of the material budget in units of interaction length in each R-z cell. R-z cell is 1 cm x 1 mm. The plots depict the local material budget as seen by the track, as the track travels throughout the detector. "
8 }

Definition at line 232 of file html.py.

list html._MatBudSections = ["allhgcal","indimat","fromvertex"]

Definition at line 198 of file html.py.

dictionary html._matPageNameMap
Initial value:
1 = {
2  'Air': 'Air',
3  'Aluminium': 'Aluminium',
4  'Cables': 'Cables',
5  'Copper': 'Copper',
6  'Epoxy': 'Epoxy',
7  'HGC_G10-FR4': 'HGC_G10-FR4',
8  'Kapton': 'Kapton',
9  'Lead': 'Lead',
10  'Other': 'Other',
11  'Scintillator': 'Scintillator',
12  'Silicon': 'Silicon',
13  'Stainless_Steel': 'Stainless Steel',
14  'WCu': 'WCu'
15 }

Definition at line 210 of file html.py.

dictionary html._pageNameMap
Initial value:
1 = {
2  "summary": "Summary",
3  "hitCalibration": "Reconstructed hits calibration",
4  "hitValidation" : "Simulated hits, digis, reconstructed hits validation" ,
5  "layerClusters": "Layer clusters",
6  "tracksters":"Tracksters",
7  "ticlMultiClustersFromTrackstersEM": "Electromagnetic multiclusters",
8  "ticlMultiClustersFromTrackstersHAD": "Hadronic multiclusters",
9  "hgcalMultiClusters" : "Old multiclusters",
10  "standalone" : "Standalone study on simulated hits, digis, reconstructed hits"
11 }

Definition at line 96 of file html.py.

dictionary html._sampleFileName

Definition at line 53 of file html.py.

dictionary html._sampleName

Definition at line 4 of file html.py.

tuple html._sectionNameMapOrder
Initial value:
1 = collections.OrderedDict([
2  # These are for the summary page
3  # Will add later
4  # layerClusters
5  ("layerClusters", "Layer clusters"),
6  # ticlMultiClustersFromTrackstersEM
7  ("ticlMultiClustersFromTrackstersEM","Electromagnetic multiclusters"),
8  # ticlMultiClustersFromTrackstersHAD
9  ("ticlMultiClustersFromTrackstersHAD","Hadronic multiclusters"),
10  ("tracksters","Tracksters"),
11  # hgcalMultiClusters
12  ("hgcalMultiClusters","Old multiclusters"),
13 ])

Definition at line 108 of file html.py.

dictionary html._summary = {}

Definition at line 123 of file html.py.

list html._summobj = ['hitCalibration','hitValidation', 'layerClusters','tracksters']

Definition at line 127 of file html.py.

string html._tpEtaGreater2p7Name = "All tracks (TP |eta| &gt; 2.7)"

Definition at line 50 of file html.py.

string html._tpPtLess09Name = "All tracks (TP pT &lt; 0.9 GeV)"

Definition at line 49 of file html.py.

dictionary html._trackAlgoName
Initial value:
1 = {
2  "ootb": "Out of the box",
3  "iter0" : "Iterative Step 0",
4  "iter1" : "Iterative Step 1",
5  "iter2" : "Iterative Step 2",
6  "iter3" : "Iterative Step 3",
7  "iter4" : "Iterative Step 4",
8  "iter5" : "Iterative Step 5",
9  "iter6" : "Iterative Step 6",
10  "iter7" : "Iterative Step 7",
11  "iter9" : "Iterative Step 9",
12  "iter10": "Iterative Step 10",
13  "pixel": "Pixel tracks",
14 }

Definition at line 139 of file html.py.

list html._trackAlgoOrder

Definition at line 154 of file html.py.

tuple html._trackQualityNameOrder

Definition at line 73 of file html.py.

list html.summhitcalib
Initial value:
1 = [
2  'Layer_Occupancy/LayerOccupancy/LayerOccupancy.png',
3  'ReconstructableEnergyOverCPenergy/ReconstructableEnergyOverCPenergy/h_EoP_CPene_300_calib_fraction.png',
4  'ReconstructableEnergyOverCPenergy/ReconstructableEnergyOverCPenergy/h_EoP_CPene_200_calib_fraction.png',
5  'ReconstructableEnergyOverCPenergy/ReconstructableEnergyOverCPenergy/h_EoP_CPene_100_calib_fraction.png',
6  'ReconstructableEnergyOverCPenergy/ReconstructableEnergyOverCPenergy/h_EoP_CPene_scint_calib_fraction.png'
7  ]

Definition at line 131 of file html.py.

list html.summhitvalid
Initial value:
1 = [
2  'SimHits_Validation/HitValidation/heeEnSim.png',
3  'SimHits_Validation/HitValidation/hebEnSim.png',
4  'SimHits_Validation/HitValidation/hefEnSim.png']

Definition at line 140 of file html.py.

list html.summlc
Initial value:
1 = [
2  'hgcalLayerClusters_Z-minus: LC_CP association/Efficiencies_vs_layer/globalEfficiencies.png' ,
3  'hgcalLayerClusters_Z-plus: LC_CP association/Efficiencies_vs_layer/globalEfficiencies.png' ,
4  'hgcalLayerClusters_Z-minus: LC_CP association/Duplicates_vs_layer/globalEfficiencies.png' ,
5  'hgcalLayerClusters_Z-plus: LC_CP association/Duplicates_vs_layer/globalEfficiencies.png' ,
6  'hgcalLayerClusters_Z-minus: LC_CP association/FakeRate_vs_layer/globalEfficiencies.png' ,
7  'hgcalLayerClusters_Z-plus: LC_CP association/FakeRate_vs_layer/globalEfficiencies.png' ,
8  'hgcalLayerClusters_Z-minus: LC_CP association/MergeRate_vs_layer/globalEfficiencies.png' ,
9  'hgcalLayerClusters_Z-plus: LC_CP association/MergeRate_vs_layer/globalEfficiencies.png',
10  'SelectedCaloParticles_Photons/SelectedCaloParticles_num_caloparticle_eta.png',
11  'SelectedCaloParticles_Photons/SelectedCaloParticles_caloparticle_pt.png',
12  'SelectedCaloParticles_Photons/SelectedCaloParticles_caloparticle_phi.png',
13  'SelectedCaloParticles_Photons/SelectedCaloParticles_caloparticle_energy.png',
14  'SelectedCaloParticles_Photons/SelectedCaloParticles_Eta vs Zorigin.png'
15  ]

Definition at line 146 of file html.py.

list html.summmcEM
Initial value:
1 = [
2  'ticlTrackstersEM/Purities/globalEfficiencies.png' ,
3  'ticlTrackstersEM/Duplicates/globalEfficiencies.png' ,
4  'ticlTrackstersEM/FakeRate/globalEfficiencies.png' ,
5  'ticlTrackstersEM/MergeRate/globalEfficiencies.png'
6 ]

Definition at line 163 of file html.py.

list html.summmcHAD
Initial value:
1 = [
2  'ticlTrackstersHAD/Purities/globalEfficiencies.png' ,
3  'ticlTrackstersHAD/Duplicates/globalEfficiencies.png' ,
4  'ticlTrackstersHAD/FakeRate/globalEfficiencies.png' ,
5  'ticlTrackstersHAD/MergeRate/globalEfficiencies.png'
6 ]

Definition at line 171 of file html.py.

html.summmcTICL = summmcEM+summmcHAD

Definition at line 178 of file html.py.

list html.summstandalone
Initial value:
1 = [
2  'hgcalSimHitStudy/RZ_AllDetectors.png'
3 ]

Definition at line 181 of file html.py.