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 172 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 174 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 176 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 179 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 188 of file SiPixelDigitizerAlgorithm.h.
References _amplitude.
|
inline |
Definition at line 189 of file SiPixelDigitizerAlgorithm.h.
References _hitp.
|
inline |
Definition at line 182 of file SiPixelDigitizerAlgorithm.h.
References _pos.
|
inline |
Definition at line 190 of file SiPixelDigitizerAlgorithm.h.
References _amplitude.
|
inline |
Definition at line 185 of file SiPixelDigitizerAlgorithm.h.
References _sigma_x.
|
inline |
Definition at line 186 of file SiPixelDigitizerAlgorithm.h.
References _sigma_y.
|
inline |
|
inline |
Definition at line 183 of file SiPixelDigitizerAlgorithm.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 184 of file SiPixelDigitizerAlgorithm.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 198 of file SiPixelDigitizerAlgorithm.h.
Referenced by amplitude(), and set_amplitude().
|
private |
Definition at line 201 of file SiPixelDigitizerAlgorithm.h.
Referenced by hit().
|
private |
Definition at line 196 of file SiPixelDigitizerAlgorithm.h.
Referenced by position(), x(), and y().
|
private |
Definition at line 199 of file SiPixelDigitizerAlgorithm.h.
Referenced by sigma_x().
|
private |
Definition at line 200 of file SiPixelDigitizerAlgorithm.h.
Referenced by sigma_y().
|
private |
Definition at line 197 of file SiPixelDigitizerAlgorithm.h.
Referenced by time().