ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TileROD_Decoder::D0CellsHLT Struct Reference

#include <TileROD_Decoder.h>

Collaboration diagram for TileROD_Decoder::D0CellsHLT:

Public Member Functions

 D0CellsHLT ()
 
void clear ()
 

Public Attributes

bool m_D0Existneg [64]
 
bool m_D0Existpos [64]
 
bool m_D0Maskneg [64]
 
bool m_D0Maskpos [64]
 
TileFastRawChannel m_D0chanpos [64]
 
TileFastRawChannel m_D0channeg [64]
 
TileCellm_cells [64]
 

Detailed Description

Definition at line 123 of file TileROD_Decoder.h.

Constructor & Destructor Documentation

◆ D0CellsHLT()

TileROD_Decoder::D0CellsHLT::D0CellsHLT ( )
inline

Definition at line 124 of file TileROD_Decoder.h.

124 { clear(); }

Member Function Documentation

◆ clear()

void TileROD_Decoder::D0CellsHLT::clear ( )

Definition at line 4182 of file TileROD_Decoder.cxx.

4182  {
4183  for (int i = 0; i < 64; ++i) {
4184  m_D0Existneg[i] = false;
4185  m_D0Existpos[i] = false;
4186  m_D0Maskneg[i] = false;
4187  m_D0Maskpos[i] = false;
4188  m_cells[i] = nullptr;
4189  }
4190 }

Member Data Documentation

◆ m_cells

TileCell* TileROD_Decoder::D0CellsHLT::m_cells[64]

Definition at line 133 of file TileROD_Decoder.h.

◆ m_D0channeg

TileFastRawChannel TileROD_Decoder::D0CellsHLT::m_D0channeg[64]

Definition at line 132 of file TileROD_Decoder.h.

◆ m_D0chanpos

TileFastRawChannel TileROD_Decoder::D0CellsHLT::m_D0chanpos[64]

Definition at line 131 of file TileROD_Decoder.h.

◆ m_D0Existneg

bool TileROD_Decoder::D0CellsHLT::m_D0Existneg[64]

Definition at line 127 of file TileROD_Decoder.h.

◆ m_D0Existpos

bool TileROD_Decoder::D0CellsHLT::m_D0Existpos[64]

Definition at line 128 of file TileROD_Decoder.h.

◆ m_D0Maskneg

bool TileROD_Decoder::D0CellsHLT::m_D0Maskneg[64]

Definition at line 129 of file TileROD_Decoder.h.

◆ m_D0Maskpos

bool TileROD_Decoder::D0CellsHLT::m_D0Maskpos[64]

Definition at line 130 of file TileROD_Decoder.h.


The documentation for this struct was generated from the following files:
TileROD_Decoder::D0CellsHLT::m_D0Existpos
bool m_D0Existpos[64]
Definition: TileROD_Decoder.h:128
TileROD_Decoder::D0CellsHLT::m_D0Existneg
bool m_D0Existneg[64]
Definition: TileROD_Decoder.h:127
TileROD_Decoder::D0CellsHLT::clear
void clear()
Definition: TileROD_Decoder.cxx:4182
lumiFormat.i
int i
Definition: lumiFormat.py:92
TileROD_Decoder::D0CellsHLT::m_cells
TileCell * m_cells[64]
Definition: TileROD_Decoder.h:133
TileROD_Decoder::D0CellsHLT::m_D0Maskneg
bool m_D0Maskneg[64]
Definition: TileROD_Decoder.h:129
TileROD_Decoder::D0CellsHLT::m_D0Maskpos
bool m_D0Maskpos[64]
Definition: TileROD_Decoder.h:130