ATLAS Offline Software
Loading...
Searching...
No Matches
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
AuxElement.h
Base class for elements of a container that can have aux data.
SG_BASE
#define SG_BASE(D, B)
Declare that class D derives from class B.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:243
BaseInfo.h
xAOD::TrigRNNOutput_v1
Definition
TrigRNNOutput_v1.h:22
xAOD::TrigRNNOutput_v1::setRoiWord
void setRoiWord(long w)
xAOD::TrigRNNOutput_v1::et
float et() const
xAOD::TrigRNNOutput_v1::setDecision
void setDecision(const std::vector< float > &d)
xAOD::TrigRNNOutput_v1::RoIword
long RoIword() const
xAOD::TrigRNNOutput_v1::decision
const std::vector< float > & decision() const
Acessor methods.
xAOD::TrigRNNOutput_v1::TrigRNNOutput_v1
TrigRNNOutput_v1()
Class default constructor.
Definition
TrigRNNOutput_v1.cxx:15
xAOD::TrigRNNOutput_v1::setEt
void setEt(float e)
SG::AuxElement
AuxElement(SG::AuxVectorData *container, size_t index)
Base class for elements of a container that can have aux data.
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition
ICaloAffectedTool.h:24
xAOD::e
setPy e
Definition
CompositeParticle_v1.cxx:166
Generated on
for ATLAS Offline Software by
1.16.1