CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::PreallocationConfiguration Class Reference

#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
 

Detailed Description

Description: Holds number of simultaneous Streams, LuminosityBlocks and Runs the job will allow.

Usage: <usage>

Definition at line 27 of file PreallocationConfiguration.h.

Constructor & Destructor Documentation

edm::PreallocationConfiguration::PreallocationConfiguration ( )
inline
edm::PreallocationConfiguration::PreallocationConfiguration ( unsigned int  iNThreads,
unsigned int  iNStreams,
unsigned int  iNLumis,
unsigned int  iNRuns 
)
inline

Definition at line 33 of file PreallocationConfiguration.h.

Member Function Documentation

unsigned int edm::PreallocationConfiguration::numberOfLuminosityBlocks ( ) const
inline
unsigned int edm::PreallocationConfiguration::numberOfRuns ( ) const
inline
unsigned int edm::PreallocationConfiguration::numberOfStreams ( ) const
inline

Definition at line 44 of file PreallocationConfiguration.h.

References m_nStreams.

Referenced by edm::EventProcessor::beginJob(), edm::test::TestProcessor::beginJob(), edm::EventProcessor::beginLumiAsync(), edm::test::TestProcessor::beginLuminosityBlock(), edm::EventProcessor::beginRun(), edm::test::TestProcessor::beginRun(), edm::EventProcessor::continueLumiAsync(), edm::global::EDAnalyzerBase::doPreallocate(), edm::global::EDFilterBase::doPreallocate(), edm::global::EDProducerBase::doPreallocate(), edm::limited::EDProducerBase::doPreallocate(), edm::limited::EDFilterBase::doPreallocate(), edm::limited::EDAnalyzerBase::doPreallocate(), edm::OutputModule::doPreallocate(), edm::global::OutputModuleBase::doPreallocate(), edm::stream::EDAnalyzerAdaptorBase::doPreallocate(), edm::limited::OutputModuleBase::doPreallocate(), edm::one::OutputModuleBase::doPreallocate(), edm::stream::ProducingModuleAdaptorBase< T >::doPreallocate(), edm::EventProcessor::endJob(), edm::test::TestProcessor::endJob(), edm::test::TestProcessor::endLuminosityBlock(), edm::EventProcessor::endRun(), edm::test::TestProcessor::endRun(), edm::EventProcessor::endUnfinishedLumi(), edm::EventProcessor::init(), edm::EventProcessor::processLumis(), edm::EventProcessor::readFile(), edm::PrincipalCache::setNumberOfConcurrentPrincipals(), edm::SubProcess::SubProcess(), and edm::test::TestProcessor::TestProcessor().

unsigned int edm::PreallocationConfiguration::numberOfThreads ( ) const
inline

Member Data Documentation

unsigned int edm::PreallocationConfiguration::m_nLumis
private

Definition at line 56 of file PreallocationConfiguration.h.

Referenced by numberOfLuminosityBlocks().

unsigned int edm::PreallocationConfiguration::m_nRuns
private

Definition at line 57 of file PreallocationConfiguration.h.

Referenced by numberOfRuns().

unsigned int edm::PreallocationConfiguration::m_nStreams
private

Definition at line 55 of file PreallocationConfiguration.h.

Referenced by numberOfStreams().

unsigned int edm::PreallocationConfiguration::m_nthreads
private

Definition at line 54 of file PreallocationConfiguration.h.

Referenced by numberOfThreads().