![]() |
![]() |
#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 31 of file PreallocationConfiguration.h.
|
inline |
Definition at line 33 of file PreallocationConfiguration.h.
|
inline |
Definition at line 45 of file PreallocationConfiguration.h.
References m_nLumis.
|
inline |
Definition at line 46 of file PreallocationConfiguration.h.
References m_nRuns.
|
inline |
Definition at line 44 of file PreallocationConfiguration.h.
References m_nStreams.
|
inline |
Definition at line 43 of file PreallocationConfiguration.h.
References m_nthreads.
|
private |
Definition at line 56 of file PreallocationConfiguration.h.
Referenced by numberOfLuminosityBlocks().
|
private |
Definition at line 57 of file PreallocationConfiguration.h.
Referenced by numberOfRuns().
|
private |
Definition at line 55 of file PreallocationConfiguration.h.
Referenced by numberOfStreams().
|
private |
Definition at line 54 of file PreallocationConfiguration.h.
Referenced by numberOfThreads().