ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonDigitContainer
src
RpcDigit.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
// RpcDigit.cxx
6
7
#include "
MuonDigitContainer/RpcDigit.h
"
8
9
//**********************************************************************
10
// Member functions.
11
//**********************************************************************
12
13
//**********************************************************************
14
15
// Full constructor from Identifier.
16
17
RpcDigit::RpcDigit
(
const
Identifier
&
id
,
float
time
,
float
ToT
,
bool
stripSide
):
18
MuonDigit
(id),
m_time
{
time
},
m_ToT
{
ToT
},
m_stripSide
{
stripSide
} { }
19
20
21
RpcDigit.h
MuonDigit::MuonDigit
MuonDigit()=default
RpcDigit::RpcDigit
RpcDigit()=default
RpcDigit::time
float time() const
Return the primary time of arrival.
Definition
RpcDigit.h:44
RpcDigit::stripSide
bool stripSide() const
Return the time of arrival at the second strip readout (BI-RPC).
Definition
RpcDigit.h:46
RpcDigit::m_time
float m_time
Arrival time of the signal at the readout.
Definition
RpcDigit.h:21
RpcDigit::m_ToT
float m_ToT
Arrival time of the secondary signal at the secondary readout.
Definition
RpcDigit.h:23
RpcDigit::m_stripSide
bool m_stripSide
Is the strip readout at opposite side.
Definition
RpcDigit.h:25
RpcDigit::ToT
float ToT() const
Time over threshold.
Definition
RpcDigit.h:48
Identifier
Definition
IdentifierFieldParser.cxx:14
Generated on
for ATLAS Offline Software by
1.17.0