#include <Database.h>
Definition at line 144 of file Database.h.
◆ Level
Definition at line 150 of file Database.h.
151 {
152 PARTICLE, EVENT
153 };
◆ Type
| Enumerator |
|---|
| PREDEFINED_INT | |
| PREDEFINED_FLOAT | |
| CUSTOM_INT | |
| CUSTOM_FLOAT | |
Definition at line 146 of file Database.h.
147 {
148 PREDEFINED_INT, PREDEFINED_FLOAT, CUSTOM_INT, CUSTOM_FLOAT
149 };
◆ Param()
| FakeBkgTools::Database::Param::Param |
( |
const std::string & | n, |
|
|
Type | t, |
|
|
Level | l ) |
|
inline |
◆ integer()
| bool FakeBkgTools::Database::Param::integer |
( |
| ) |
const |
|
inline |
Definition at line 158 of file Database.h.
158{
return type==Type::PREDEFINED_INT ||
type==Type::CUSTOM_INT; }
◆ level
| Level FakeBkgTools::Database::Param::level |
◆ name
| std::string FakeBkgTools::Database::Param::name |
◆ type
| Type FakeBkgTools::Database::Param::type |
The documentation for this struct was generated from the following file: