![]() |
Project
|
precluster minimal structure More...
#include <PreCluster.h>
Public Member Functions | |
uint32_t | lastDigit () const |
return the index of last associated digit in the ordered vector of digits | |
void | print (std::ostream &stream, gsl::span< const Digit > digits) const |
Public Attributes | |
uint32_t | firstDigit |
index of first associated digit in the ordered vector of digits | |
uint32_t | nDigits |
number of digits attached to this precluster | |
precluster minimal structure
Definition at line 33 of file PreCluster.h.
|
inline |
return the index of last associated digit in the ordered vector of digits
Definition at line 38 of file PreCluster.h.
print the precluster, getting the associated digits from the provided span
Definition at line 27 of file PreCluster.cxx.
uint32_t o2::mch::PreCluster::firstDigit |
index of first associated digit in the ordered vector of digits
Definition at line 34 of file PreCluster.h.
uint32_t o2::mch::PreCluster::nDigits |
number of digits attached to this precluster
Definition at line 35 of file PreCluster.h.