14 c1->Range(0, 0, 14, 15.5);
16 event->SetFillColor(11);
18 event->AddText(
"Event");
20 line->SetLineWidth(2);
22 line->DrawLine(1.3, 13, 1.3, 3.5);
23 line->DrawLine(1.5, 13, 1.5, 5.5);
24 line->DrawLine(1.7, 13, 1.7, 7.5);
25 line->DrawLine(1.9, 13, 1.9, 9.5);
26 line->DrawLine(2.1, 13, 2.1, 11.5);
28 arrow->SetFillStyle(1001);
29 arrow->SetFillColor(1);
31 arrow->DrawArrow(1.3, 3.5, 3.9, 3.5, 0.02,
"|>");
32 arrow->DrawArrow(1.5, 5.5, 3.9, 5.5, 0.02,
"|>");
33 arrow->DrawArrow(1.7, 7.5, 3.9, 7.5, 0.02,
"|>");
34 arrow->DrawArrow(1.9, 9.5, 3.9, 9.5, 0.02,
"|>");
35 arrow->DrawArrow(2.1, 11.5, 3.9, 11.5, 0.02,
"|>");
67 text.SetTextAlign(12);
68 text.SetTextSize(0.04);
70 text.DrawText(6.2, 11.5,
"Header:Event_flag");
71 text.DrawText(7.2, 9.5,
"Trigger_Info");
72 text.DrawText(8.2, 7.5,
"Muon_Detector: TOF");
73 text.DrawText(9.2, 5.5,
"Calorimeters");
74 text.DrawText(10.2, 3.5,
"Forward_Detectors");
75 text.DrawText(11.2, 1.5,
"TPCs");
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetTextAlign(Short_t align=11)
Set the text alignment.
Use the TLine constructor to create a simple line.
void Draw(Option_t *option="") override
Draw this pave with its current attributes.
virtual TText * AddText(Double_t x1, Double_t y1, const char *label)