]> git.uio.no Git - u/mrichter/AliRoot.git/blame - JETAN/AliCdfJetFinder.h
Removed list of HighVoltage STATus entries in OCDB configuration
[u/mrichter/AliRoot.git] / JETAN / AliCdfJetFinder.h
CommitLineData
98178771 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
15class AliCdfJetHeader;
16
17class 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