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

#include <RpcFiredChannel.h>

Collaboration diagram for RpcFiredChannel:

Public Member Functions

 RpcFiredChannel ()
 RpcFiredChannel (ubit16 bcid, ubit16 time, ubit16 ijk, ubit16 channel)
 RpcFiredChannel (ubit16 bcid, ubit16 time, ubit16 ijk, ubit16 thr, ubit16 ovl)
virtual ~RpcFiredChannel ()
ubit16 bcid () const
ubit16 time () const
ubit16 ijk () const
ubit16 channel () const
ubit16 ovl () const
ubit16 thr () const

Private Attributes

ubit16 m_bcid
ubit16 m_time
ubit16 m_ijk
ubit16 m_channel
ubit16 m_ovl
ubit16 m_thr

Friends

class RpcFiredChannelCnv_p1

Detailed Description

Definition at line 20 of file RpcFiredChannel.h.

Constructor & Destructor Documentation

◆ RpcFiredChannel() [1/3]

RpcFiredChannel::RpcFiredChannel ( )

Definition at line 12 of file RpcFiredChannel.cxx.

◆ RpcFiredChannel() [2/3]

RpcFiredChannel::RpcFiredChannel ( ubit16 bcid,
ubit16 time,
ubit16 ijk,
ubit16 channel )

Definition at line 17 of file RpcFiredChannel.cxx.

ubit16 bcid() const
ubit16 channel() const
ubit16 ijk() const
ubit16 time() const

◆ RpcFiredChannel() [3/3]

RpcFiredChannel::RpcFiredChannel ( ubit16 bcid,
ubit16 time,
ubit16 ijk,
ubit16 thr,
ubit16 ovl )

Definition at line 21 of file RpcFiredChannel.cxx.

ubit16 thr() const
ubit16 ovl() const

◆ ~RpcFiredChannel()

virtual RpcFiredChannel::~RpcFiredChannel ( )
inlinevirtual

Definition at line 49 of file RpcFiredChannel.h.

49{}

Member Function Documentation

◆ bcid()

ubit16 RpcFiredChannel::bcid ( ) const
inline

Definition at line 52 of file RpcFiredChannel.h.

52{ return m_bcid; }

◆ channel()

ubit16 RpcFiredChannel::channel ( ) const
inline

Definition at line 58 of file RpcFiredChannel.h.

58{ return m_channel; }

◆ ijk()

ubit16 RpcFiredChannel::ijk ( ) const
inline

Definition at line 56 of file RpcFiredChannel.h.

56{ return m_ijk; }

◆ ovl()

ubit16 RpcFiredChannel::ovl ( ) const
inline

Definition at line 61 of file RpcFiredChannel.h.

61{return m_ovl; }

◆ thr()

ubit16 RpcFiredChannel::thr ( ) const
inline

Definition at line 65 of file RpcFiredChannel.h.

65{return m_thr; }

◆ time()

ubit16 RpcFiredChannel::time ( ) const
inline

Definition at line 54 of file RpcFiredChannel.h.

54{ return m_time; }

◆ RpcFiredChannelCnv_p1

friend class RpcFiredChannelCnv_p1
friend

Definition at line 23 of file RpcFiredChannel.h.

Member Data Documentation

◆ m_bcid

ubit16 RpcFiredChannel::m_bcid
private

Definition at line 26 of file RpcFiredChannel.h.

◆ m_channel

ubit16 RpcFiredChannel::m_channel
private

Definition at line 29 of file RpcFiredChannel.h.

◆ m_ijk

ubit16 RpcFiredChannel::m_ijk
private

Definition at line 28 of file RpcFiredChannel.h.

◆ m_ovl

ubit16 RpcFiredChannel::m_ovl
private

Definition at line 30 of file RpcFiredChannel.h.

◆ m_thr

ubit16 RpcFiredChannel::m_thr
private

Definition at line 31 of file RpcFiredChannel.h.

◆ m_time

ubit16 RpcFiredChannel::m_time
private

Definition at line 27 of file RpcFiredChannel.h.


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