ATLAS Offline Software
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
xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(BTagging_v1, float, IP2D_pb, setIP2D_pb) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(BTagging_v1
et
Extra patterns decribing particle interation process.
SG
Forward declaration.
Definition:
CaloCellPacker_400_500.h:32
SG::Accessor
Helper class to provide type-safe access to aux data.
Definition:
Control/AthContainers/AthContainers/Accessor.h:68
AuxStoreAccessorMacros.h
hist_file_dump.d
d
Definition:
hist_file_dump.py:137
xAOD::TrigRNNOutput_v1
Definition:
TrigRNNOutput_v1.h:22
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::TrigRNNOutput_v1::TrigRNNOutput_v1
TrigRNNOutput_v1()
Class default constructor.
Definition:
TrigRNNOutput_v1.cxx:15
TrigRNNOutput_v1.h
xAOD::AUXSTORE_OBJECT_SETTER_AND_GETTER
AUXSTORE_OBJECT_SETTER_AND_GETTER(CaloRings_v1, RingSetLinks, ringSetLinks, setRingSetLinks) unsigned CaloRings_v1
Definition:
CaloRings_v1.cxx:27
Generated on Mon Dec 23 2024 21:21:33 for ATLAS Offline Software by
1.8.18