Project
Loading...
Searching...
No Matches
o2::trk::Cluster Struct Reference

#include <Cluster.h>

Public Member Functions

std::string asString () const
 
 ClassDefNV (Cluster, 1)
 

Public Attributes

uint16_t chipID = 0
 
uint16_t row = 0
 
uint16_t col = 0
 
uint16_t size = 1
 
int16_t subDetID = -1
 
int16_t layer = -1
 
int16_t disk = -1
 

Detailed Description

Definition at line 22 of file Cluster.h.

Member Function Documentation

◆ asString()

std::string o2::trk::Cluster::asString ( ) const

Definition at line 20 of file Cluster.cxx.

◆ ClassDefNV()

o2::trk::Cluster::ClassDefNV ( Cluster  ,
 
)

Member Data Documentation

◆ chipID

uint16_t o2::trk::Cluster::chipID = 0

Definition at line 23 of file Cluster.h.

◆ col

uint16_t o2::trk::Cluster::col = 0

Definition at line 25 of file Cluster.h.

◆ disk

int16_t o2::trk::Cluster::disk = -1

Definition at line 29 of file Cluster.h.

◆ layer

int16_t o2::trk::Cluster::layer = -1

Definition at line 28 of file Cluster.h.

◆ row

uint16_t o2::trk::Cluster::row = 0

Definition at line 24 of file Cluster.h.

◆ size

uint16_t o2::trk::Cluster::size = 1

Definition at line 26 of file Cluster.h.

◆ subDetID

int16_t o2::trk::Cluster::subDetID = -1

Definition at line 27 of file Cluster.h.


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