ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetDigitization
StripDigitization
src
ITkStripAmp.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
9
10
#ifndef STRIPDIGITIZATION_ITKSTRIPAMP_H
11
#define STRIPDIGITIZATION_ITKSTRIPAMP_H
12
13
#include "
AthenaBaseComps/AthAlgTool.h
"
14
#include "
SiDigitization/IAmplifier.h
"
15
16
#include "
InDetSimEvent/SiCharge.h
"
17
18
19
class
ITkStripAmp
:
public
extends<AthAlgTool, IAmplifier> {
20
public
:
22
using
base_class::base_class;
24
virtual
~ITkStripAmp
() =
default
;
26
virtual
StatusCode
initialize
()
override
;
27
virtual
float
response
(
const
list_t& Charges,
const
float
timeOverThreshold
)
const override
;
28
virtual
void
response
(
const
list_t& Charges,
const
float
time, std::vector<float>& resp)
const override
;
29
31
virtual
float
crosstalk
(
const
list_t& Charges,
const
float
timeOverThreshold
)
const override
;
32
virtual
void
crosstalk
(
const
list_t& Charges,
const
float
timeOverThreshold
, std::vector<float>& resp)
const override
;
33
34
private
:
35
36
38
FloatProperty
m_PeakTime
{
this
,
"PeakTime"
, 25.,
"Front End Electronics peaking time"
};
39
float
m_NormConstCentral
{0.};
40
};
41
42
#endif
// STRIPDIGITIZATION_ITKSTRIPAMP_H
43
AthAlgTool.h
IAmplifier.h
response
MDT_Response response
Definition
MDT_ResponseTest.cxx:28
SiCharge.h
ITkStripAmp
Header file for ITkStripAmp Class Dummy Amplifier for ITkStrips.
Definition
ITkStripAmp.h:19
ITkStripAmp::crosstalk
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.
Definition
ITkStripAmp.cxx:55
ITkStripAmp::initialize
virtual StatusCode initialize() override
AlgTool initialize.
Definition
ITkStripAmp.cxx:17
ITkStripAmp::m_PeakTime
FloatProperty m_PeakTime
signal peak time
Definition
ITkStripAmp.h:38
ITkStripAmp::m_NormConstCentral
float m_NormConstCentral
Definition
ITkStripAmp.h:39
ITkStripAmp::~ITkStripAmp
virtual ~ITkStripAmp()=default
Destructor.
timeOverThreshold
double timeOverThreshold(unsigned int m_word)
Definition
driftCircle.h:116
Generated on
for ATLAS Offline Software by
1.14.0