ATLAS Offline Software
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):
11 extern "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 
23 namespace 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
xAOD::TrigRNNOutputAuxContainer_v2::rnnDecision
std::vector< std::vector< float > > rnnDecision
Definition: TrigRNNOutputAuxContainer_v2.h:39
TrigRingerRingsContainer.h
xAOD::TrigRNNOutputAuxContainer_v2
This is a fixed implementation of the trigger TrigRNNOutput auxiliary store.
Definition: TrigRNNOutputAuxContainer_v2.h:32
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
SG_BASE
SG_BASE(xAOD::TrigRNNOutputAuxContainer_v2, xAOD::AuxContainerBase)
xAOD::TrigRNNOutputAuxContainer_v2::TrigRNNOutputAuxContainer_v2
TrigRNNOutputAuxContainer_v2()
Default constructor.
Definition: TrigRNNOutputAuxContainer_v2.cxx:10
xAOD::TrigRNNOutputAuxContainer_v2::ringerLink
std::vector< ElementLink< xAOD::TrigRingerRingsContainer_v2 > > ringerLink
Definition: TrigRNNOutputAuxContainer_v2.h:40