ATLAS Offline Software
Loading...
Searching...
No Matches
Dbg::PropStat Struct Reference

#include <LocalExtrapolatorCache.h>

Collaboration diagram for Dbg::PropStat:

Public Attributes

std::atomic< unsigned int > m_maxRecursionCount {}
std::atomic< unsigned int > m_maxPropagations {}
std::atomic< unsigned int > m_maxMethodSequence {}

Detailed Description

Definition at line 27 of file LocalExtrapolatorCache.h.

Member Data Documentation

◆ m_maxMethodSequence

std::atomic<unsigned int> Dbg::PropStat::m_maxMethodSequence {}

Definition at line 30 of file LocalExtrapolatorCache.h.

30{};

◆ m_maxPropagations

std::atomic<unsigned int> Dbg::PropStat::m_maxPropagations {}

Definition at line 29 of file LocalExtrapolatorCache.h.

29{};

◆ m_maxRecursionCount

std::atomic<unsigned int> Dbg::PropStat::m_maxRecursionCount {}

Definition at line 28 of file LocalExtrapolatorCache.h.

28{};

The documentation for this struct was generated from the following file: