ATLAS Offline Software
Public Member Functions | Protected Attributes | Private Attributes | List of all members
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. More...
 
float time () const
 Return the primary time of arrival. More...
 
bool stripSide () const
 Return the time of arrival at the second strip readout (BI-RPC) More...
 
float ToT () const
 Time over threshold. More...
 
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. More...
 
float m_ToT {-1.f}
 Arrival time of the secondary signal at the secondary readout. More...
 
bool m_stripSide {false}
 Is the strip readout at opposite side. More...
 

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  :

Member Function Documentation

◆ getHelper()

const IdHelper * Identifiable::getHelper ( ) const
virtualinherited

◆ identify()

Identifier MuonDigit::identify ( ) const
inlinevirtualinherited

Implements Identifiable.

Definition at line 30 of file MuonDigit.h.

30 {return m_muonId;}

◆ identifyHash()

IdentifierHash Identifiable::identifyHash ( ) const
virtualinherited

◆ setID()

void MuonDigit::setID ( const Identifier  id)
inlineinherited

Definition at line 29 of file MuonDigit.h.

29 {m_muonId = id;}

◆ 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.

◆ m_stripSide

bool RpcDigit::m_stripSide {false}
private

Is the strip readout at opposite side.

Definition at line 25 of file RpcDigit.h.

◆ 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.

◆ 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.


The documentation for this class was generated from the following files:
RpcDigit::stripSide
bool stripSide() const
Return the time of arrival at the second strip readout (BI-RPC)
Definition: RpcDigit.h:46
get_generator_info.result
result
Definition: get_generator_info.py:21
RpcDigit::m_ToT
float m_ToT
Arrival time of the secondary signal at the secondary readout.
Definition: RpcDigit.h:23
RpcDigit::ToT
float ToT() const
Time over threshold.
Definition: RpcDigit.h:48
RpcDigit::m_stripSide
bool m_stripSide
Is the strip readout at opposite side.
Definition: RpcDigit.h:25
athena.value
value
Definition: athena.py:122
MuonDigit::MuonDigit
MuonDigit()=default
RpcDigit::time
float time() const
Return the primary time of arrival.
Definition: RpcDigit.h:44
RpcDigit::m_time
float m_time
Arrival time of the signal at the readout.
Definition: RpcDigit.h:21
id
SG::auxid_t id
Definition: Control/AthContainers/Root/debug.cxx:191
IdentifierHash
Definition: IdentifierHash.h:38
MuonDigit::m_muonId
Identifier m_muonId
Definition: MuonDigit.h:21