Project
Loading...
Searching...
No Matches
o2::mid::ChEffCounter Struct Reference

Column data structure for MID. More...

#include <ChEffCounter.h>

Public Member Functions

uint32_t getCounts (EffCountType type) const
 Returns the efficiency counter.
 

Public Attributes

uint8_t deId = 0
 Index of the detection element.
 
uint8_t columnId = 0
 Column in DE.
 
uint8_t lineId = 0
 Line in column.
 
std::array< uint32_t, 4 > counts
 Counts.
 

Detailed Description

Column data structure for MID.

Definition at line 36 of file ChEffCounter.h.

Member Function Documentation

◆ getCounts()

uint32_t o2::mid::ChEffCounter::getCounts ( EffCountType  type) const
inline

Returns the efficiency counter.

Parameters
typeEfficiency counter type
Returns
Efficiency counter

Definition at line 45 of file ChEffCounter.h.

Member Data Documentation

◆ columnId

uint8_t o2::mid::ChEffCounter::columnId = 0

Column in DE.

Definition at line 38 of file ChEffCounter.h.

◆ counts

std::array<uint32_t, 4> o2::mid::ChEffCounter::counts

Counts.

Definition at line 40 of file ChEffCounter.h.

◆ deId

uint8_t o2::mid::ChEffCounter::deId = 0

Index of the detection element.

Definition at line 37 of file ChEffCounter.h.

◆ lineId

uint8_t o2::mid::ChEffCounter::lineId = 0

Line in column.

Definition at line 39 of file ChEffCounter.h.


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