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