CMS 3D CMS Logo

SubProcessBlockHelper.h
Go to the documentation of this file.
1 #ifndef FWCore_Common_SubProcessBlockHelper_h
2 #define FWCore_Common_SubProcessBlockHelper_h
3 
12 
13 #include <vector>
14 
15 namespace edm {
16 
18  public:
19  ProcessBlockHelperBase const* topProcessBlockHelper() const final;
20  std::vector<std::string> const& topProcessesWithProcessBlockProducts() const final;
21  unsigned int nProcessesInFirstFile() const final;
22  std::vector<std::vector<unsigned int>> const& processBlockCacheIndices() const final;
23  std::vector<std::vector<unsigned int>> const& nEntries() const final;
24  std::vector<unsigned int> const& cacheIndexVectorsPerFile() const final;
25  std::vector<unsigned int> const& cacheEntriesPerFile() const final;
26  unsigned int processBlockIndex(std::string const& processName, EventToProcessBlockIndexes const&) const final;
27  unsigned int outerOffset() const final;
28 
29  void updateFromParentProcess(ProcessBlockHelperBase const& parentProcessBlockHelper, ProductRegistry const&);
30 
31  private:
33  };
34 } // namespace edm
35 #endif
std::vector< std::vector< unsigned int > > const & processBlockCacheIndices() const final
std::vector< unsigned int > const & cacheEntriesPerFile() const final
std::vector< std::vector< unsigned int > > const & nEntries() const final
std::vector< std::string > const & topProcessesWithProcessBlockProducts() const final
unsigned int outerOffset() const final
unsigned int nProcessesInFirstFile() const final
void updateFromParentProcess(ProcessBlockHelperBase const &parentProcessBlockHelper, ProductRegistry const &)
ProcessBlockHelperBase const * topProcessBlockHelper() const final
HLT enums.
std::vector< unsigned int > const & cacheIndexVectorsPerFile() const final
ProcessBlockHelperBase const * topProcessBlockHelper_
unsigned int processBlockIndex(std::string const &processName, EventToProcessBlockIndexes const &) const final