ATLAS Offline Software
Loading...
Searching...
No Matches
SelectionHelpers.h File Reference
#include <AsgMessaging/MessageCheck.h>
#include <cstdint>
Include dependency graph for SelectionHelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  asg
namespace  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

Functions

constexpr SelectionType CP::selectionAccept ()
 the selection decoration to apply for objects that are selected
constexpr SelectionType CP::selectionReject ()
 the selection decoration to apply for objects that are rejected
SelectionType CP::selectionFromBool (bool accept)
 the selection decoration made from the given boolean (true = accept)
SelectionType CP::selectionFromAccept (const asg::AcceptData &accept)
 the selection decoration made from the given AcceptData object