|
116 | 116 | document.getElementById('debug').innerHTML += "<a href='drawoptions.htm?all&" + arg + "'>Drawings for all supported options</a><br/>";
|
117 | 117 |
|
118 | 118 | 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"); |
120 | 120 | draw_item_options(file, "hpxpy;1", "h2_draw", ";COL;COLZ;COL2;COL3;LEGO");
|
121 | 121 | draw_item_options(file, "hprof;1", "prof_draw", ";E;E1;pE2;hist");
|
122 | 122 | });
|
|
173 | 173 | LoadFile("higgs_c.root", function(file) {
|
174 | 174 | draw_item_options(file, "c;1", "can8_draw", "col=1;col=2;col=3;mathjax=1", 0.);
|
175 | 175 | });
|
| 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 | + |
176 | 185 | }
|
177 | 186 |
|
178 | 187 |
|
@@ -227,6 +236,11 @@ <h2>TCanvas class</h2>
|
227 | 236 | <div id="can7_draw"></div>
|
228 | 237 | <div id="can8_draw"></div>
|
229 | 238 |
|
| 239 | + <div id="atlas1_draw"></div> |
| 240 | + <div id="atlas2_draw"></div> |
| 241 | + <div id="atlas3_draw"></div> |
| 242 | + |
| 243 | + |
230 | 244 | </body>
|
231 | 245 |
|
232 | 246 | </html>
|
|
0 commit comments