ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRNNOutputAuxContainer_v2.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef XAODTRIGRINGER_VERSIONS_TRIGRNNOUTPUTAUXCONTAINER_V2_H
8#define XAODTRIGRINGER_VERSIONS_TRIGRNNOUTPUTAUXCONTAINER_V2_H
9
10// System include(s):
11extern "C" {
12 #include <stdint.h>
13}
14
15// STL include(s):
16#include <vector>
17#include "AthLinks/ElementLink.h"
18
19// EDM include(s):
22
23namespace xAOD {
33
34 public:
37
38 private:
39 std::vector< std::vector<float> > rnnDecision; // Hold the decision
40 std::vector< ElementLink<xAOD::TrigRingerRingsContainer_v2> > ringerLink;
41
42 };
43} // namespace xAOD
44
45#include "xAODCore/BaseInfo.h"
47
48
49#endif // XAODTRIGRINGER_VERSIONS_TRIGRNNOUTPUTAUXCONTAINER_V2_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
This is a fixed implementation of the trigger TrigRNNOutput auxiliary store.
std::vector< ElementLink< xAOD::TrigRingerRingsContainer_v2 > > ringerLink
std::vector< std::vector< float > > rnnDecision
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.