ATLAS Offline Software
Loading...
Searching...
No Matches
ISelectionReadAccessor.h File Reference
#include <AthContainers/AuxElement.h>
#include <SelectionHelpers/SelectionHelpers.h>
#include <memory>
Include dependency graph for ISelectionReadAccessor.h:

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

namespace  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
StatusCode CP::makeSelectionReadAccessorVar (const std::string &name, std::unique_ptr< ISelectionReadAccessor > &accessor, bool defaultToChar=false)
 Produces a simple ISelectionReadAccessor accessing the given decoration.