1 #ifndef ALICDFJETFINDER_H
2 #define ALICDFJETFINDER_H
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
8 //---------------------------------------------------------------------
11 //---------------------------------------------------------------------
13 #include "AliJetFinder.h"
15 class AliCdfJetHeader;
17 class AliCdfJetFinder : public AliJetFinder
22 virtual ~AliCdfJetFinder();
24 void CreateOutputObjects(TList *histos);
26 virtual void FinishRun();
29 AliCdfJetFinder ( const AliCdfJetFinder& jf );
30 AliCdfJetFinder& operator = ( const AliCdfJetFinder& jf );
32 TList *fHistos; // List of histograms
33 ClassDef ( AliCdfJetFinder, 1 )