#include <DigitizerUtility.h>
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 |
Definition at line 150 of file DigitizerUtility.h.
|
inline |
Definition at line 152 of file DigitizerUtility.h.
|
inline |
Definition at line 154 of file DigitizerUtility.h.
|
inline |
Definition at line 157 of file DigitizerUtility.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 161 of file DigitizerUtility.h.
References _pos, and PV3DBase< T, PVType, FrameType >::x().
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
inline |
Definition at line 162 of file DigitizerUtility.h.
References _pos, and PV3DBase< T, PVType, FrameType >::y().
Referenced by svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
private |
Definition at line 176 of file DigitizerUtility.h.
Referenced by amplitude(), and set_amplitude().
|
private |
Definition at line 179 of file DigitizerUtility.h.
Referenced by hit().
|
private |
Definition at line 174 of file DigitizerUtility.h.
Referenced by position(), x(), and y().
|
private |
Definition at line 177 of file DigitizerUtility.h.
Referenced by sigma_x().
|
private |
Definition at line 178 of file DigitizerUtility.h.
Referenced by sigma_y().
|
private |
Definition at line 175 of file DigitizerUtility.h.
Referenced by time().