#include <SystemBounds.h>
Public Member Functions | |
unsigned int | maxNumberOfConcurrentLuminosityBlocks () const |
unsigned int | maxNumberOfConcurrentRuns () const |
unsigned int | maxNumberOfStreams () const |
unsigned int | maxNumberOfThreads () const |
SystemBounds (unsigned int iNStreams, unsigned int iNLumis, unsigned int iNRuns, unsigned int iNThreads) | |
Private Attributes | |
unsigned int | m_nLumis |
unsigned int | m_nRuns |
unsigned int | m_nStreams |
unsigned int | m_nThreads |
Definition at line 29 of file SystemBounds.h.
|
inline |
Definition at line 33 of file SystemBounds.h.
|
inline |
Definition at line 45 of file SystemBounds.h.
References m_nLumis.
Referenced by edm::service::MessageLogger::MessageLogger(), edm::service::Tracer::preallocate(), and edm::service::RandomNumberGeneratorService::preallocate().
|
inline |
Definition at line 44 of file SystemBounds.h.
References m_nRuns.
Referenced by edm::service::MessageLogger::MessageLogger(), edm::service::Tracer::preallocate(), and FastTimerService::preallocate().
|
inline |
Definition at line 43 of file SystemBounds.h.
References m_nStreams.
Referenced by DQMStore::DQMStore(), edm::service::MessageLogger::MessageLogger(), evf::EvFDaqDirector::preallocate(), edm::service::Tracer::preallocate(), ThroughputService::preallocate(), edm::service::RandomNumberGeneratorService::preallocate(), evf::FastMonitoringService::preallocate(), FastTimerService::preallocate(), edm::service::ResourceEnforcer::ResourceEnforcer(), and edm::service::Timing::Timing().
|
inline |
Definition at line 46 of file SystemBounds.h.
References m_nThreads.
Referenced by evf::EvFDaqDirector::preallocate(), evf::FastMonitoringService::preallocate(), and FastTimerService::preallocate().
|
private |
Definition at line 52 of file SystemBounds.h.
Referenced by maxNumberOfConcurrentLuminosityBlocks().
|
private |
Definition at line 53 of file SystemBounds.h.
Referenced by maxNumberOfConcurrentRuns().
|
private |
Definition at line 51 of file SystemBounds.h.
Referenced by maxNumberOfStreams().
|
private |
Definition at line 54 of file SystemBounds.h.
Referenced by maxNumberOfThreads().