00001 // -*- mode: c++;-*- 00002 // $Id: StJetPars.h,v 1.3 2008/04/22 00:14:59 tai Exp $ 00003 #ifndef STJETPARS_H 00004 #define STJETPARS_H 00005 00006 #include "TObject.h" 00007 00008 class StJetFinder; 00009 00010 class StJetPars : public TObject { 00011 00012 public: 00013 00014 virtual StJetFinder* constructJetFinder() = 0; 00015 00016 private: 00017 00018 ClassDef(StJetPars,1) 00019 00020 }; 00021 00022 #endif // STJETPARS_H
1.5.9