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
StCdfChargedJetEtCellFactory.cxx
1
// -*- mode: c++;-*-
2
// $Id: StCdfChargedJetEtCellFactory.cxx,v 1.2 2008/05/05 00:32:47 tai Exp $
3
#include "StCdfChargedJetEtCellFactory.h"
4
5
#include "StCdfChargedJetEtCell.h"
6
7
StEtaPhiCell
* StCdfChargedJetEtCellFactory::create(
double
etaMin,
double
etaMax,
double
phiMin,
double
phiMax)
8
{
9
return
new
StCdfChargedJetEtCell
(etaMin, etaMax, phiMin, phiMax);
10
}
StEtaPhiCell
Definition:
StEtaPhiCell.h:14
StCdfChargedJetEtCell
Definition:
StCdfChargedJetEtCell.h:20
Generated by
1.8.5