ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
asg | |
CP | |
Select isolated Photons, Electrons and Muons. | |
Typedefs | |
typedef uint32_t | CP::SelectionType |
the type for selection decorations that are meant to hold a asg::AcceptData More... | |
Functions | |
constexpr SelectionType | CP::selectionAccept () |
the selection decoration to apply for objects that are selected More... | |
constexpr SelectionType | CP::selectionReject () |
the selection decoration to apply for objects that are rejected More... | |
SelectionType | CP::selectionFromBool (bool accept) |
the selection decoration made from the given boolean (true = accept) More... | |
SelectionType | CP::selectionFromAccept (const asg::AcceptData &accept) |
the selection decoration made from the given AcceptData object More... | |