00001 // -*- mode: c++;-*- 00002 // $Id: StjTrgSoftFactory.h,v 1.1 2008/08/18 06:41:06 tai Exp $ 00003 #ifndef STJTRGMUDSTSOFTWAREFACTORY_H 00004 #define STJTRGMUDSTSOFTWAREFACTORY_H 00005 00006 #include <TObject.h> 00007 00008 class StjTrgSoft; 00009 00010 class StjTrgSoftFactory : public TObject { 00011 00012 public: 00013 StjTrgSoftFactory() { } 00014 virtual ~StjTrgSoftFactory() { } 00015 00016 virtual StjTrgSoft* create() = 0; 00017 00018 ClassDef(StjTrgSoftFactory, 1) 00019 00020 }; 00021 00022 00023 #endif // STJTRGMUDSTSOFTWAREFACTORY_H
1.5.9