StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StJetFinder
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
StJetFinder
Definition:
StJetFinder.h:10
StJetPars
Definition:
StJetPars.h:10
Generated by
1.8.5