![]() |
ATLAS Offline Software
|
List of systematic variations (UID + sigma) to be considered This is implemented as a basic linked list, since unless in very rare cases it should only contain a single entry. More...
#include <BaseFakeBkgTool.h>
Public Member Functions | |
| UncertaintyList (uint16_t first_UID, float first_sigma) | |
| void | extraVariation (uint16_t extra_UID, float extra_sigma) |
| const UncertaintyList * | next () const |
Public Attributes | |
| uint16_t | UID |
| float | sigma |
Protected Attributes | |
| std::unique_ptr< UncertaintyList > | m_next |
List of systematic variations (UID + sigma) to be considered This is implemented as a basic linked list, since unless in very rare cases it should only contain a single entry.
Definition at line 143 of file BaseFakeBkgTool.h.
|
inline |
Definition at line 147 of file BaseFakeBkgTool.h.
|
inline |
Definition at line 148 of file BaseFakeBkgTool.h.
|
inline |
Definition at line 153 of file BaseFakeBkgTool.h.
|
protected |
Definition at line 155 of file BaseFakeBkgTool.h.
| float CP::BaseFakeBkgTool::UncertaintyList::sigma |
Definition at line 146 of file BaseFakeBkgTool.h.
| uint16_t CP::BaseFakeBkgTool::UncertaintyList::UID |
Definition at line 145 of file BaseFakeBkgTool.h.