ATLAS Offline Software
|
the SelectionAccesor for inverting a selection decoration More...
#include <SelectionReadAccessorInvert.h>
Public Member Functions | |
SelectionReadAccessorInvert (std::unique_ptr< ISelectionReadAccessor > val_base) | |
virtual SelectionType | getBits (const SG::AuxElement &element, const CP::SystematicSet *sys) const override |
get the selection decoration More... | |
virtual bool | getBool (const SG::AuxElement &element, const CP::SystematicSet *sys) const override |
get the selection decoration More... | |
virtual std::string | label () const override |
get the label of the accessor More... | |
virtual bool | isBool () const override |
whether this accessor returns a simple boolean More... | |
virtual CP::SystematicSet | getInputAffecting (const ISystematicsSvc &svc, const std::string &objectName) const override |
get the systematics when reading from the decoration More... | |
virtual StatusCode | fillSystematics (const ISystematicsSvc &svc, const std::vector< CP::SystematicSet > &sysList, const std::string &objectName) override |
fill the systematic variations More... | |
Private Attributes | |
std::unique_ptr< ISelectionReadAccessor > | m_base |
the base selection accessors I invert More... | |
the SelectionAccesor for inverting a selection decoration
Definition at line 20 of file SelectionReadAccessorInvert.h.
CP::SelectionReadAccessorInvert::SelectionReadAccessorInvert | ( | std::unique_ptr< ISelectionReadAccessor > | val_base | ) |
Definition at line 22 of file SelectionReadAccessorInvert.cxx.
|
overridevirtual |
fill the systematic variations
Implements CP::ISelectionReadAccessor.
Definition at line 75 of file SelectionReadAccessorInvert.cxx.
|
overridevirtual |
get the selection decoration
Implements CP::ISelectionReadAccessor.
Definition at line 29 of file SelectionReadAccessorInvert.cxx.
|
overridevirtual |
get the selection decoration
Implements CP::ISelectionReadAccessor.
Definition at line 41 of file SelectionReadAccessorInvert.cxx.
|
overridevirtual |
get the systematics when reading from the decoration
Implements CP::ISelectionReadAccessor.
Definition at line 66 of file SelectionReadAccessorInvert.cxx.
|
overridevirtual |
whether this accessor returns a simple boolean
Implements CP::ISelectionReadAccessor.
Definition at line 58 of file SelectionReadAccessorInvert.cxx.
|
overridevirtual |
get the label of the accessor
Implements CP::ISelectionReadAccessor.
Definition at line 50 of file SelectionReadAccessorInvert.cxx.
|
private |
the base selection accessors I invert
Definition at line 63 of file SelectionReadAccessorInvert.h.