|
ant
A2 ant: class-based analysis framework
|
#include <TH2DrawTool.h>
Inheritance diagram for ant::TH2DrawTool:
Collaboration diagram for ant::TH2DrawTool:Public Types | |
| typedef std::vector< matrixstack::Vector > | point_list |
Public Member Functions | |
| TH2DrawTool (TH2Poly *target) | |
| virtual | ~TH2DrawTool () |
| void | Draw (const matrixstack::Vector &vector) |
| void | Draw (const point_list &points) |
| Int_t | FinishShape () |
| void | ResetShape () |
Public Member Functions inherited from ant::matrixstack | |
| matrixstack () | |
| ~matrixstack () | |
| void | PushMatrix () |
| void | ApplyMatrix (const Matrix &m) |
| void | PopMatrix () |
| void | LoadIdentity () |
| void | Rotate (const double phi) |
| void | Translate (const Vector &d) |
| void | Scale (const double x, const double y) |
| const Matrix & | matrix () const |
| Matrix & | matrix () |
| Vector | Transform (const Vector &v) |
| typedef std::vector<matrixstack::Vector> ant::TH2DrawTool::point_list |
| TH2DrawTool::TH2DrawTool | ( | TH2Poly * | target | ) |
|
inlinevirtual |
| void TH2DrawTool::Draw | ( | const matrixstack::Vector & | vector | ) |
| void TH2DrawTool::Draw | ( | const point_list & | points | ) |
| Int_t TH2DrawTool::FinishShape | ( | ) |
| void TH2DrawTool::ResetShape | ( | ) |