X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONClusterFinderPeakCOG.h;h=9c534f4ed1f30c3b344e45233884ee8d17a96022;hb=69a6bda09099a2c63b6b5a9588a9aba85224cd37;hp=1501cee26d99d05df1e3d40a88daea7c19fe17f3;hpb=72dae9fff6e7e1656e0f9069eb01b49bbd1f3040;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONClusterFinderPeakCOG.h b/MUON/AliMUONClusterFinderPeakCOG.h index 1501cee26d9..9c534f4ed1f 100644 --- a/MUON/AliMUONClusterFinderPeakCOG.h +++ b/MUON/AliMUONClusterFinderPeakCOG.h @@ -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();