StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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 }