00001 // $Id: StJetEtCellFactory.cxx,v 1.3 2008/05/05 00:32:49 tai Exp $ 00002 #include "StJetEtCellFactory.h" 00003 00004 #include "StJetEtCell.h" 00005 00006 StEtaPhiCell* StJetEtCellFactory::create(double etaMin, double etaMax, double phiMin, double phiMax) 00007 { 00008 return new StJetEtCell(etaMin, etaMax, phiMin, phiMax); 00009 }
1.5.9