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

#include <PixelRODErrorCollection.h>

Collaboration diagram for PixelRODErrorCollection:

Public Member Functions

 PixelRODErrorCollection ()
 ~PixelRODErrorCollection ()
const unsigned int get_ROD_statusword1 ()
const unsigned int get_ROD_statusword2 ()
const unsigned int get_source_identifier ()
const unsigned int get_num_statuswords ()
void set_ROD_statusword1 (unsigned int word)
void set_ROD_statusword2 (unsigned int word)
void set_source_identifier (unsigned int identifier)
void set_num_statuswords (unsigned int num)

Private Attributes

unsigned int ROD_statusword1
unsigned int ROD_statusword2
unsigned int source_identifier
unsigned int num_statuswords

Detailed Description

Definition at line 17 of file PixelRODErrorCollection.h.

Constructor & Destructor Documentation

◆ PixelRODErrorCollection()

PixelRODErrorCollection::PixelRODErrorCollection ( )
inline

Definition at line 27 of file PixelRODErrorCollection.h.

27 {
29 }

◆ ~PixelRODErrorCollection()

PixelRODErrorCollection::~PixelRODErrorCollection ( )
inline

Definition at line 31 of file PixelRODErrorCollection.h.

31{}

Member Function Documentation

◆ get_num_statuswords()

const unsigned int PixelRODErrorCollection::get_num_statuswords ( )
inline

Definition at line 45 of file PixelRODErrorCollection.h.

45 {
46 return num_statuswords;
47 }

◆ get_ROD_statusword1()

const unsigned int PixelRODErrorCollection::get_ROD_statusword1 ( )
inline

Definition at line 33 of file PixelRODErrorCollection.h.

33 {
34 return ROD_statusword1;
35 }

◆ get_ROD_statusword2()

const unsigned int PixelRODErrorCollection::get_ROD_statusword2 ( )
inline

Definition at line 37 of file PixelRODErrorCollection.h.

37 {
38 return ROD_statusword2;
39 }

◆ get_source_identifier()

const unsigned int PixelRODErrorCollection::get_source_identifier ( )
inline

Definition at line 41 of file PixelRODErrorCollection.h.

41 {
42 return source_identifier;
43 }

◆ set_num_statuswords()

void PixelRODErrorCollection::set_num_statuswords ( unsigned int num)
inline

Definition at line 61 of file PixelRODErrorCollection.h.

◆ set_ROD_statusword1()

void PixelRODErrorCollection::set_ROD_statusword1 ( unsigned int word)
inline

Definition at line 49 of file PixelRODErrorCollection.h.

49 {
50 ROD_statusword1 = word;
51 }

◆ set_ROD_statusword2()

void PixelRODErrorCollection::set_ROD_statusword2 ( unsigned int word)
inline

Definition at line 53 of file PixelRODErrorCollection.h.

53 {
54 ROD_statusword2 = word;
55 }

◆ set_source_identifier()

void PixelRODErrorCollection::set_source_identifier ( unsigned int identifier)
inline

Definition at line 57 of file PixelRODErrorCollection.h.

Member Data Documentation

◆ num_statuswords

unsigned int PixelRODErrorCollection::num_statuswords
private

Definition at line 23 of file PixelRODErrorCollection.h.

◆ ROD_statusword1

unsigned int PixelRODErrorCollection::ROD_statusword1
private

Definition at line 20 of file PixelRODErrorCollection.h.

◆ ROD_statusword2

unsigned int PixelRODErrorCollection::ROD_statusword2
private

Definition at line 21 of file PixelRODErrorCollection.h.

◆ source_identifier

unsigned int PixelRODErrorCollection::source_identifier
private

Definition at line 22 of file PixelRODErrorCollection.h.


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