#ifndef AliMUONClusterFinderv0_H
#define AliMUONClusterFinderv0_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice */
+
+
+/* $Id$ */
+
////////////////////////////////////////////////
// MUON Cluster Finder Class //
////////////////////////////////////////////////
virtual Bool_t Centered(AliMUONRawCluster *cluster);
virtual void SplitByLocalMaxima(AliMUONRawCluster *cluster);
// virtual void FillCluster(AliMUONRawCluster *cluster);
- void AliMUONClusterFinderv0::DumpCluster(class AliMUONRawCluster *);
+ void DumpCluster(AliMUONRawCluster *cluster);
TClonesArray* RawClusters(){return fRawClusters;}