ATLAS Offline Software
Event
xAOD
xAODTrigRinger
xAODTrigRinger
versions
TrigRNNOutput_v1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// Create by: joao.victor.da.fonseca.pinto@cern.ch, 2014-10-17
6
#ifndef XAODTRIGRINGER_VERSIONS_TRIGRNNOUTPUT_V1_H
7
#define XAODTRIGRINGER_VERSIONS_TRIGRNNOUTPUT_V1_H
8
9
// System include(s):
10
extern
"C"
{
11
#include <stdint.h>
12
}
13
14
// xAOD include(s):
15
#include "
AthContainers/AuxElement.h
"
16
17
// std
18
#include <vector>
19
20
21
namespace
xAOD
{
22
class
TrigRNNOutput_v1
:
public
SG::AuxElement
{
23
24
public
:
28
TrigRNNOutput_v1
();
29
31
const
std::vector<float>&
decision
()
const
;
32
long
RoIword
()
const
;
33
float
et
()
const
;
34
35
void
setDecision
(
const
std::vector<float> &
d
);
36
void
setDecision
(
float
d
);
37
void
setRoiWord
(
long
w
);
38
void
setEt
(
float
e
);
39
40
};
41
}
// namespace xAOD
42
43
#include "
xAODCore/BaseInfo.h
"
44
SG_BASE
(
xAOD::TrigRNNOutput_v1
,
SG::AuxElement
);
45
46
47
#endif
48
49
xAOD::TrigRNNOutput_v1::et
float et() const
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition:
AuxElement.h:483
hist_file_dump.d
d
Definition:
hist_file_dump.py:137
BaseInfo.h
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
xAOD::TrigRNNOutput_v1::decision
const std::vector< float > & decision() const
Acessor methods.
xAOD::e
setPy e
Definition:
CompositeParticle_v1.cxx:166
xAOD::TrigRNNOutput_v1::setDecision
void setDecision(const std::vector< float > &d)
xAOD::TrigRNNOutput_v1::setEt
void setEt(float e)
SG_BASE
SG_BASE(xAOD::TrigRNNOutput_v1, SG::AuxElement)
xAOD::TrigRNNOutput_v1::RoIword
long RoIword() const
xAOD::TrigRNNOutput_v1::setRoiWord
void setRoiWord(long w)
python.IoTestsLib.w
def w
Definition:
IoTestsLib.py:200
AuxElement.h
Base class for elements of a container that can have aux data.
Generated on Mon Dec 23 2024 21:21:33 for ATLAS Offline Software by
1.8.18