ATLAS Offline Software
Loading...
Searching...
No Matches
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
8
9//**********************************************************************
10// Member functions.
11//**********************************************************************
12
13//**********************************************************************
14
15// Full constructor from Identifier.
16
19
20
21
MuonDigit()=default
RpcDigit()=default
float time() const
Return the primary time of arrival.
Definition RpcDigit.h:44
bool stripSide() const
Return the time of arrival at the second strip readout (BI-RPC)
Definition RpcDigit.h:46
float m_time
Arrival time of the signal at the readout.
Definition RpcDigit.h:21
float m_ToT
Arrival time of the secondary signal at the secondary readout.
Definition RpcDigit.h:23
bool m_stripSide
Is the strip readout at opposite side.
Definition RpcDigit.h:25
float ToT() const
Time over threshold.
Definition RpcDigit.h:48