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
edm::SubProcessBlockHelper::processBlockCacheIndices
std::vector< std::vector< unsigned int > > const & processBlockCacheIndices() const final
Definition: SubProcessBlockHelper.cc:22
ProvenanceFwd.h
edm::EventToProcessBlockIndexes
Definition: EventToProcessBlockIndexes.h:12
edm::SubProcessBlockHelper::cacheEntriesPerFile
std::vector< unsigned int > const & cacheEntriesPerFile() const final
Definition: SubProcessBlockHelper.cc:34
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::SubProcessBlockHelper::nProcessesInFirstFile
unsigned int nProcessesInFirstFile() const final
Definition: SubProcessBlockHelper.cc:18
edm::ProductRegistry
Definition: ProductRegistry.h:37
edm::SubProcessBlockHelper::updateFromParentProcess
void updateFromParentProcess(ProcessBlockHelperBase const &parentProcessBlockHelper, ProductRegistry const &)
Definition: SubProcessBlockHelper.cc:45
edm::SubProcessBlockHelper::nEntries
std::vector< std::vector< unsigned int > > const & nEntries() const final
Definition: SubProcessBlockHelper.cc:26
edm::ProcessBlockHelperBase
Definition: ProcessBlockHelperBase.h:18
edm::SubProcessBlockHelper::topProcessBlockHelper
ProcessBlockHelperBase const * topProcessBlockHelper() const final
Definition: SubProcessBlockHelper.cc:12
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::SubProcessBlockHelper::cacheIndexVectorsPerFile
std::vector< unsigned int > const & cacheIndexVectorsPerFile() const final
Definition: SubProcessBlockHelper.cc:30
SimL1EmulatorRepack_CalouGT_cff.processName
processName
Definition: SimL1EmulatorRepack_CalouGT_cff.py:17
edm::SubProcessBlockHelper
Definition: SubProcessBlockHelper.h:17
edm::SubProcessBlockHelper::topProcessBlockHelper_
ProcessBlockHelperBase const * topProcessBlockHelper_
Definition: SubProcessBlockHelper.h:32
edm::SubProcessBlockHelper::outerOffset
unsigned int outerOffset() const final
Definition: SubProcessBlockHelper.cc:43
edm::SubProcessBlockHelper::topProcessesWithProcessBlockProducts
std::vector< std::string > const & topProcessesWithProcessBlockProducts() const final
Definition: SubProcessBlockHelper.cc:14
ProcessBlockHelperBase.h
edm::SubProcessBlockHelper::processBlockIndex
unsigned int processBlockIndex(std::string const &processName, EventToProcessBlockIndexes const &) const final
Definition: SubProcessBlockHelper.cc:38