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>
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.
◆ UncertaintyList()
CP::BaseFakeBkgTool::UncertaintyList::UncertaintyList |
( |
uint16_t |
first_UID, |
|
|
float |
first_sigma |
|
) |
| |
|
inline |
◆ extraVariation()
void CP::BaseFakeBkgTool::UncertaintyList::extraVariation |
( |
uint16_t |
extra_UID, |
|
|
float |
extra_sigma |
|
) |
| |
|
inline |
◆ next()
◆ m_next
std::unique_ptr<UncertaintyList> CP::BaseFakeBkgTool::UncertaintyList::m_next |
|
protected |
◆ sigma
float CP::BaseFakeBkgTool::UncertaintyList::sigma |
◆ UID
uint16_t CP::BaseFakeBkgTool::UncertaintyList::UID |
The documentation for this struct was generated from the following file: