]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/ITS/AliHLTITSClusterFinderComponent.h
Fixes for report #68312: Improper usage of TClonesArrays in ITS
[u/mrichter/AliRoot.git] / HLT / ITS / AliHLTITSClusterFinderComponent.h
index d4dffc5d65a8e34f1faef5eee85626474a3313eb..6efc42271ed68ad5d96d6b0f2c2cf8b3a577c739 100644 (file)
@@ -201,8 +201,6 @@ class AliHLTITSClusterFinderComponent : public AliHLTProcessor
   Int_t fId;                   // ddl offset
   Int_t fNddl;                 // number of ddl's
   
-   TClonesArray** fClusters;                                  //!transient
-  
   /** the reader object for data decoding */
 
   AliRawReaderMemory* fRawReader;                             //!transient
@@ -216,6 +214,13 @@ class AliHLTITSClusterFinderComponent : public AliHLTProcessor
   TTree *tD;                                                  //!transient
   TTree *tR;                                                  //!transient
 
+  Int_t fSPDNModules;                                         //!transient 
+  Int_t fSDDNModules;                                         //!transient
+  Int_t fSSDNModules;                                         //!transient 
+  
+  Int_t fFirstModule;                                         //!transient    
+  Int_t fLastModule;                                          //!transient
+
   std::vector<AliITSRecPoint> fclusters;                      //!transient
 
   AliHLTComponentBenchmark fBenchmark;// benchmark