ATLAS Offline Software
Loading...
Searching...
No Matches
TextPage Class Reference
Inheritance diagram for TextPage:
Collaboration diagram for TextPage:

Public Member Functions

 TextPage (const string &)

Detailed Description

Definition at line 84 of file TRTCalib_makeplots.cxx.

Constructor & Destructor Documentation

◆ TextPage()

TextPage::TextPage ( const string & text)

Definition at line 90 of file TRTCalib_makeplots.cxx.

91{
92 this->cd();
93 TPaveText *pt = new TPaveText(.1, .1, 0.9, 0.9);
94 pt->SetTextAlign(22);
95 pt->AddText(text.data());
96 pt->Draw();
97}

The documentation for this class was generated from the following file: