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

61  {
63  }

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

57  {
59  }

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:
PixelRODErrorCollection::ROD_statusword1
unsigned int ROD_statusword1
Definition: PixelRODErrorCollection.h:20
PixelRODErrorCollection::source_identifier
unsigned int source_identifier
Definition: PixelRODErrorCollection.h:22
xAOD::identifier
identifier
Definition: UncalibratedMeasurement_v1.cxx:15
PixelRODErrorCollection::ROD_statusword2
unsigned int ROD_statusword2
Definition: PixelRODErrorCollection.h:21
trigbs_pickEvents.num
num
Definition: trigbs_pickEvents.py:76
PixelRODErrorCollection::num_statuswords
unsigned int num_statuswords
Definition: PixelRODErrorCollection.h:23