]> git.uio.no Git - u/mrichter/AliRoot.git/blob - JETAN/AliCdfJetFinder.h
Geometry checked and corrected with sampling option.
[u/mrichter/AliRoot.git] / JETAN / AliCdfJetFinder.h
1 #ifndef ALICDFJETFINDER_H
2 #define ALICDFJETFINDER_H
3
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice                               */
6
7
8 //---------------------------------------------------------------------
9 //
10 //
11 //---------------------------------------------------------------------
12
13 #include "AliJetFinder.h"
14
15 class AliCdfJetHeader;
16
17 class AliCdfJetFinder : public AliJetFinder
18   {
19   public:
20
21     AliCdfJetFinder();
22     virtual ~AliCdfJetFinder();
23
24     void           CreateOutputObjects(TList *histos);
25     void           FindJets();
26     virtual void   FinishRun();
27
28   protected:
29     AliCdfJetFinder ( const AliCdfJetFinder& jf );
30     AliCdfJetFinder& operator = ( const AliCdfJetFinder& jf );
31
32     TList         *fHistos;    // List of histograms
33     ClassDef ( AliCdfJetFinder, 1 )
34   };//
35 #endif