#include <XHistogram.h>
Public Member Functions | |
bool | operator< (const position &other) const |
position () | |
position (double f_, double x_, double y_) | |
Public Attributes | |
double | f |
double | x |
double | y |
Definition at line 104 of file XHistogram.h.
|
inline |
Definition at line 109 of file XHistogram.h.
|
inline |
Definition at line 111 of file XHistogram.h.
|
inline |
double XHistogram::position::f |
Definition at line 105 of file XHistogram.h.
Referenced by operator<().
double XHistogram::position::x |
Definition at line 106 of file XHistogram.h.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
double XHistogram::position::y |
Definition at line 107 of file XHistogram.h.
Referenced by svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().