![]() |
ATLAS Offline Software
|
Header file for ITkStripAmp Class
Dummy Amplifier for ITkStrips.
More...
#include <ITkStripAmp.h>
Public Member Functions | |
| virtual | ~ITkStripAmp ()=default |
| Destructor. | |
| virtual StatusCode | initialize () override |
| AlgTool initialize. | |
| virtual float | response (const list_t &Charges, const float timeOverThreshold) const override |
| virtual void | response (const list_t &Charges, const float time, std::vector< float > &resp) const override |
| virtual float | crosstalk (const list_t &Charges, const float timeOverThreshold) const override |
| Neighbour strip cross talk response strip to a list of charges with times. | |
| virtual void | crosstalk (const list_t &Charges, const float timeOverThreshold, std::vector< float > &resp) const override |
Private Attributes | |
| FloatProperty | m_PeakTime {this, "PeakTime", 25., "Front End Electronics peaking time"} |
| signal peak time | |
| float | m_NormConstCentral {0.} |
Header file for ITkStripAmp Class
Dummy Amplifier for ITkStrips.
Definition at line 19 of file ITkStripAmp.h.
|
virtualdefault |
Destructor.
|
overridevirtual |
Neighbour strip cross talk response strip to a list of charges with times.
Definition at line 55 of file ITkStripAmp.cxx.
|
overridevirtual |
Definition at line 60 of file ITkStripAmp.cxx.
|
overridevirtual |
AlgTool initialize.
Definition at line 17 of file ITkStripAmp.cxx.
|
overridevirtual |
Definition at line 32 of file ITkStripAmp.cxx.
|
overridevirtual |
Definition at line 27 of file ITkStripAmp.cxx.
|
private |
Definition at line 39 of file ITkStripAmp.h.
|
private |
signal peak time
Definition at line 38 of file ITkStripAmp.h.