![]() |
ATLAS Offline Software
|
a simple subobject that does a selection on the pt More...
#include <ModularExampleTool.h>
Public Member Functions | |
SubtoolPt (float val_cutValue) | |
bool | select (ParticleId particle) const |
Public Attributes | |
ParticleAccessor< ObjectColumn > | particlesHandle {*this, "Particles"} |
ParticleAccessor< float > | ptAcc {*this, "pt"} |
float | m_cutValue = 0 |
a simple subobject that does a selection on the pt
This is a bit of a silly example, but many tools will have some subobjects that need accessors.
Definition at line 77 of file ModularExampleTool.h.
columnar::ModularExampleTool::SubtoolPt::SubtoolPt | ( | float | val_cutValue | ) |
Definition at line 67 of file ModularExampleTool.cxx.
bool columnar::ModularExampleTool::SubtoolPt::select | ( | ParticleId | particle | ) | const |
Definition at line 74 of file ModularExampleTool.cxx.
float columnar::ModularExampleTool::SubtoolPt::m_cutValue = 0 |
Definition at line 90 of file ModularExampleTool.h.
ParticleAccessor<ObjectColumn> columnar::ModularExampleTool::SubtoolPt::particlesHandle {*this, "Particles"} |
Definition at line 87 of file ModularExampleTool.h.
ParticleAccessor<float> columnar::ModularExampleTool::SubtoolPt::ptAcc {*this, "pt"} |
Definition at line 89 of file ModularExampleTool.h.