ATLAS Offline Software
Public Member Functions | List of all members
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:
test_pyathena.pt
pt
Definition: test_pyathena.py:11
calibdata.cd
cd
Definition: calibdata.py:51
makeTransCanvas.text
text
Definition: makeTransCanvas.py:11