![]() |
Project
|
#include <ClusterNative.h>
Public Types | |
| using | ConstMCLabelContainer = o2::dataformats::ConstMCTruthContainer< o2::MCCompLabel > |
| using | ConstMCLabelContainerView = o2::dataformats::ConstMCTruthContainerView< o2::MCCompLabel > |
| using | ConstMCLabelContainerViewWithBuffer = std::pair< ConstMCLabelContainer, ConstMCLabelContainerView > |
Public Member Functions | |
| void | setOffsetPtrs () |
Public Attributes | |
| const ClusterNative * | clustersLinear |
| const ClusterNative * | clusters [constants::MAXSECTOR][constants::MAXGLOBALPADROW] |
| const o2::dataformats::ConstMCTruthContainerView< o2::MCCompLabel > * | clustersMCTruth |
| unsigned int | nClusters [constants::MAXSECTOR][constants::MAXGLOBALPADROW] |
| unsigned int | nClustersSector [constants::MAXSECTOR] |
| unsigned int | clusterOffset [constants::MAXSECTOR][constants::MAXGLOBALPADROW] |
| unsigned int | nClustersTotal |
Definition at line 174 of file ClusterNative.h.
| using o2::tpc::ClusterNativeAccess::ConstMCLabelContainer = o2::dataformats::ConstMCTruthContainer<o2::MCCompLabel> |
Definition at line 186 of file ClusterNative.h.
| using o2::tpc::ClusterNativeAccess::ConstMCLabelContainerView = o2::dataformats::ConstMCTruthContainerView<o2::MCCompLabel> |
Definition at line 187 of file ClusterNative.h.
| using o2::tpc::ClusterNativeAccess::ConstMCLabelContainerViewWithBuffer = std::pair<ConstMCLabelContainer, ConstMCLabelContainerView> |
Definition at line 188 of file ClusterNative.h.
|
inline |
Definition at line 192 of file ClusterNative.h.
| unsigned int o2::tpc::ClusterNativeAccess::clusterOffset[constants::MAXSECTOR][constants::MAXGLOBALPADROW] |
Definition at line 180 of file ClusterNative.h.
| const ClusterNative* o2::tpc::ClusterNativeAccess::clusters[constants::MAXSECTOR][constants::MAXGLOBALPADROW] |
Definition at line 176 of file ClusterNative.h.
| const ClusterNative* o2::tpc::ClusterNativeAccess::clustersLinear |
Definition at line 175 of file ClusterNative.h.
| const o2::dataformats::ConstMCTruthContainerView<o2::MCCompLabel>* o2::tpc::ClusterNativeAccess::clustersMCTruth |
Definition at line 177 of file ClusterNative.h.
| unsigned int o2::tpc::ClusterNativeAccess::nClusters[constants::MAXSECTOR][constants::MAXGLOBALPADROW] |
Definition at line 178 of file ClusterNative.h.
| unsigned int o2::tpc::ClusterNativeAccess::nClustersSector[constants::MAXSECTOR] |
Definition at line 179 of file ClusterNative.h.
| unsigned int o2::tpc::ClusterNativeAccess::nClustersTotal |
Definition at line 181 of file ClusterNative.h.