test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JobReportService.h
Go to the documentation of this file.
1 #ifndef FWCore_Services_JobReportService_h
2 #define FWCore_Services_JobReportService_h
3 // -*- C++ -*-
4 //
5 // Package: Services
6 // Class : JobReport
7 //
20 //
21 // Original Author: Marc Paterno
22 //
23 
24 #include <string>
25 
29 
30 namespace edm {
32 
33  namespace service {
34  class JobReportService : public JobReport {
35  public:
38 
39  void postEndJob();
40 
42 
43  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
44  };
45 
46  inline
48  return true;
49  }
50  }
51 }
52 #endif
bool isProcessWideService(TFileService const *)
Definition: TFileService.h:99
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
JobReportService(ParameterSet const &ps, ActivityRegistry &reg)