StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StJetPars.h
1 // -*- mode: c++;-*-
2 // $Id: StJetPars.h,v 1.3 2008/04/22 00:14:59 tai Exp $
3 #ifndef STJETPARS_H
4 #define STJETPARS_H
5 
6 #include "TObject.h"
7 
8 class StJetFinder;
9 
10 class StJetPars : public TObject {
11 
12 public:
13 
14  virtual StJetFinder* constructJetFinder() = 0;
15 
16 private:
17 
18  ClassDef(StJetPars,1)
19 
20 };
21 
22 #endif // STJETPARS_H