ATLAS Offline Software
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 
21 
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;
38 };
39 
40 #endif
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
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