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.cxx
1
// $Id: StJetEtCellFactory.cxx,v 1.3 2008/05/05 00:32:49 tai Exp $
2
#include "StJetEtCellFactory.h"
3
4
#include "StJetEtCell.h"
5
6
StEtaPhiCell
* StJetEtCellFactory::create(
double
etaMin,
double
etaMax,
double
phiMin,
double
phiMax)
7
{
8
return
new
StJetEtCell
(etaMin, etaMax, phiMin, phiMax);
9
}
StJetEtCell
Definition:
StJetEtCell.h:27
StEtaPhiCell
Definition:
StEtaPhiCell.h:14
Generated by
1.8.5