#include "PreallocationConfiguration.h"
Public Member Functions | |
unsigned int | numberOfLuminosityBlocks () const |
unsigned int | numberOfRuns () const |
unsigned int | numberOfStreams () const |
unsigned int | numberOfThreads () const |
PreallocationConfiguration () | |
PreallocationConfiguration (unsigned int iNThreads, unsigned int iNStreams, unsigned int iNLumis, unsigned int iNRuns) | |
Private Attributes | |
unsigned int | m_nLumis |
unsigned int | m_nRuns |
unsigned int | m_nStreams |
unsigned int | m_nthreads |
Description: Holds number of simultaneous Streams, LuminosityBlocks and Runs the job will allow.
Usage: <usage>
Definition at line 27 of file PreallocationConfiguration.h.
|
inline |
Definition at line 29 of file PreallocationConfiguration.h.
|
inline |
Definition at line 30 of file PreallocationConfiguration.h.
|
inline |
Definition at line 36 of file PreallocationConfiguration.h.
References m_nLumis.
Referenced by edm::EventProcessor::beginJob(), edm::test::TestProcessor::beginJob(), edm::global::EDAnalyzerBase::doPreallocate(), edm::one::EDAnalyzerBase::doPreallocate(), edm::limited::EDAnalyzerBase::doPreallocate(), edm::one::EDFilterBase::doPreallocate(), edm::one::EDProducerBase::doPreallocate(), edm::global::EDProducerBase::doPreallocate(), edm::limited::EDProducerBase::doPreallocate(), edm::global::EDFilterBase::doPreallocate(), edm::limited::EDFilterBase::doPreallocate(), edm::stream::EDAnalyzerAdaptorBase::doPreallocate(), edm::stream::ProducingModuleAdaptorBase< EDProducerBase >::doPreallocate(), edm::core::OutputModuleCore::doPreallocate_(), edm::GlobalSchedule::GlobalSchedule(), edm::EventProcessor::init(), edm::SubProcess::SubProcess(), and edm::test::TestProcessor::TestProcessor().
|
inline |
Definition at line 37 of file PreallocationConfiguration.h.
References m_nRuns.
Referenced by edm::EventProcessor::beginJob(), edm::test::TestProcessor::beginJob(), edm::global::EDAnalyzerBase::doPreallocate(), edm::one::EDAnalyzerBase::doPreallocate(), edm::limited::EDAnalyzerBase::doPreallocate(), edm::one::EDFilterBase::doPreallocate(), edm::one::EDProducerBase::doPreallocate(), edm::global::EDProducerBase::doPreallocate(), edm::limited::EDProducerBase::doPreallocate(), edm::global::EDFilterBase::doPreallocate(), edm::limited::EDFilterBase::doPreallocate(), edm::stream::EDAnalyzerAdaptorBase::doPreallocate(), edm::stream::ProducingModuleAdaptorBase< EDProducerBase >::doPreallocate(), edm::GlobalSchedule::GlobalSchedule(), edm::EventProcessor::init(), edm::SubProcess::SubProcess(), and edm::test::TestProcessor::TestProcessor().
|
inline |
Definition at line 35 of file PreallocationConfiguration.h.
References m_nStreams.
Referenced by edm::EventProcessor::beginJob(), edm::test::TestProcessor::beginJob(), edm::EventProcessor::beginLumiAsync(), edm::test::TestProcessor::beginLuminosityBlock(), edm::test::TestProcessor::beginRun(), edm::EventProcessor::beginRunAsync(), edm::EventProcessor::continueLumiAsync(), edm::global::OutputModuleBase::doPreallocate(), edm::limited::OutputModuleBase::doPreallocate(), edm::global::EDAnalyzerBase::doPreallocate(), edm::limited::EDAnalyzerBase::doPreallocate(), edm::limited::EDProducerBase::doPreallocate(), edm::global::EDProducerBase::doPreallocate(), edm::global::EDFilterBase::doPreallocate(), edm::limited::EDFilterBase::doPreallocate(), edm::stream::EDAnalyzerAdaptorBase::doPreallocate(), edm::stream::ProducingModuleAdaptorBase< EDProducerBase >::doPreallocate(), edm::core::OutputModuleCore::doPreallocate_(), edm::EventProcessor::endJob(), edm::test::TestProcessor::endJob(), edm::test::TestProcessor::endLuminosityBlock(), edm::test::TestProcessor::endRun(), edm::EventProcessor::endRunAsync(), edm::EventProcessor::endUnfinishedLumi(), edm::Schedule::finishSetup(), edm::EventProcessor::init(), edmtest::AcquireIntFilter::preallocate(), edmtest::AcquireIntProducer::preallocate(), edm::EventProcessor::processRuns(), edm::EventProcessor::readFile(), edm::PrincipalCache::setNumberOfConcurrentPrincipals(), edm::SubProcess::SubProcess(), and edm::test::TestProcessor::TestProcessor().
|
inline |
Definition at line 34 of file PreallocationConfiguration.h.
References m_nthreads.
Referenced by edm::EventProcessor::beginJob(), edm::test::TestProcessor::beginJob(), edm::one::EDProducerBase::doPreallocate(), edm::one::EDFilterBase::doPreallocate(), edm::Schedule::endJob(), and edm::EventProcessor::readFile().
|
private |
Definition at line 47 of file PreallocationConfiguration.h.
Referenced by numberOfLuminosityBlocks().
|
private |
Definition at line 48 of file PreallocationConfiguration.h.
Referenced by numberOfRuns().
|
private |
Definition at line 46 of file PreallocationConfiguration.h.
Referenced by numberOfStreams().
|
private |
Definition at line 45 of file PreallocationConfiguration.h.
Referenced by numberOfThreads().