ATLAS Offline Software
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::m_adc
int16_t m_adc
Definition:
MdtDigit.h:40
MdtDigit.h
MuonDigit
Definition:
MuonDigit.h:16
xAOD::int16_t
setScaleOne setStatusOne setSaturated int16_t
Definition:
gFexGlobalRoI_v1.cxx:55
MdtDigit::m_tdc
int16_t m_tdc
Definition:
MdtDigit.h:38
MdtDigit::adc
int16_t adc() const
Definition:
MdtDigit.h:28
MdtDigit::setAdc
void setAdc(const int16_t adc)
Overwrites a new adc value.
Definition:
MdtDigit.cxx:13
ReadFloatFromCool.adc
adc
Definition:
ReadFloatFromCool.py:48
MdtDigit::setTdc
void setTdc(const int16_t tdc)
Overwrites a new tdc value.
Definition:
MdtDigit.cxx:12
MdtDigit::MdtDigit
MdtDigit()=default
MdtDigit::tdc
int16_t tdc() const
Definition:
MdtDigit.h:26
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Fri Jan 10 2025 21:13:55 for ATLAS Offline Software by
1.8.18