![]() |
ATLAS Offline Software
|
Exception — Flag mismatch for aux variable. More...
#include <exceptions.h>
Public Member Functions | |
| ExcFlagMismatch (SG::auxid_t auxid, const std::type_info &type, SG::AuxVarFlags existing_flags, SG::AuxVarFlags requested_flags) | |
| Constructor. More... | |
Exception — Flag mismatch for aux variable.
Could occur due to not using AtomicDecorator to access an atomic variable.
Definition at line 374 of file Control/AthContainers/AthContainers/exceptions.h.
| SG::ExcFlagMismatch::ExcFlagMismatch | ( | SG::auxid_t | auxid, |
| const std::type_info & | type, | ||
| SG::AuxVarFlags | existing_flags, | ||
| SG::AuxVarFlags | requested_flags | ||
| ) |
Constructor.
| auxid | ID of the requested aux data item. |
| new_type | Type of the item. |
| existing_flags | Existing flags for the variable. |
| requested_flags | Requested flags for the variable. |
Definition at line 508 of file Control/AthContainers/Root/exceptions.cxx.
1.8.18