![]() |
Project
|
#include <ClusterFinderGEM.h>
Public Member Functions | |
ClusterFinderGEM () | |
~ClusterFinderGEM () | |
ClusterFinderGEM (const ClusterFinderGEM &)=delete | |
ClusterFinderGEM & | operator= (const ClusterFinderGEM &)=delete |
ClusterFinderGEM (ClusterFinderGEM &&)=delete | |
ClusterFinderGEM & | operator= (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) |
Definition at line 49 of file ClusterFinderGEM.h.
o2::mch::ClusterFinderGEM::ClusterFinderGEM | ( | ) |
default constructor
Definition at line 62 of file ClusterFinderGEM.cxx.
|
default |
|
delete |
|
delete |
void o2::mch::ClusterFinderGEM::deinit | ( | ) |
deinitialize the Original clustering
Definition at line 121 of file ClusterFinderGEM.cxx.
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.
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.
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.
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.
|
inline |
return the list of reconstructed clusters
Definition at line 74 of file ClusterFinderGEM.h.
|
inline |
return the list of digits used in reconstructed clusters
Definition at line 76 of file ClusterFinderGEM.h.
initialize the clustering
Definition at line 91 of file ClusterFinderGEM.cxx.
|
delete |
|
delete |
void o2::mch::ClusterFinderGEM::releasePreCluster | ( | ) |
Definition at line 151 of file ClusterFinderGEM.cxx.
void o2::mch::ClusterFinderGEM::reset | ( | ) |
Definition at line 139 of file ClusterFinderGEM.cxx.