ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSpectrometer
MuonDigitContainer
src
MdtDigit.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
// MdtDigit.cxx
6
7
#include "
MuonDigitContainer/MdtDigit.h
"
8
9
MdtDigit::MdtDigit
(
const
Identifier
&
id
, int16_t
tdc
, int16_t
adc
,
bool
isMasked
):
10
MuonDigit
{id},
m_tdc
{
tdc
},
m_adc
{
adc
},
m_isMasked
{
isMasked
} { }
11
12
void
MdtDigit::setTdc
(
const
int16_t
tdc
) {
m_tdc
=
tdc
; }
13
void
MdtDigit::setAdc
(
const
int16_t
adc
) {
m_adc
=
adc
; }
MdtDigit.h
MdtDigit::adc
int16_t adc() const
Definition
MdtDigit.h:28
MdtDigit::isMasked
bool isMasked() const
Return whether the digit is masked or not.
Definition
MdtDigit.h:30
MdtDigit::MdtDigit
MdtDigit()=default
MdtDigit::m_tdc
int16_t m_tdc
Definition
MdtDigit.h:38
MdtDigit::setTdc
void setTdc(const int16_t tdc)
Overwrites a new tdc value.
Definition
MdtDigit.cxx:12
MdtDigit::setAdc
void setAdc(const int16_t adc)
Overwrites a new adc value.
Definition
MdtDigit.cxx:13
MdtDigit::m_isMasked
bool m_isMasked
Masked lag.
Definition
MdtDigit.h:42
MdtDigit::m_adc
int16_t m_adc
Definition
MdtDigit.h:40
MdtDigit::tdc
int16_t tdc() const
Definition
MdtDigit.h:26
MuonDigit::MuonDigit
MuonDigit()=default
Identifier
Definition
IdentifierFieldParser.cxx:14
Generated on
for ATLAS Offline Software by
1.14.0