Project
Loading...
Searching...
No Matches
o2::mch::ClusterFinderOriginal Class Reference

#include <ClusterFinderOriginal.h>

Public Member Functions

 ClusterFinderOriginal ()
 
 ~ClusterFinderOriginal ()
 
 ClusterFinderOriginal (const ClusterFinderOriginal &)=delete
 
ClusterFinderOriginaloperator= (const ClusterFinderOriginal &)=delete
 
 ClusterFinderOriginal (ClusterFinderOriginal &&)=delete
 
ClusterFinderOriginaloperator= (ClusterFinderOriginal &&)=delete
 
void init (bool run2Config)
 
void deinit ()
 
void reset ()
 
void findClusters (gsl::span< const Digit > digits)
 
const std::vector< Cluster > & getClusters () const
 return the list of reconstructed clusters
 
const std::vector< Digit > & getUsedDigits () const
 return the list of digits used in reconstructed clusters
 
ErrorMapgetErrorMap ()
 return the counting of encountered errors
 

Detailed Description

Definition at line 45 of file ClusterFinderOriginal.h.

Constructor & Destructor Documentation

◆ ClusterFinderOriginal() [1/3]

o2::mch::ClusterFinderOriginal::ClusterFinderOriginal ( )

default constructor

Definition at line 49 of file ClusterFinderOriginal.cxx.

◆ ~ClusterFinderOriginal()

o2::mch::ClusterFinderOriginal::~ClusterFinderOriginal ( )
default

◆ ClusterFinderOriginal() [2/3]

o2::mch::ClusterFinderOriginal::ClusterFinderOriginal ( const ClusterFinderOriginal )
delete

◆ ClusterFinderOriginal() [3/3]

o2::mch::ClusterFinderOriginal::ClusterFinderOriginal ( ClusterFinderOriginal &&  )
delete

Member Function Documentation

◆ deinit()

void o2::mch::ClusterFinderOriginal::deinit ( )

deinitialize the clustering

Definition at line 110 of file ClusterFinderOriginal.cxx.

◆ findClusters()

void o2::mch::ClusterFinderOriginal::findClusters ( gsl::span< const Digit digits)

reconstruct the clusters from the list of digits of one precluster reconstructed clusters and associated digits are added to the internal lists

Definition at line 125 of file ClusterFinderOriginal.cxx.

◆ getClusters()

const std::vector< Cluster > & o2::mch::ClusterFinderOriginal::getClusters ( ) const
inline

return the list of reconstructed clusters

Definition at line 63 of file ClusterFinderOriginal.h.

◆ getErrorMap()

ErrorMap & o2::mch::ClusterFinderOriginal::getErrorMap ( )
inline

return the counting of encountered errors

Definition at line 68 of file ClusterFinderOriginal.h.

◆ getUsedDigits()

const std::vector< Digit > & o2::mch::ClusterFinderOriginal::getUsedDigits ( ) const
inline

return the list of digits used in reconstructed clusters

Definition at line 65 of file ClusterFinderOriginal.h.

◆ init()

void o2::mch::ClusterFinderOriginal::init ( bool  run2Config)

initialize the clustering for run2 or run3 data

Definition at line 60 of file ClusterFinderOriginal.cxx.

◆ operator=() [1/2]

ClusterFinderOriginal & o2::mch::ClusterFinderOriginal::operator= ( ClusterFinderOriginal &&  )
delete

◆ operator=() [2/2]

ClusterFinderOriginal & o2::mch::ClusterFinderOriginal::operator= ( const ClusterFinderOriginal )
delete

◆ reset()

void o2::mch::ClusterFinderOriginal::reset ( )

reset the list of reconstructed clusters and associated digits

Definition at line 117 of file ClusterFinderOriginal.cxx.


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