00001 // $Id: StConePars.cxx,v 1.2 2008/04/21 17:29:24 tai Exp $ 00002 #include "StConePars.h" 00003 00004 #include "StConeJetFinder.h" 00005 00006 ClassImp(StConePars) 00007 00008 StJetFinder* StConePars::constructJetFinder() 00009 { 00010 return new StConeJetFinder(*this); 00011 }
1.5.9