![]() |
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 (const std::string &name, const T value, bool allowOverwrite=false) |
| template<typename T> | |
| void | getValue (const std::string &name, T &value) const |
| template<typename T> | |
| T | getValue (const std::string &name) const |
| bool | isAvailable (const std::string &name) const |
Private Attributes | |
| std::unordered_map< std::string, std::variant< int, float > > | m_dict_ |
Class JetContext Designed to read AOD information related to the event, N vertices, Ntracks, mu etc ...
Definition at line 24 of file JetContext.h.
| T JetHelper::JetContext::getValue | ( | const std::string & | name | ) | const |
Definition at line 46 of file JetContext.h.
| void JetHelper::JetContext::getValue | ( | const std::string & | name, |
| T & | value ) const |
Definition at line 39 of file JetContext.h.
|
inline |
Definition at line 31 of file JetContext.h.
| bool JetHelper::JetContext::setValue | ( | const std::string & | name, |
| const T | value, | ||
| bool | allowOverwrite = false ) |
Definition at line 52 of file JetContext.h.
|
private |
Definition at line 36 of file JetContext.h.