CMS 3D CMS Logo

JsonWritingTimeoutPoolOutputModule.h
Go to the documentation of this file.
1 #ifndef DQMServices_StreamerIO_JsonWritingTimeoutPoolOutputModule_h
2 #define DQMServices_StreamerIO_JsonWritingTimeoutPoolOutputModule_h
3 
5 
6 namespace dqmservices {
7 
8  class ModuleCallingContext;
9  class ParameterSet;
10 
12  public:
15 
17 
18  protected:
19  std::pair<std::string, std::string> physicalAndLogicalNameForNewFile() override;
20  void doExtrasAfterCloseFile() override;
21 
22  protected:
23  uint32_t sequence_;
24  uint32_t runNumber_;
27 
30  };
31 
32 } // namespace dqmservices
33 
34 #endif
static void fillDescriptions(edm::ConfigurationDescriptions &)
std::pair< std::string, std::string > physicalAndLogicalNameForNewFile() override