]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderPeakCOG.h
CID 22679: Out-of-bounds write (OVERRUN_STATIC)
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderPeakCOG.h
index 1501cee26d99d05df1e3d40a88daea7c19fe17f3..9c534f4ed1f30c3b344e45233884ee8d17a96022 100644 (file)
@@ -24,7 +24,6 @@
 class AliMUONPad;
 
 class TH2D;
-class TClonesArray;
 
 class AliMUONClusterFinderPeakCOG : public AliMUONVClusterFinder
 {
@@ -37,7 +36,7 @@ public:
 
   using AliMUONVClusterFinder::Prepare;
 
-  virtual Bool_t Prepare(Int_t detElemId, TClonesArray* pads[2],
+  virtual Bool_t Prepare(Int_t detElemId, TObjArray* pads[2],
                          const AliMpArea& area, const AliMpVSegmentation* seg[2]);
   
   virtual AliMUONCluster* NextCluster();