ATLAS Offline Software
Classes | Namespaces | Functions
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

 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...