@@ -43,7 +43,7 @@ double y_min = -15;
43
43
double y_max = 10 ;
44
44
double y_margin = 0 ;
45
45
double header_size = 0.05 ;
46
- std ::array < float , 4 > ldim {0.587646 , 0.62395 , 0.942404 , 0.880252 };
46
+ std ::array < float , 4 > ldim {0.59015 , 0.62395 , 0.942404 , 0.880252 };
47
47
double pad_x0 = 0.00 ;
48
48
double pad_x1 = 1 ;
49
49
double pad_y0 = 0.00 ;
@@ -252,23 +252,6 @@ void draw_text(const std::string& text) {
252
252
plabel -> Draw ();
253
253
}
254
254
255
- void draw_text2 () {
256
-
257
- const double y = 7.5 ;
258
-
259
- TLatex * ttext1 = new TLatex (
260
- 15.2 , y , "#splitline{Measurable with}{an inhomgeneous field}" );
261
- TLatex * ttext2 =
262
- new TLatex (20.2 , y , "#splitline{Measurable with}{a material}" );
263
- ttext1 -> SetTextFont (132 );
264
- ttext1 -> SetTextSize (0.045 );
265
- ttext2 -> SetTextFont (132 );
266
- ttext2 -> SetTextSize (0.045 );
267
-
268
- ttext1 -> Draw ();
269
- ttext2 -> Draw ();
270
- }
271
-
272
255
// ROOT Script for jacboain file reading
273
256
void jacobian_comparison () {
274
257
@@ -329,15 +312,7 @@ void jacobian_comparison() {
329
312
helix_rect_histo -> Draw ("hist P same" );
330
313
rect_legend -> AddEntry (helix_rect_histo , Helix_homogeneous .c_str (), "p" );
331
314
332
- /*
333
- TLegendEntry* rect_header =
334
- (TLegendEntry*)rect_legend->GetListOfPrimitives()->First();
335
- rect_header->SetTextFont(22);
336
- rect_header->SetTextSize(header_size);
337
- */
338
-
339
315
draw_lines ();
340
- // draw_text2();
341
316
rect_legend -> Draw ();
342
317
draw_text (rect_text );
343
318
rect_canvas -> Draw ();
@@ -381,15 +356,7 @@ void jacobian_comparison() {
381
356
helix_wire_histo -> Draw ("hist P same" );
382
357
wire_legend -> AddEntry (helix_wire_histo , Helix_homogeneous .c_str (), "p" );
383
358
384
- /*
385
- TLegendEntry* wire_header =
386
- (TLegendEntry*)wire_legend->GetListOfPrimitives()->First();
387
- wire_header->SetTextFont(22);
388
- wire_header->SetTextSize(header_size);
389
- */
390
-
391
359
draw_lines ();
392
- // draw_text2();
393
360
wire_legend -> Draw ();
394
361
draw_text (wire_text );
395
362
wire_canvas -> Draw ();
0 commit comments