![]() |
Project
|
#include <ROframe.h>
Public Member Functions | |
void | Reserve (int nClusters=0, float fraction=0.12f) |
Int_t | getTotalClusters () const |
std::vector< Cluster > & | getClustersInLayer (Int_t layerId) |
const MCCompLabel & | getClusterLabels (Int_t layerId, const Int_t clusterId) const |
const Int_t | getClusterExternalIndex (Int_t layerId, const Int_t clusterId) const |
const Int_t | getClusterSize (Int_t layerId, const Int_t clusterId) const |
std::vector< T > & | getTracks () |
T & | getCurrentTrack () |
Road & | getCurrentRoad () |
template<typename... C> | |
void | addClusterToLayer (Int_t layer, C &&... args) |
void | addClusterLabelToLayer (Int_t layer, const MCCompLabel label) |
void | addClusterExternalIndexToLayer (Int_t layer, const Int_t idx) |
void | addClusterSizeToLayer (Int_t layer, const Int_t clusterSize) |
void | addTrack (bool isCA=false) |
void | addRoad () |
void | sortClusters () |
void | clear () |
const Int_t | getNClustersInLayer (Int_t layerId) const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Int_t o2::mft::ROframe< T >::getTotalClusters | ( | ) | const |
Definition at line 25 of file ROframe.cxx.
|
inline |
|
inline |
void o2::mft::ROframe< T >::sortClusters | ( | ) |