Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
SimpleSelectorExampleTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 #ifndef COLUMNAR_EXAMPLE_TOOLS_SIMPLE_SELECTOR_EXAMPLE_TOOL_H
9 #define COLUMNAR_EXAMPLE_TOOLS_SIMPLE_SELECTOR_EXAMPLE_TOOL_H
10 
11 #include <AsgTools/AsgTool.h>
17 
18 namespace columnar
19 {
41 
43  : public asg::AsgTool,
44  public ColumnarTool<>
45  {
46  public:
47 
48  SimpleSelectorExampleTool (const std::string& name);
49 
50  virtual StatusCode initialize () override;
51 
53 
54  virtual void callEvents (EventContextRange events) const override;
55 
56 
58  Gaudi::Property<float> m_ptCut {this, "ptCut", 10e3, "pt cut (in MeV)"};
59 
60 
67 
68 
76 
77 
86  ParticleDecorator<char> selectionDec {*this, "selection"};
87  };
88 }
89 
90 #endif
columnar::SimpleSelectorExampleTool::ptAcc
ParticleAccessor< float > ptAcc
the pt accessor for the particle container
Definition: SimpleSelectorExampleTool.h:75
columnar::SimpleSelectorExampleTool::particlesHandle
ParticleAccessor< ObjectColumn > particlesHandle
the object accessor for the particles
Definition: SimpleSelectorExampleTool.h:66
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition: AsgTool.h:47
PropertyWrapper.h
columnar::SimpleSelectorExampleTool::m_ptCut
Gaudi::Property< float > m_ptCut
the pt cut to apply
Definition: SimpleSelectorExampleTool.h:58
columnar::SimpleSelectorExampleTool::SimpleSelectorExampleTool
SimpleSelectorExampleTool(const std::string &name)
Definition: SimpleSelectorExampleTool.cxx:20
columnar::ObjectRange
a class representing a continuous sequence of objects (a.k.a. a container)
Definition: ObjectRange.h:18
python.DataFormatRates.events
events
Definition: DataFormatRates.py:105
columnar::SimpleSelectorExampleTool::selectionDec
ParticleDecorator< char > selectionDec
the selection decorator for the particles
Definition: SimpleSelectorExampleTool.h:86
columnar::SimpleSelectorExampleTool
this is the simplest example of a columnar tool
Definition: SimpleSelectorExampleTool.h:45
CheckAppliedSFs.e3
e3
Definition: CheckAppliedSFs.py:264
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ColumnAccessor.h
ObjectColumn.h
ColumnarTool.h
columnar::SimpleSelectorExampleTool::initialize
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
Definition: SimpleSelectorExampleTool.cxx:27
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
columnar::final
CM final
Definition: ColumnAccessor.h:106
columnar::SimpleSelectorExampleTool::callEvents
virtual void callEvents(EventContextRange events) const override
Definition: SimpleSelectorExampleTool.cxx:49
columnar
Definition: ClusterDef.h:16
columnar::ColumnarTool
the base class for all columnar components
Definition: ColumnAccessorDataArray.h:17
LArG4FSStartPointFilter.particles
list particles
Definition: LArG4FSStartPointFilter.py:84
columnar::SimpleSelectorExampleTool::callSingleEvent
void callSingleEvent(ParticleRange particles) const
Definition: SimpleSelectorExampleTool.cxx:38
columnar::AccessorTemplate
the raw column accessor template class
Definition: ColumnAccessor.h:81
AsgTool.h
ParticleDef.h