#include <IAmplifier.h>
Definition at line 20 of file IAmplifier.h.
◆ list_t
◆ ~IAmplifier()
virtual IAmplifier::~IAmplifier |
( |
| ) |
|
|
inlinevirtual |
◆ crosstalk() [1/2]
virtual float IAmplifier::crosstalk |
( |
const list_t & |
Charges, |
|
|
const float |
timeOverThreshold |
|
) |
| const |
|
pure virtual |
Neighbour strip cross talk response strip to a list of charges with times.
◆ crosstalk() [2/2]
virtual void IAmplifier::crosstalk |
( |
const list_t & |
Charges, |
|
|
const float |
timeOverThreshold, |
|
|
std::vector< float > & |
resp |
|
) |
| const |
|
pure virtual |
◆ interfaceID()
static const InterfaceID& IAmplifier::interfaceID |
( |
| ) |
|
|
inlinestatic |
Definition at line 29 of file IAmplifier.h.
29 {
return IID_IAmplifier; }
◆ response() [1/2]
virtual float IAmplifier::response |
( |
const list_t & |
Charges, |
|
|
const float |
timeOverThreshold |
|
) |
| const |
|
pure virtual |
main purpose: CR-RC^3 response to a list of charges with times
◆ response() [2/2]
virtual void IAmplifier::response |
( |
const list_t & |
Charges, |
|
|
const float |
timeOverThreshold, |
|
|
std::vector< float > & |
resp |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: