]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCEsdWriterComponent.h
Size of incoming arrays of MC labels is stored, for the safe memory access.
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCEsdWriterComponent.h
index 3d517ecf7eb40cbe40752e47019f1fa64b27276c..a5791d267e3e2553598ccc2301b2826ab90b7347 100644 (file)
@@ -260,7 +260,8 @@ class AliHLTTPCEsdWriterComponent : public AliHLTLogging
 
   /** array of pointers to cluster MC labels **/
 
-  AliHLTTPCClusterFinder::ClusterMCInfo *fClusterLabels[36*6];
+  AliHLTTPCClusterFinder::ClusterMCInfo *fClusterLabels[36*6]; //! cluster MC labels for each TPC patch
+  Int_t fNClusterLabels[36*6]; //! Number of MC labels, for check of consistensy
   
   /** flag for calculating MC labels for tracks **/