![]() |
ATLAS Offline Software
|
#include <L1TopoAlgorithm.h>
Public Member Functions | |
| VariableParameter (const std::string &name, int value, std::optional< unsigned int > selection=std::nullopt) | |
| const std::string & | name () const |
| int | value () const |
| unsigned int | selection () const |
| std::optional< unsigned int > | selection_optional () const |
Private Attributes | |
| std::string | m_name {""} |
| int | m_value {0} |
| std::optional< unsigned int > | m_selection {} |
Definition at line 27 of file L1TopoAlgorithm.h.
|
inline |
Definition at line 29 of file L1TopoAlgorithm.h.
|
inline |
Definition at line 31 of file L1TopoAlgorithm.h.
|
inline |
Definition at line 33 of file L1TopoAlgorithm.h.
|
inline |
Definition at line 34 of file L1TopoAlgorithm.h.
|
inline |
Definition at line 32 of file L1TopoAlgorithm.h.
|
private |
Definition at line 36 of file L1TopoAlgorithm.h.
|
private |
Definition at line 38 of file L1TopoAlgorithm.h.
|
private |
Definition at line 37 of file L1TopoAlgorithm.h.