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
StJetEtCellFactory.h
1
// -*- mode: c++;-*-
2
// $Id: StJetEtCellFactory.h,v 1.2 2008/05/05 00:32:49 tai Exp $
3
// Copyright (C) 2008 Tai Sakuma <sakuma@mit.edu>
4
#ifndef STJETETCELLFACTORY_H
5
#define STJETETCELLFACTORY_H
6
7
8
class
StEtaPhiCell
;
9
10
class
StJetEtCellFactory
{
11
12
public
:
13
virtual
StEtaPhiCell
* create(
double
etaMin,
double
etaMax,
double
phiMin,
double
phiMax);
14
};
15
16
17
#endif // STJETETCELLFACTORY_H
StEtaPhiCell
Definition:
StEtaPhiCell.h:14
StJetEtCellFactory
Definition:
StJetEtCellFactory.h:10
Generated by
1.8.5