ATLAS Offline Software
Loading...
Searching...
No Matches
RpcDigit Class Reference

#include <RpcDigit.h>

Inheritance diagram for RpcDigit:
Collaboration diagram for RpcDigit:

Public Member Functions

 RpcDigit ()=default
 RpcDigit (const Identifier &id, float time, float ToT=-1.f, bool stripSide=false)
 Full constructor.
float time () const
 Return the primary time of arrival.
bool stripSide () const
 Return the time of arrival at the second strip readout (BI-RPC)
float ToT () const
 Time over threshold.
void setID (const Identifier id)
Identifier identify () const
virtual IdentifierHash identifyHash () const
virtual const IdHelpergetHelper () const

Protected Attributes

Identifier m_muonId {}

Private Attributes

float m_time {0.f}
 Arrival time of the signal at the readout.
float m_ToT {-1.f}
 Arrival time of the secondary signal at the secondary readout.
bool m_stripSide {false}
 Is the strip readout at opposite side.

Detailed Description

Definition at line 16 of file RpcDigit.h.

Constructor & Destructor Documentation

◆ RpcDigit() [1/2]

RpcDigit::RpcDigit ( )
default

◆ RpcDigit() [2/2]

RpcDigit::RpcDigit ( const Identifier & id,
float time,
float ToT = -1.f,
bool stripSide = false )

Full constructor.

Parameters
idFired channel
timeTime of arrival at the primary readout
stripSideTime of arrival at the secondary readout (BI-RPC)
ToTTIme over threshold (BI-RPCs)

Definition at line 17 of file RpcDigit.cxx.

17 :
MuonDigit()=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

Member Function Documentation

◆ getHelper()

const IdHelper * Identifiable::getHelper ( ) const
virtualinherited

Definition at line 18 of file Identifiable.cxx.

18 {
19 return (nullptr);
20}

◆ identify()

Identifier MuonDigit::identify ( ) const
inlinevirtualinherited

Implements Identifiable.

Definition at line 30 of file MuonDigit.h.

30{return m_muonId;}
Identifier m_muonId
Definition MuonDigit.h:21

◆ identifyHash()

IdentifierHash Identifiable::identifyHash ( ) const
virtualinherited

Reimplemented in CaloDetDescrElement, CaloDetDescriptor, InDetRawDataCollection< RawDataT >, InDetRawDataCollection< Pixel1RawData >, InDetRawDataCollection< PixelRDORawData >, InDetRawDataCollection< PixelTB04RawData >, InDetRawDataCollection< RDO >, InDetRawDataCollection< SCT3_RawData >, InDetRawDataCollection< SCT_RDORawData >, InDetRawDataCollection< SCT_TB03_RawData >, InDetRawDataCollection< SCT_TB04_RawData >, InDetRawDataCollection< TRT_RDORawData >, InDetRawDataCollection< TRT_TB04_RawData >, Muon::MuonPrepDataCollection< PrepDataT >, Muon::MuonPrepDataCollection< CscPrepData >, Muon::MuonPrepDataCollection< CscStripPrepData >, Muon::MuonPrepDataCollection< MdtPrepData >, Muon::MuonPrepDataCollection< MMPrepData >, Muon::MuonPrepDataCollection< Muon::CscPrepData >, Muon::MuonPrepDataCollection< Muon::CscStripPrepData >, Muon::MuonPrepDataCollection< Muon::MdtPrepData >, Muon::MuonPrepDataCollection< Muon::MMPrepData >, Muon::MuonPrepDataCollection< Muon::RpcPrepData >, Muon::MuonPrepDataCollection< Muon::sTgcPrepData >, Muon::MuonPrepDataCollection< Muon::TgcPrepData >, Muon::MuonPrepDataCollection< RpcPrepData >, Muon::MuonPrepDataCollection< sTgcPrepData >, Muon::MuonPrepDataCollection< TgcPrepData >, SiChargedDiodeCollection, SpacePointCollection, Trk::PrepRawDataCollection< PrepRawDataT >, Trk::PrepRawDataCollection< HGTD_Cluster >, Trk::PrepRawDataCollection< InDet::SiCluster >, Trk::PrepRawDataCollection< PixelCluster >, Trk::PrepRawDataCollection< SCT_Cluster >, Trk::PrepRawDataCollection< TrigSiSpacePoint >, and Trk::PrepRawDataCollection< TRT_DriftCircle >.

Definition at line 11 of file Identifiable.cxx.

11 {
12 IdentifierHash result;
13 return (result);
14}

◆ setID()

void MuonDigit::setID ( const Identifier id)
inlineinherited

Definition at line 29 of file MuonDigit.h.

◆ stripSide()

bool RpcDigit::stripSide ( ) const
inline

Return the time of arrival at the second strip readout (BI-RPC)

Definition at line 46 of file RpcDigit.h.

46{return m_stripSide; }

◆ time()

float RpcDigit::time ( ) const
inline

Return the primary time of arrival.

Definition at line 44 of file RpcDigit.h.

44{ return m_time; }

◆ ToT()

float RpcDigit::ToT ( ) const
inline

Time over threshold.

Definition at line 48 of file RpcDigit.h.

48{ return m_ToT; }

Member Data Documentation

◆ m_muonId

Identifier MuonDigit::m_muonId {}
protectedinherited

Definition at line 21 of file MuonDigit.h.

21{};

◆ m_stripSide

bool RpcDigit::m_stripSide {false}
private

Is the strip readout at opposite side.

Definition at line 25 of file RpcDigit.h.

25{false};

◆ m_time

float RpcDigit::m_time {0.f}
private

Arrival time of the signal at the readout.

Definition at line 21 of file RpcDigit.h.

21{0.f};

◆ m_ToT

float RpcDigit::m_ToT {-1.f}
private

Arrival time of the secondary signal at the secondary readout.

Definition at line 23 of file RpcDigit.h.

23{-1.f};

The documentation for this class was generated from the following files: