![]() |
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 303 of file ClusterNative.h.
| using o2::tpc::ClusterNativeAccess::ConstMCLabelContainer = o2::dataformats::ConstMCTruthContainer<o2::MCCompLabel> |
Definition at line 315 of file ClusterNative.h.
| using o2::tpc::ClusterNativeAccess::ConstMCLabelContainerView = o2::dataformats::ConstMCTruthContainerView<o2::MCCompLabel> |
Definition at line 316 of file ClusterNative.h.
| using o2::tpc::ClusterNativeAccess::ConstMCLabelContainerViewWithBuffer = std::pair<ConstMCLabelContainer, ConstMCLabelContainerView> |
Definition at line 317 of file ClusterNative.h.
|
inline |
Definition at line 321 of file ClusterNative.h.
| unsigned int o2::tpc::ClusterNativeAccess::clusterOffset[constants::MAXSECTOR][constants::MAXGLOBALPADROW] |
Definition at line 309 of file ClusterNative.h.
| const ClusterNative* o2::tpc::ClusterNativeAccess::clusters[constants::MAXSECTOR][constants::MAXGLOBALPADROW] |
Definition at line 305 of file ClusterNative.h.
| const ClusterNative* o2::tpc::ClusterNativeAccess::clustersLinear |
Definition at line 304 of file ClusterNative.h.
| const o2::dataformats::ConstMCTruthContainerView<o2::MCCompLabel>* o2::tpc::ClusterNativeAccess::clustersMCTruth |
Definition at line 306 of file ClusterNative.h.
| unsigned int o2::tpc::ClusterNativeAccess::nClusters[constants::MAXSECTOR][constants::MAXGLOBALPADROW] |
Definition at line 307 of file ClusterNative.h.
| unsigned int o2::tpc::ClusterNativeAccess::nClustersSector[constants::MAXSECTOR] |
Definition at line 308 of file ClusterNative.h.
| unsigned int o2::tpc::ClusterNativeAccess::nClustersTotal |
Definition at line 310 of file ClusterNative.h.