ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Columnar
ColumnarExampleTools
ColumnarExampleTools
OptionalColumnExampleTool.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_OPTIONAL_COLUMN_EXAMPLE_TOOL_H
9
#define COLUMNAR_EXAMPLE_TOOLS_OPTIONAL_COLUMN_EXAMPLE_TOOL_H
10
11
#include <
AsgTools/AsgTool.h
>
12
#include <
AsgTools/PropertyWrapper.h
>
13
#include <
ColumnarCore/ColumnAccessor.h
>
14
#include <
ColumnarCore/ColumnarTool.h
>
15
#include <
ColumnarCore/ObjectColumn.h
>
16
#include <
ColumnarCore/ParticleDef.h
>
17
18
namespace
columnar
19
{
24
25
class
OptionalColumnExampleTool
final
26
:
public
asg::AsgTool
,
27
public
ColumnarTool
<>
28
{
29
public
:
30
31
// Create a proper constructor for Athena
32
ASG_TOOL_CLASS
(
OptionalColumnExampleTool
,
asg::IAsgTool
)
33
34
OptionalColumnExampleTool
(
const
std::string& name);
35
36
virtual
StatusCode
initialize
()
override
;
37
38
virtual
void
callEvents
(
EventContextRange
events)
const override
;
39
40
42
Gaudi::Property<float>
m_ptCut
{
this
,
"ptCut"
, 10e3,
"pt cut (in MeV)"
};
43
44
50
ParticleAccessor<ObjectColumn>
particlesHandle
{*
this
,
"Particles"
};
51
52
58
ParticleAccessor<float>
ptAcc
{*
this
,
"pt"
};
59
60
67
ParticleAccessor<float>
ptCorrAcc
{*
this
,
"ptCorr"
, {.isOptional =
true
}};
68
69
78
ParticleDecorator<char>
selectionDec
{*
this
,
"selection"
};
79
};
80
}
81
82
#endif
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition
AsgToolMacros.h:68
AsgTool.h
ColumnAccessor.h
ColumnarTool.h
ObjectColumn.h
ParticleDef.h
PropertyWrapper.h
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition
AsgTool.h:47
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition
IAsgTool.h:41
columnar::ColumnarTool
the base class for all columnar components
Definition
ColumnAccessorDataArray.h:17
columnar::OptionalColumnExampleTool::particlesHandle
ParticleAccessor< ObjectColumn > particlesHandle
the object accessor for the particles
Definition
OptionalColumnExampleTool.h:50
columnar::OptionalColumnExampleTool::ptAcc
ParticleAccessor< float > ptAcc
the pt accessor for the particle container
Definition
OptionalColumnExampleTool.h:58
columnar::OptionalColumnExampleTool::m_ptCut
Gaudi::Property< float > m_ptCut
the pt cut to apply
Definition
OptionalColumnExampleTool.h:42
columnar::OptionalColumnExampleTool::selectionDec
ParticleDecorator< char > selectionDec
the selection decorator for the particles
Definition
OptionalColumnExampleTool.h:78
columnar::OptionalColumnExampleTool::ptCorrAcc
ParticleAccessor< float > ptCorrAcc
an accessor for an optional corrected pt
Definition
OptionalColumnExampleTool.h:67
columnar::OptionalColumnExampleTool::initialize
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
Definition
OptionalColumnExampleTool.cxx:27
columnar::OptionalColumnExampleTool::callEvents
virtual void callEvents(EventContextRange events) const override
Definition
OptionalColumnExampleTool.cxx:38
columnar::OptionalColumnExampleTool::OptionalColumnExampleTool
OptionalColumnExampleTool(const std::string &name)
Definition
OptionalColumnExampleTool.cxx:20
columnar
Definition
ClusterDef.h:16
columnar::EventContextRange
ObjectRange< EventContextDef > EventContextRange
Definition
ContainerId.h:211
columnar::ParticleAccessor
AccessorTemplate< ParticleDef, CT, ColumnAccessMode::input, CM > ParticleAccessor
Definition
ParticleDef.h:35
columnar::ParticleDecorator
AccessorTemplate< ParticleDef, CT, ColumnAccessMode::output, CM > ParticleDecorator
Definition
ParticleDef.h:36
Generated on
for ATLAS Offline Software by
1.17.0