ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSpectrometer
MuonDigitContainer
src
MmDigit.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// MmDigit.cxx
6
7
#include "
MuonDigitContainer/MmDigit.h
"
8
9
//**********************************************************************/
10
// Full constructor from Identifier.
11
MmDigit::MmDigit
(
const
Identifier
&
id
)
12
:
MuonDigit
(id) {}
13
//**********************************************************************/
14
15
// Full constructor, with trigger Info
16
17
MmDigit::MmDigit
(
const
Identifier
&
id
,
18
const
float
stripResponseTime
,
19
const
float
stripResponseCharge
) :
20
MuonDigit
(id),
21
m_stripResponseTime
(
stripResponseTime
),
22
m_stripResponseCharge
(
stripResponseCharge
){}
23
//**********************************************************************/
MmDigit.h
MmDigit::MmDigit
MmDigit()=default
Default constructor.
MmDigit::stripResponseCharge
float stripResponseCharge() const
Return the charge.
Definition
MmDigit.h:45
MmDigit::m_stripResponseCharge
float m_stripResponseCharge
Definition
MmDigit.h:25
MmDigit::stripResponseTime
float stripResponseTime() const
strip response info
Definition
MmDigit.h:43
MmDigit::m_stripResponseTime
float m_stripResponseTime
strip response info
Definition
MmDigit.h:24
MuonDigit::MuonDigit
MuonDigit()=default
Identifier
Definition
IdentifierFieldParser.cxx:14
Generated on
for ATLAS Offline Software by
1.14.0