![]() |
Project
|
#include <TPCClusSelector.h>
Public Member Functions | |
void | clear () |
size_t | getIndex (int sec, int row, uint32_t icl) const |
std::pair< int, int > | findClustersRange (int sec, int row, float tbmin, float tbmax, const o2::tpc::ClusterNativeAccess &tpcClusterIdxStruct) |
int | findClustersEntries (int sec, int row, float tbmin, float tbmax, float padmin, float padmax, const o2::tpc::ClusterNativeAccess &tpcClusterIdxStruct, std::vector< int > *clIDDirect=nullptr) |
void | fill (const o2::tpc::ClusterNativeAccess &tpcClusterIdxStruct) |
int | getNThreads () const |
void | setNThreads (int n) |
Definition at line 25 of file TPCClusSelector.h.
|
inline |
Definition at line 58 of file TPCClusSelector.h.
void TPCClusSelector::fill | ( | const o2::tpc::ClusterNativeAccess & | tpcClusterIdxStruct | ) |
Definition at line 97 of file TPCClusSelector.cxx.
int TPCClusSelector::findClustersEntries | ( | int | sec, |
int | row, | ||
float | tbmin, | ||
float | tbmax, | ||
float | padmin, | ||
float | padmax, | ||
const o2::tpc::ClusterNativeAccess & | tpcClusterIdxStruct, | ||
std::vector< int > * | clIDDirect = nullptr |
||
) |
Definition at line 60 of file TPCClusSelector.cxx.
std::pair< int, int > TPCClusSelector::findClustersRange | ( | int | sec, |
int | row, | ||
float | tbmin, | ||
float | tbmax, | ||
const o2::tpc::ClusterNativeAccess & | tpcClusterIdxStruct | ||
) |
Definition at line 34 of file TPCClusSelector.cxx.
Definition at line 63 of file TPCClusSelector.h.
|
inline |
Definition at line 69 of file TPCClusSelector.h.
Definition at line 23 of file TPCClusSelector.cxx.