]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDEReconstructor.h
Coverity fixes
[u/mrichter/AliRoot.git] / ACORDE / AliACORDEReconstructor.h
index 154987361573c7cddb20c69146d358f89a674120..27355b84f187fec44688087005a3c97453a17b77 100644 (file)
@@ -50,11 +50,13 @@ protected:
   AliACORDERecoParam* fAcordeRecoParam; // Pointer to the ACORDE's RecoParam
 
 private:
-  AliACORDEReconstructor(const AliACORDEReconstructor& reconstructor);
-  AliACORDEReconstructor& operator = (const AliACORDEReconstructor& reconstructor);
+  AliACORDEReconstructor(const AliACORDEReconstructor&); //Not implemented
+  AliACORDEReconstructor& operator = (const AliACORDEReconstructor&); //Not implemented
   
   AliACORDECalibData* fCalibData;      //! calibration data
+
+  mutable TClonesArray *fDigitsArray;  // clones-array for ConvertDigits() and FillESD()
+
   ClassDef(AliACORDEReconstructor, 1)  // class for the ACORDE reconstruction
 };