CMS 3D CMS Logo

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 bool isProcessWideService(JobReportService const*) { return true; }
47  } // namespace service
48 } // namespace edm
49 #endif
bool isProcessWideService(TFileService const *)
Definition: TFileService.h:98
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
JobReportService(ParameterSet const &ps, ActivityRegistry &reg)
HLT enums.