Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CDFMonitoringModule.h

Go to the documentation of this file.
00001 
00036 #ifndef CDFMONITORINGMODULE_H
00037 #define CDFMONITORINGMODULE_H
00038 
00039 #include <JobControl/JobCModule.h>
00040 
00041 class MomNavigator;
00042 class CDFMonitoringModuleImp;
00043 
00044 class CDFMonitoringModule : public JobCModule {
00045     CDFMonitoringModuleImp* fImp; // hide implementation
00046 public:
00047     static const int default_port;
00048     static const char* default_folder;
00049     static const int default_refresh;
00050 
00051     CDFMonitoringModule();
00052     ~CDFMonitoringModule();
00053 
00054     void BeginJob();
00055     void EndJob();
00056 
00057     void BeginFile();
00058     void EndFile();
00059 
00060     JobCResult Ana(const MomNavigator *mom);
00061     const Registry& DefaultConfig() const;
00062 
00063     //ClassDef(CDFMonitoringModule,1)
00064 
00065 };
00066 
00067 
00068 #endif  // CDFMONITORINGMODULE_H

Generated on Mon Feb 15 11:06:30 2010 for loon by  doxygen 1.3.9.1