00001 // -*- mode: c++;-*- 00002 // $Id: StJetEtCellFactory.h,v 1.2 2008/05/05 00:32:49 tai Exp $ 00003 // Copyright (C) 2008 Tai Sakuma <sakuma@mit.edu> 00004 #ifndef STJETETCELLFACTORY_H 00005 #define STJETETCELLFACTORY_H 00006 00007 00008 class StEtaPhiCell; 00009 00010 class StJetEtCellFactory { 00011 00012 public: 00013 virtual StEtaPhiCell* create(double etaMin, double etaMax, double phiMin, double phiMax); 00014 }; 00015 00016 00017 #endif // STJETETCELLFACTORY_H
1.5.9