Public Member Functions | |
float | amplitude () const |
const PSimHit & | hit () |
const LocalPoint & | position () const |
SignalPoint & | set_amplitude (float amp) |
float | sigma_x () const |
float | sigma_y () const |
SignalPoint () | |
SignalPoint (float x, float y, float sigma_x, float sigma_y, float t, float a=1.0) | |
SignalPoint (float x, float y, float sigma_x, float sigma_y, float t, const PSimHit &hit, float a=1.0) | |
float | time () const |
float | x () const |
float | y () const |
Private Attributes | |
float | _amplitude |
const PSimHit * | _hitp |
LocalPoint | _pos |
float | _sigma_x |
float | _sigma_y |
float | _time |
Internal use only.
Definition at line 204 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 206 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 209 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 214 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 225 of file SiPixelDigitizerAlgorithm.h.
References _amplitude.
|
inline |
Definition at line 226 of file SiPixelDigitizerAlgorithm.h.
References _hitp.
|
inline |
Definition at line 219 of file SiPixelDigitizerAlgorithm.h.
References _pos.
|
inline |
Definition at line 227 of file SiPixelDigitizerAlgorithm.h.
References _amplitude.
|
inline |
Definition at line 222 of file SiPixelDigitizerAlgorithm.h.
References _sigma_x.
|
inline |
Definition at line 223 of file SiPixelDigitizerAlgorithm.h.
References _sigma_y.
|
inline |
|
inline |
Definition at line 220 of file SiPixelDigitizerAlgorithm.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 221 of file SiPixelDigitizerAlgorithm.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 234 of file SiPixelDigitizerAlgorithm.h.
Referenced by amplitude(), and set_amplitude().
|
private |
Definition at line 237 of file SiPixelDigitizerAlgorithm.h.
Referenced by hit().
|
private |
Definition at line 232 of file SiPixelDigitizerAlgorithm.h.
Referenced by position(), x(), and y().
|
private |
Definition at line 235 of file SiPixelDigitizerAlgorithm.h.
Referenced by sigma_x().
|
private |
Definition at line 236 of file SiPixelDigitizerAlgorithm.h.
Referenced by sigma_y().
|
private |
Definition at line 233 of file SiPixelDigitizerAlgorithm.h.
Referenced by time().