ATLAS Offline Software
Loading...
Searching...
No Matches
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):
10extern "C" {
11 #include <stdint.h>
12}
13
14// xAOD include(s):
16
17// std
18#include <vector>
19
20
21namespace xAOD{
23
24 public:
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"
45
46
47#endif
48
49
Base class for elements of a container that can have aux data.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
void setRoiWord(long w)
void setDecision(const std::vector< float > &d)
const std::vector< float > & decision() const
Acessor methods.
TrigRNNOutput_v1()
Class default constructor.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.