ATLAS Offline Software
|
the SelectionAccesor for inverting a selection decoration More...
#include <SelectionWriteAccessorInvert.h>
Public Member Functions | |
SelectionWriteAccessorInvert (std::unique_ptr< ISelectionWriteAccessor > val_base) | |
virtual void | setBits (const SG::AuxElement &element, SelectionType selection, const CP::SystematicSet *sys) const override |
set the selection decoration More... | |
virtual void | setBool (const SG::AuxElement &element, bool selection, const CP::SystematicSet *sys) const override |
set the selection decoration More... | |
virtual std::string | label () const override |
get the label of the accessor More... | |
virtual StatusCode | fillSystematics (const ISystematicsSvc &svc, const CP::SystematicSet &fullAffecting, const std::vector< CP::SystematicSet > &sysList, const std::string &objectName) override |
fill the systematic variations More... | |
Private Attributes | |
std::unique_ptr< ISelectionWriteAccessor > | m_base |
the base selection accessors I invert More... | |
the SelectionAccesor for inverting a selection decoration
Definition at line 20 of file SelectionWriteAccessorInvert.h.
CP::SelectionWriteAccessorInvert::SelectionWriteAccessorInvert | ( | std::unique_ptr< ISelectionWriteAccessor > | val_base | ) |
Definition at line 22 of file SelectionWriteAccessorInvert.cxx.
|
overridevirtual |
fill the systematic variations
Implements CP::ISelectionWriteAccessor.
Definition at line 57 of file SelectionWriteAccessorInvert.cxx.
|
overridevirtual |
get the label of the accessor
Implements CP::ISelectionWriteAccessor.
Definition at line 49 of file SelectionWriteAccessorInvert.cxx.
|
overridevirtual |
set the selection decoration
Implements CP::ISelectionWriteAccessor.
Definition at line 29 of file SelectionWriteAccessorInvert.cxx.
|
overridevirtual |
set the selection decoration
Implements CP::ISelectionWriteAccessor.
Definition at line 39 of file SelectionWriteAccessorInvert.cxx.
|
private |
the base selection accessors I invert
Definition at line 56 of file SelectionWriteAccessorInvert.h.