ATLAS Offline Software
Trigger
TrigEvent
TrigCaloEventTPCnv
TrigCaloEventTPCnv
TrigRNNOutput_p2.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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigCaloEventTPCnv
8
* @class : TrigRNNOutput_p2
9
*
10
* @brief persistent partner for TrigRNNOutput
11
*
12
* @author Danilo Enoque Ferreira de Lima <dferreir@mail.cern.ch> - UFRJ
13
*
14
* File and Version Information:
15
* $Id: TrigRNNOutput_p2.h 724033 2016-02-15 16:24:28Z gemmeren $
16
**********************************************************************************/
17
#ifndef TRIGEVENTTPCNV_TRIGRNNOUTPUT_P2_H
18
#define TRIGEVENTTPCNV_TRIGRNNOUTPUT_P2_H
19
20
#include "
DataModelAthenaPool/ElementLink_p3.h
"
21
22
class
TrigRNNOutput_p2
{
23
24
friend
class
TrigRNNOutputCnv_p2
;
25
26
public
:
27
28
// default constructor
29
TrigRNNOutput_p2
() { }
30
31
// default destructor
32
~TrigRNNOutput_p2
() { }
33
34
private
:
35
36
std::vector<float>
m_output
;
37
ElementLinkInt_p3
m_cluster
;
38
};
39
40
#endif
ElementLink_p3.h
This file contains the class definition for the ElementLink_p3 class.
TrigRNNOutput_p2::~TrigRNNOutput_p2
~TrigRNNOutput_p2()
Definition:
TrigRNNOutput_p2.h:43
TrigRNNOutput_p2::m_cluster
ElementLinkInt_p3 m_cluster
Definition:
TrigRNNOutput_p2.h:48
TrigRNNOutput_p2
Definition:
TrigRNNOutput_p2.h:22
ElementLink_p3< uint32_t >
TrigRNNOutput_p2::TrigRNNOutput_p2
TrigRNNOutput_p2()
Definition:
TrigRNNOutput_p2.h:40
TrigRNNOutput_p2::m_output
std::vector< float > m_output
Definition:
TrigRNNOutput_p2.h:47
TrigRNNOutputCnv_p2
Definition:
TrigRNNOutputCnv_p2.h:33
Generated on Mon Dec 23 2024 21:21:33 for ATLAS Offline Software by
1.8.18