ATLAS Offline Software
|
#include <AthContainers/AuxElement.h>
#include <SelectionHelpers/SelectionHelpers.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | CP::ISelectionReadAccessor |
a specialized accessor to read a selection decoration from/to an xAOD object More... | |
Namespaces | |
CP | |
Select isolated Photons, Electrons and Muons. | |
Functions | |
StatusCode | CP::makeSelectionReadAccessor (const std::string &expr, std::unique_ptr< ISelectionReadAccessor > &accessor, bool defaultToChar=false) |
make the ISelectionReadAccessor for the given name More... | |
StatusCode | CP::makeSelectionReadAccessorVar (const std::string &name, std::unique_ptr< ISelectionReadAccessor > &accessor, bool defaultToChar=false) |
Produces a simple ISelectionReadAccessor accessing the given decoration. More... | |