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 133 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 135 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 138 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 143 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 154 of file SiPixelDigitizerAlgorithm.h.
References _amplitude.
|
inline |
Definition at line 155 of file SiPixelDigitizerAlgorithm.h.
References _hitp.
|
inline |
Definition at line 148 of file SiPixelDigitizerAlgorithm.h.
References _pos.
|
inline |
Definition at line 156 of file SiPixelDigitizerAlgorithm.h.
References _amplitude.
|
inline |
Definition at line 151 of file SiPixelDigitizerAlgorithm.h.
References _sigma_x.
|
inline |
Definition at line 152 of file SiPixelDigitizerAlgorithm.h.
References _sigma_y.
|
inline |
|
inline |
Definition at line 149 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 150 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 163 of file SiPixelDigitizerAlgorithm.h.
Referenced by amplitude(), and set_amplitude().
|
private |
Definition at line 166 of file SiPixelDigitizerAlgorithm.h.
Referenced by hit().
|
private |
Definition at line 161 of file SiPixelDigitizerAlgorithm.h.
Referenced by position(), x(), and y().
|
private |
Definition at line 164 of file SiPixelDigitizerAlgorithm.h.
Referenced by sigma_x().
|
private |
Definition at line 165 of file SiPixelDigitizerAlgorithm.h.
Referenced by sigma_y().
|
private |
Definition at line 162 of file SiPixelDigitizerAlgorithm.h.
Referenced by time().