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