00001 // -*- mode: c++;-*- 00002 // $Id: StCdfChargedJetEtCellFactory.cxx,v 1.2 2008/05/05 00:32:47 tai Exp $ 00003 #include "StCdfChargedJetEtCellFactory.h" 00004 00005 #include "StCdfChargedJetEtCell.h" 00006 00007 StEtaPhiCell* StCdfChargedJetEtCellFactory::create(double etaMin, double etaMax, double phiMin, double phiMax) 00008 { 00009 return new StCdfChargedJetEtCell(etaMin, etaMax, phiMin, phiMax); 00010 }
1.5.9