]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/AliFlatTPCseed.h
AliHLTJET module
[u/mrichter/AliRoot.git] / HLT / global / AliFlatTPCseed.h
index a2dd1f7a5b9debdb5a75354771da1d94938e6b8c..d5e2db8f5343397707def0cce3a077b0e94728be 100644 (file)
@@ -55,7 +55,12 @@ class AliFlatTPCseed
 
   void SetLabel( Int_t lab ){ fLabel=lab; }
 
-  void AddCluster( const AliTPCclusterMI *cl, const AliTPCTrackerPoint *p ){ if(cl) GetClustersNonConst()[fNTPCClusters++].SetTPCCluster( cl, p );  }
+  void AddCluster( const AliTPCclusterMI *cl, const AliTPCTrackerPoint *p ){
+               if(cl){
+                       GetClustersNonConst()[fNTPCClusters++].SetTPCCluster( cl, p );
+                       fContentSize+=sizeof(AliFlatTPCCluster);
+               }
+       }
 
 
   // --------------------------------------------------------------------------------