Public Member Functions | |
float | ampl () const |
Amplitude () | |
Amplitude (float amp, const PSimHit *hitp, float frac) | |
const std::vector< const PSimHit * > & | hits () |
std::vector< float > | individualampl () const |
operator float () const | |
void | operator+= (const Amplitude &other) |
void | operator+= (const float &) |
void | set (const float amplitude) |
Private Attributes | |
float | _amp |
std::vector< float > | _frac |
std::vector< const PSimHit * > | _hits |
Internal use only.
Definition at line 176 of file SiPixelDigitizerAlgorithm.h.
|
inline |
Definition at line 178 of file SiPixelDigitizerAlgorithm.h.
References _hits.
|
inline |
Definition at line 179 of file SiPixelDigitizerAlgorithm.h.
|
inline |
|
inline |
Definition at line 195 of file SiPixelDigitizerAlgorithm.h.
References _hits.
|
inline |
Definition at line 194 of file SiPixelDigitizerAlgorithm.h.
References _frac.
|
inline |
|
inline |
Definition at line 197 of file SiPixelDigitizerAlgorithm.h.
References _amp, _frac, and _hits.
|
inline |
|
inline |
Definition at line 211 of file SiPixelDigitizerAlgorithm.h.
References _amp.
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
private |
Definition at line 218 of file SiPixelDigitizerAlgorithm.h.
Referenced by ampl(), operator float(), operator+=(), and set().
|
private |
Definition at line 220 of file SiPixelDigitizerAlgorithm.h.
Referenced by Amplitude(), individualampl(), and operator+=().
|
private |
Definition at line 219 of file SiPixelDigitizerAlgorithm.h.
Referenced by Amplitude(), hits(), and operator+=().