Project
Loading...
Searching...
No Matches
o2::hmpid::Clusterer Class Reference

#include <Clusterer.h>

Public Member Functions

 Clusterer ()=default
 
 ~Clusterer ()=default
 
 Clusterer (const Clusterer &)=delete
 
Clustereroperator= (const Clusterer &)=delete
 
bool IsDigSurvive (Digit *pDig) const
 

Static Public Member Functions

static void Dig2Clu (gsl::span< const o2::hmpid::Digit > digs, std::vector< o2::hmpid::Cluster > &clus, float *pUserCut, bool isUnfold=kTRUE)
 
static void FormClu (Cluster &pClu, int pDig, gsl::span< const o2::hmpid::Digit > digs, TMatrixF &pDigMap)
 
static int UseDig (int padX, int padY, TMatrixF &pDigMap)
 

Detailed Description

Definition at line 32 of file Clusterer.h.

Constructor & Destructor Documentation

◆ Clusterer() [1/2]

o2::hmpid::Clusterer::Clusterer ( )
default

◆ ~Clusterer()

o2::hmpid::Clusterer::~Clusterer ( )
default

◆ Clusterer() [2/2]

o2::hmpid::Clusterer::Clusterer ( const Clusterer )
delete

Member Function Documentation

◆ Dig2Clu()

void Clusterer::Dig2Clu ( gsl::span< const o2::hmpid::Digit digs,
std::vector< o2::hmpid::Cluster > &  clus,
float *  pUserCut,
bool  isUnfold = kTRUE 
)
static

Definition at line 33 of file Clusterer.cxx.

◆ FormClu()

void Clusterer::FormClu ( Cluster pClu,
int  pDig,
gsl::span< const o2::hmpid::Digit digs,
TMatrixF &  pDigMap 
)
static

Definition at line 117 of file Clusterer.cxx.

◆ IsDigSurvive()

bool Clusterer::IsDigSurvive ( Digit pDig) const
inline

Definition at line 176 of file Clusterer.cxx.

◆ operator=()

Clusterer & o2::hmpid::Clusterer::operator= ( const Clusterer )
delete

◆ UseDig()

int Clusterer::UseDig ( int  padX,
int  padY,
TMatrixF &  pDigMap 
)
static

Definition at line 162 of file Clusterer.cxx.


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