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

#include <ClusterFinderGEM.h>

Public Member Functions

 ClusterFinderGEM ()
 
 ~ClusterFinderGEM ()
 
 ClusterFinderGEM (const ClusterFinderGEM &)=delete
 
ClusterFinderGEMoperator= (const ClusterFinderGEM &)=delete
 
 ClusterFinderGEM (ClusterFinderGEM &&)=delete
 
ClusterFinderGEMoperator= (ClusterFinderGEM &&)=delete
 
void init (int mode, bool run2Config)
 
void deinit ()
 
void reset ()
 
void fillGEMInputData (gsl::span< const Digit > &digits, uint16_t bunchCrossing, uint32_t orbit, uint32_t iPreCluster)
 
void releasePreCluster ()
 
void findClusters (gsl::span< const Digit > digits, uint16_t bunchCrossing, uint32_t orbit, uint32_t iPreCluster)
 
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
 
void dumpPreCluster (ClusterDump *dumpFile, gsl::span< const Digit > digits, uint16_t bunchCrossing, uint32_t orbit, uint32_t iPreCluster)
 
void dumpClusterResults (ClusterDump *dumpFile, const std::vector< Cluster > &clusters, size_t startIdx, uint16_t bunchCrossing, uint32_t orbit, uint32_t iPreCluster)
 

Detailed Description

Definition at line 49 of file ClusterFinderGEM.h.

Constructor & Destructor Documentation

◆ ClusterFinderGEM() [1/3]

o2::mch::ClusterFinderGEM::ClusterFinderGEM ( )

default constructor

Definition at line 62 of file ClusterFinderGEM.cxx.

◆ ~ClusterFinderGEM()

o2::mch::ClusterFinderGEM::~ClusterFinderGEM ( )
default

◆ ClusterFinderGEM() [2/3]

o2::mch::ClusterFinderGEM::ClusterFinderGEM ( const ClusterFinderGEM )
delete

◆ ClusterFinderGEM() [3/3]

o2::mch::ClusterFinderGEM::ClusterFinderGEM ( ClusterFinderGEM &&  )
delete

Member Function Documentation

◆ deinit()

void o2::mch::ClusterFinderGEM::deinit ( )

deinitialize the Original clustering

Definition at line 121 of file ClusterFinderGEM.cxx.

◆ dumpClusterResults()

void o2::mch::ClusterFinderGEM::dumpClusterResults ( ClusterDump dumpFile,
const std::vector< Cluster > &  clusters,
size_t  startIdx,
uint16_t  bunchCrossing,
uint32_t  orbit,
uint32_t  iPreCluster 
)

Definition at line 243 of file ClusterFinderGEM.cxx.

◆ dumpPreCluster()

void o2::mch::ClusterFinderGEM::dumpPreCluster ( ClusterDump dumpFile,
gsl::span< const Digit digits,
uint16_t  bunchCrossing,
uint32_t  orbit,
uint32_t  iPreCluster 
)

reset the precluster with the pads converted from the input digits

Definition at line 174 of file ClusterFinderGEM.cxx.

◆ fillGEMInputData()

void o2::mch::ClusterFinderGEM::fillGEMInputData ( gsl::span< const Digit > &  digits,
uint16_t  bunchCrossing,
uint32_t  orbit,
uint32_t  iPreCluster 
)

reset the precluster with the pads converted from the input digits

Definition at line 302 of file ClusterFinderGEM.cxx.

◆ findClusters()

void o2::mch::ClusterFinderGEM::findClusters ( gsl::span< const Digit digits,
uint16_t  bunchCrossing,
uint32_t  orbit,
uint32_t  iPreCluster 
)

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

collectTheta(theta, thetaToGroup, nbrOfHits);

??? to fuse with collectSeeds

Definition at line 395 of file ClusterFinderGEM.cxx.

◆ getClusters()

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

return the list of reconstructed clusters

Definition at line 74 of file ClusterFinderGEM.h.

◆ getUsedDigits()

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

return the list of digits used in reconstructed clusters

Definition at line 76 of file ClusterFinderGEM.h.

◆ init()

void o2::mch::ClusterFinderGEM::init ( int  mode,
bool  run2Config 
)

initialize the clustering

Definition at line 91 of file ClusterFinderGEM.cxx.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ releasePreCluster()

void o2::mch::ClusterFinderGEM::releasePreCluster ( )

Definition at line 151 of file ClusterFinderGEM.cxx.

◆ reset()

void o2::mch::ClusterFinderGEM::reset ( )

Definition at line 139 of file ClusterFinderGEM.cxx.


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