ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
xAOD
xAODTrigRinger
Root
TrigRNNOutput_v1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include <iostream>
6
// xAOD include(s):
7
#include "
xAODCore/AuxStoreAccessorMacros.h
"
8
// local include(s)
9
#include "
xAODTrigRinger/versions/TrigRNNOutput_v1.h
"
10
#include <vector>
11
12
namespace
xAOD
{
13
14
15
TrigRNNOutput_v1::TrigRNNOutput_v1
():
SG
::AuxElement()
16
{
17
}
18
19
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
(
TrigRNNOutput_v1
,
long
, RoIword, setRoiWord)
20
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
(
TrigRNNOutput_v1
,
float
,
et
, setEt)
21
AUXSTORE_OBJECT_SETTER_AND_GETTER
(
TrigRNNOutput_v1
, std::vector<float>, decision, setDecision)
22
23
void
TrigRNNOutput_v1
::
setDecision
(
float
d){
24
static
const
Accessor< std::vector<float> >
acc
(
"decision"
);
25
acc
(*this).push_back(d);
26
}
27
28
29
}
// namespace xAOD
AuxStoreAccessorMacros.h
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
#define AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of primitive auxiliary properties.
Definition
AuxStoreAccessorMacros.h:36
AUXSTORE_OBJECT_SETTER_AND_GETTER
#define AUXSTORE_OBJECT_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of complex auxiliary properties.
Definition
AuxStoreAccessorMacros.h:88
TrigRNNOutput_v1.h
xAOD::TrigRNNOutput_v1
Definition
TrigRNNOutput_v1.h:22
xAOD::TrigRNNOutput_v1::setDecision
void setDecision(const std::vector< float > &d)
xAOD::TrigRNNOutput_v1::TrigRNNOutput_v1
TrigRNNOutput_v1()
Class default constructor.
Definition
TrigRNNOutput_v1.cxx:15
SG
Forward declaration.
Definition
CaloCellPacker_400_500.h:32
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
xAOD::et
et
Definition
TrigEMCluster_v1.cxx:25
xAOD::acc
static const SG::AuxElement::Accessor< ElementLink< IParticleContainer > > acc("originalObjectLink")
Object used for setting/getting the dynamic decoration in question.
Generated on
for ATLAS Offline Software by
1.17.0