Skip to content

Commit 68efadf

Browse files
committed
Mark as 3.8 version
1 parent 93316a3 commit 68efadf

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

docs/drawoptions.htm

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
document.getElementById('debug').innerHTML += "<a href='drawoptions.htm?all&" + arg + "'>Drawings for all supported options</a><br/>";
117117

118118
LoadFile("hsimple.root", function(file) {
119-
draw_item_options(file, "hpx;1", "h1_draw", ";P;P0;E;E1;E2");
119+
draw_item_options(file, "hpx;1", "h1_draw", ";P;P0;E;E1;pE2");
120120
draw_item_options(file, "hpxpy;1", "h2_draw", ";COL;COLZ;COL2;COL3;LEGO");
121121
draw_item_options(file, "hprof;1", "prof_draw", ";E;E1;pE2;hist");
122122
});
@@ -173,6 +173,15 @@
173173
LoadFile("higgs_c.root", function(file) {
174174
draw_item_options(file, "c;1", "can8_draw", "col=1;col=2;col=3;mathjax=1", 0.);
175175
});
176+
LoadFile("hitmap.root", function(file) {
177+
draw_item_options(file, "HitMap;1", "atlas1_draw", "colz", 0.);
178+
draw_item_options(file, "EnergyMeanAsyLo;1", "atlas2_draw", "hist", 0.);
179+
});
180+
181+
LoadFile("atlas.root", function(file) {
182+
draw_item_options(file, "LEDShapeHeightCorr_Gain0;1", "atlas3_draw", "col", 0.);
183+
});
184+
176185
}
177186

178187

@@ -227,6 +236,11 @@ <h2>TCanvas class</h2>
227236
<div id="can7_draw"></div>
228237
<div id="can8_draw"></div>
229238

239+
<div id="atlas1_draw"></div>
240+
<div id="atlas2_draw"></div>
241+
<div id="atlas3_draw"></div>
242+
243+
230244
</body>
231245

232246
</html>

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878
} (function(JSROOT) {
7979

80-
JSROOT.version = "dev 1/10/2015";
80+
JSROOT.version = "3.8 2/10/2015";
8181

8282
JSROOT.source_dir = "";
8383
JSROOT.source_min = false;

0 commit comments

Comments
 (0)