![]() |
ATLAS Offline Software
|
Class JetContext Designed to read AOD information related to the event, N vertices, Ntracks, mu etc ... More...
#include <JetContext.h>
Public Member Functions | |
| template<typename T> | |
| bool | setValue (std::string_view name, const T value, bool allowOverwrite=false) |
| template<typename T> | |
| void | getValue (std::string_view name, T &value) const |
| template<typename T> | |
| T | getValue (std::string_view name) const |
| bool | isAvailable (std::string_view name) const |
Private Attributes | |
| std::unordered_map< std::string, std::variant< int, float >, CxxUtils::TransparentStringHash, std::equal_to<> > | m_dict_ |
Class JetContext Designed to read AOD information related to the event, N vertices, Ntracks, mu etc ...
Definition at line 27 of file JetContext.h.
| T JetHelper::JetContext::getValue | ( | std::string_view | name | ) | const |
Definition at line 52 of file JetContext.h.
| void JetHelper::JetContext::getValue | ( | std::string_view | name, |
| T & | value ) const |
Definition at line 43 of file JetContext.h.
|
inline |
Definition at line 34 of file JetContext.h.
| bool JetHelper::JetContext::setValue | ( | std::string_view | name, |
| const T | value, | ||
| bool | allowOverwrite = false ) |
Definition at line 58 of file JetContext.h.
|
private |
Definition at line 40 of file JetContext.h.