ATLAS Offline Software
Public Member Functions | Private Attributes | Friends | List of all members
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.

13  : m_bcid(0), m_time(0), m_ijk(0), m_channel(0), m_ovl(0), m_thr(0) {}

◆ RpcFiredChannel() [2/3]

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

Definition at line 17 of file RpcFiredChannel.cxx.

◆ RpcFiredChannel() [3/3]

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

Definition at line 21 of file RpcFiredChannel.cxx.

◆ ~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; }

Friends And Related Function Documentation

◆ 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:
RpcFiredChannel::ijk
ubit16 ijk() const
Definition: RpcFiredChannel.h:56
RpcFiredChannel::m_time
ubit16 m_time
Definition: RpcFiredChannel.h:27
RpcFiredChannel::time
ubit16 time() const
Definition: RpcFiredChannel.h:54
RpcFiredChannel::m_ovl
ubit16 m_ovl
Definition: RpcFiredChannel.h:30
RpcFiredChannel::ovl
ubit16 ovl() const
Definition: RpcFiredChannel.h:61
RpcFiredChannel::thr
ubit16 thr() const
Definition: RpcFiredChannel.h:65
RpcFiredChannel::channel
ubit16 channel() const
Definition: RpcFiredChannel.h:58
RpcFiredChannel::m_thr
ubit16 m_thr
Definition: RpcFiredChannel.h:31
RpcFiredChannel::m_ijk
ubit16 m_ijk
Definition: RpcFiredChannel.h:28
RpcFiredChannel::bcid
ubit16 bcid() const
Definition: RpcFiredChannel.h:52
RpcFiredChannel::m_bcid
ubit16 m_bcid
Definition: RpcFiredChannel.h:26
RpcFiredChannel::m_channel
ubit16 m_channel
Definition: RpcFiredChannel.h:29