#include <SignalPoint.h>
Public Member Functions | |
float | amplitude () const |
const LocalPoint & | position () const |
SignalPoint & | set_amplitude (float amp) |
float | sigma () const |
SignalPoint () | |
SignalPoint (float x, float y, float s, float a=1.0) | |
float | x () const |
float | y () const |
Private Attributes | |
float | _amplitude |
LocalPoint | _pos |
float | _sigma |
An elementar charge point, with position, sigma from diffusion and Amplitude. That describes the drifted charge seen on the surface of the sensors.
Definition at line 12 of file SignalPoint.h.
|
inline |
Definition at line 14 of file SignalPoint.h.
|
inline |
Definition at line 16 of file SignalPoint.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 20 of file SignalPoint.h.
References _pos, and PV3DBase< T, PVType, FrameType >::x().
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), and Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
inline |
Definition at line 21 of file SignalPoint.h.
References _pos, and PV3DBase< T, PVType, FrameType >::y().
Referenced by svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), and Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
private |
Definition at line 28 of file SignalPoint.h.
Referenced by amplitude(), and set_amplitude().
|
private |
Definition at line 26 of file SignalPoint.h.
Referenced by position(), x(), and y().
|
private |
Definition at line 27 of file SignalPoint.h.
Referenced by sigma().