Project
Loading...
Searching...
No Matches
o2::trk::Clusterer::BBox Struct Reference

#include <Clusterer.h>

Public Member Functions

 BBox (uint16_t c)
 
bool isInside (uint16_t r, uint16_t c) const
 
uint16_t rowSpan () const
 
uint16_t colSpan () const
 
bool isAcceptableSize () const
 
void adjust (uint16_t r, uint16_t c)
 

Public Attributes

uint16_t chipID = 0xffff
 
uint16_t rowMin = 0xffff
 
uint16_t colMin = 0xffff
 
uint16_t rowMax = 0
 
uint16_t colMax = 0
 

Detailed Description

Definition at line 57 of file Clusterer.h.

Constructor & Destructor Documentation

◆ BBox()

o2::trk::Clusterer::BBox::BBox ( uint16_t  c)
inlineexplicit

Definition at line 61 of file Clusterer.h.

Member Function Documentation

◆ adjust()

void o2::trk::Clusterer::BBox::adjust ( uint16_t  r,
uint16_t  c 
)
inline

Definition at line 70 of file Clusterer.h.

◆ colSpan()

uint16_t o2::trk::Clusterer::BBox::colSpan ( ) const
inline

Definition at line 64 of file Clusterer.h.

◆ isAcceptableSize()

bool o2::trk::Clusterer::BBox::isAcceptableSize ( ) const
inline

Definition at line 65 of file Clusterer.h.

◆ isInside()

bool o2::trk::Clusterer::BBox::isInside ( uint16_t  r,
uint16_t  c 
) const
inline

Definition at line 62 of file Clusterer.h.

◆ rowSpan()

uint16_t o2::trk::Clusterer::BBox::rowSpan ( ) const
inline

Definition at line 63 of file Clusterer.h.

Member Data Documentation

◆ chipID

uint16_t o2::trk::Clusterer::BBox::chipID = 0xffff

Definition at line 58 of file Clusterer.h.

◆ colMax

uint16_t o2::trk::Clusterer::BBox::colMax = 0

Definition at line 60 of file Clusterer.h.

◆ colMin

uint16_t o2::trk::Clusterer::BBox::colMin = 0xffff

Definition at line 59 of file Clusterer.h.

◆ rowMax

uint16_t o2::trk::Clusterer::BBox::rowMax = 0

Definition at line 60 of file Clusterer.h.

◆ rowMin

uint16_t o2::trk::Clusterer::BBox::rowMin = 0xffff

Definition at line 59 of file Clusterer.h.


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