#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 93 of file DigitizerUtility.h.
|
inline |
Definition at line 95 of file DigitizerUtility.h.
|
inline |
Definition at line 97 of file DigitizerUtility.h.
|
inline |
Definition at line 100 of file DigitizerUtility.h.
|
inline |
Definition at line 109 of file DigitizerUtility.h.
|
inline |
Definition at line 110 of file DigitizerUtility.h.
|
inline |
Definition at line 103 of file DigitizerUtility.h.
|
inline |
Definition at line 111 of file DigitizerUtility.h.
|
inline |
Definition at line 106 of file DigitizerUtility.h.
|
inline |
Definition at line 107 of file DigitizerUtility.h.
|
inline |
Definition at line 108 of file DigitizerUtility.h.
|
inline |
Definition at line 104 of file DigitizerUtility.h.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
inline |
Definition at line 105 of file DigitizerUtility.h.
Referenced by svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
private |
Definition at line 119 of file DigitizerUtility.h.
|
private |
Definition at line 122 of file DigitizerUtility.h.
|
private |
Definition at line 117 of file DigitizerUtility.h.
|
private |
Definition at line 120 of file DigitizerUtility.h.
|
private |
Definition at line 121 of file DigitizerUtility.h.
|
private |
Definition at line 118 of file DigitizerUtility.h.