Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

TDSPInt.h

Go to the documentation of this file.
00001 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef TDSPINT_H
00019 #define TDSPINT_H
00020 
00021 #include <TRint.h>
00022 #include <TString.h>
00023 
00024 
00029 class TDSPInt : public TRint  {
00030 
00031  protected:
00032   
00033   static TString fVersionStr;
00034 
00035  public: 
00036   TDSPInt(const char* appClassName, int* argc, char** argv, void* options = 0, int numOptions = 0, Bool_t noLogo = kFALSE);
00037   ~TDSPInt();
00038 
00039   static TString &GetVersion() { return fVersionStr;};
00040 
00041   virtual void PrintLogo();
00042 
00043   ClassDef(TDSPInt,1)
00044 
00045 };
00046  
00047 Bool_t CheckEnter();
00048 
00049 #endif

Generated on Fri Apr 23 16:23:43 2004 by doxygen 1.3.2