25 std::lock_guard<ROOT::TSpinMutex> guard(fMutex);
26 assert(fStack.size() <
fSize &&
"Trying to put back a slot to a full stack!");
33 std::lock_guard<ROOT::TSpinMutex> guard(fMutex);
34 assert(!fStack.empty() &&
"Trying to pop a slot from an empty stack!");
35 const auto slot = fStack.top();
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
std::stack< unsigned int > fStack
void ReturnSlot(unsigned int slotNumber)
TSeq< unsigned int > TSeqU