![]() |
ATLAS Offline Software
|
#include <Database.h>
Public Types | |
| enum class | Type { PREDEFINED_INT , PREDEFINED_FLOAT , CUSTOM_INT , CUSTOM_FLOAT } |
| enum class | Level { PARTICLE , EVENT } |
Public Member Functions | |
| Param (const std::string &n, Type t, Level l) | |
| bool | integer () const |
Public Attributes | |
| std::string | name |
| Type | type |
| Level | level |
Definition at line 144 of file Database.h.
|
strong |
| Enumerator | |
|---|---|
| PARTICLE | |
| EVENT | |
Definition at line 150 of file Database.h.
|
strong |
| Enumerator | |
|---|---|
| PREDEFINED_INT | |
| PREDEFINED_FLOAT | |
| CUSTOM_INT | |
| CUSTOM_FLOAT | |
Definition at line 146 of file Database.h.
Definition at line 157 of file Database.h.
|
inline |
Definition at line 158 of file Database.h.
| Level FakeBkgTools::Database::Param::level |
Definition at line 156 of file Database.h.
| std::string FakeBkgTools::Database::Param::name |
Definition at line 154 of file Database.h.
| Type FakeBkgTools::Database::Param::type |
Definition at line 155 of file Database.h.