• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

onlinemonitor/rocmonitor/TRocAnalysis.h (r4864/r3431)

Go to the documentation of this file.
00001 #ifndef TFASTROCANALYSIS_H
00002 #define TFASTROCANALYSIS_H
00003 
00004 #include "TGo4Analysis.h"
00005 
00006 
00007 
00008 class TRocAnalysis : public TGo4Analysis {
00009    public:
00010       TRocAnalysis();
00011       TRocAnalysis(int argc, char** argv);
00012       virtual ~TRocAnalysis() ;
00013 
00014           TString & getUserPars() { return userPars; };
00015           TString & getUserConds() { return userConds; };
00016 
00017    private:
00018            TString userPars;
00019            TString userConds;
00020 
00021    ClassDef(TRocAnalysis,1)
00022 };
00023 #endif //TANALYSIS_H

Generated on Tue Dec 10 2013 04:52:23 for ROCsoft by  doxygen 1.7.1