CMS 3D CMS Logo

MergeableRunProductProcesses.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_MergeableRunProductProcesses_h
2 #define FWCore_Framework_MergeableRunProductProcesses_h
3 
4 #include <string>
5 #include <vector>
6 
7 namespace edm {
8 
9  class ProductRegistry;
10 
12  public:
14 
15  std::vector<std::string> const& processesWithMergeableRunProducts() const {
17  }
18 
20 
22 
23  // Called once in a job right after the ProductRegistry is frozen.
24  // After that the names stored in this class are never modified.
25  void setProcessesWithMergeableRunProducts(ProductRegistry const& productRegistry);
26 
27  private:
28  // Holds the process names for processes that created mergeable
29  // run products that are in the input of the current job.
30  // Note this does not include the current process.
31  std::vector<std::string> processesWithMergeableRunProducts_;
32  };
33 } // namespace edm
34 #endif
void setProcessesWithMergeableRunProducts(ProductRegistry const &productRegistry)
std::vector< std::string > processesWithMergeableRunProducts_
uint16_t size_type
std::string const & getProcessName(unsigned int index) const
std::vector< std::string > const & processesWithMergeableRunProducts() const
HLT enums.
std::vector< std::string >::size_type size() const