![]() |
ATLAS Offline Software
|
the data for a single output branch More...
#include <TreeBranchHelpers.h>
Public Member Functions | |
| StatusCode | configureNames (const BranchConfig &branchConfig, const CP::SystematicSet &sys, ISystematicsSvc &sysSvc, MsgStream &msg) |
| configure names for systematics | |
Public Attributes | |
| const BranchConfig * | branchConfig = nullptr |
| the BranchConfig we are based on | |
| std::size_t | sysIndex = 0u |
| the index in the systematics list | |
| bool | isNominal = false |
| whether this is unaffected by systematics (i.e. nominal) | |
| std::string | sgName |
| the SG name of the object to read from | |
| std::string | auxName |
| the name of the decoration in the aux-store | |
| std::string | branchName |
| the name of the output branch | |
the data for a single output branch
Definition at line 124 of file TreeBranchHelpers.h.
| StatusCode CP::TreeBranchHelpers::OutputBranchData::configureNames | ( | const BranchConfig & | branchConfig, |
| const CP::SystematicSet & | sys, | ||
| ISystematicsSvc & | sysSvc, | ||
| MsgStream & | msg ) |
configure names for systematics
Definition at line 518 of file TreeBranchHelpers.cxx.
| std::string CP::TreeBranchHelpers::OutputBranchData::auxName |
the name of the decoration in the aux-store
Definition at line 139 of file TreeBranchHelpers.h.
| const BranchConfig* CP::TreeBranchHelpers::OutputBranchData::branchConfig = nullptr |
the BranchConfig we are based on
Definition at line 127 of file TreeBranchHelpers.h.
| std::string CP::TreeBranchHelpers::OutputBranchData::branchName |
the name of the output branch
Definition at line 142 of file TreeBranchHelpers.h.
| bool CP::TreeBranchHelpers::OutputBranchData::isNominal = false |
whether this is unaffected by systematics (i.e. nominal)
Definition at line 133 of file TreeBranchHelpers.h.
| std::string CP::TreeBranchHelpers::OutputBranchData::sgName |
the SG name of the object to read from
Definition at line 136 of file TreeBranchHelpers.h.
| std::size_t CP::TreeBranchHelpers::OutputBranchData::sysIndex = 0u |
the index in the systematics list
Definition at line 130 of file TreeBranchHelpers.h.