RestFrames
v1.0.0
RestFrames HEP Event Analysis Software Library
|
Definition at line 42 of file TreePlotNode.hh.
Public Member Functions | |
void | SetX (double x) |
void | SetY (double y) |
void | SetLabel (const std::string &label) |
void | SetSquare (bool square) |
void | SetFrame (const RestFrame &frame) |
void | SetState (const State &state) |
void | AddJigsaw (const Jigsaw &jigsaw) |
double | GetX () const |
double | GetY () const |
bool | DoLabel () const |
bool | DoSquare () const |
std::string | GetLabel () const |
RestFrame const & | GetFrame () const |
int | GetNJigsaws () const |
ConstJigsawList | GetJigsawList () const |
State const & | GetState () const |