File tree Expand file tree Collapse file tree
DataFormats/Detectors/TPC/include/DataFormatsTPC Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,13 +155,13 @@ struct ClusterNative {
155155// This is an index struct to access TPC clusters inside sectors and rows. It shall not own the data, but just point to
156156// the data inside a buffer.
157157struct ClusterNativeAccess {
158- const ClusterNative* clustersLinear;
158+ const ClusterNative* clustersLinear = nullptr ;
159159 const ClusterNative* clusters[constants::MAXSECTOR ][constants::MAXGLOBALPADROW ];
160- const o2::dataformats::MCTruthContainer<o2::MCCompLabel>* clustersMCTruth;
160+ const o2::dataformats::MCTruthContainer<o2::MCCompLabel>* clustersMCTruth = nullptr ;
161161 unsigned int nClusters[constants::MAXSECTOR ][constants::MAXGLOBALPADROW ];
162162 unsigned int nClustersSector[constants::MAXSECTOR ];
163163 unsigned int clusterOffset[constants::MAXSECTOR ][constants::MAXGLOBALPADROW ];
164- unsigned int nClustersTotal;
164+ unsigned int nClustersTotal = 0 ;
165165
166166 void setOffsetPtrs ();
167167};
You can’t perform that action at this time.
0 commit comments