ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigEventAthenaPool
src
TrigRNNOutputCnv.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: TrigEventAthenaPool
8
* @class : TrigRNNOutputCnv
9
*
10
* @brief transient persistent converter for TrigRNNOutput
11
*
12
* @author Danilo E. F. de Lima <dferreir@mail.cern.ch> - UFRJ
13
*
14
* File and Version Information:
15
* $Id$
16
**********************************************************************************/
17
#ifndef TRIGEVENTATHENAPOOL_TRIGRNNOUTPUTCNV_H
18
#define TRIGEVENTATHENAPOOL_TRIGRNNOUTPUTCNV_H
19
20
#include "
TrigCaloEvent/TrigRNNOutput.h
"
21
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
22
23
// typedef to the latest persistent version
24
class
TrigRNNOutput_tlp1
;
25
typedef
TrigRNNOutput_tlp1
TrigRNNOutput_PERS
;
26
27
class
MsgStream;
28
29
struct
TrigRNNOutputCnv_impl
;
30
class
TrigRNNOutputCnv
:
public
T_AthenaPoolCustomCnv
<TrigRNNOutput, TrigRNNOutput_PERS >
31
{
32
33
friend
class
CnvFactory
<
TrigRNNOutputCnv
>;
34
35
protected
:
36
37
public
:
38
TrigRNNOutputCnv
(ISvcLocator* svcloc);
39
~TrigRNNOutputCnv
();
40
41
protected
:
42
TrigRNNOutput_PERS
*
createPersistent
(
TrigRNNOutput
* transCont);
43
44
TrigRNNOutput
*
createTransient
(
const
Token
* token);
45
46
private
:
47
TrigRNNOutputCnv_impl
*
m_impl
;
48
};
49
50
51
#endif
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigRNNOutput_PERS
TrigRNNOutput_tlp1 TrigRNNOutput_PERS
Definition
TrigRNNOutputCnv.h:25
TrigRNNOutput.h
CnvFactory
Abstract factory to create the converter.
Definition
ToyConverter.h:16
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition
T_AthenaPoolCustomCnv.h:129
Token
This class provides a token that identifies in a unique way objects on the persistent storage.
Definition
Token.h:22
TrigRNNOutputCnv::TrigRNNOutputCnv
TrigRNNOutputCnv(ISvcLocator *svcloc)
Definition
TrigRNNOutputCnv.cxx:13
TrigRNNOutputCnv::createTransient
TrigRNNOutput * createTransient(const Token *token)
Definition
TrigRNNOutputCnv.cxx:34
TrigRNNOutputCnv::~TrigRNNOutputCnv
~TrigRNNOutputCnv()
Definition
TrigRNNOutputCnv.cxx:18
TrigRNNOutputCnv::m_impl
TrigRNNOutputCnv_impl * m_impl
Definition
TrigRNNOutputCnv.h:47
TrigRNNOutputCnv::createPersistent
TrigRNNOutput_PERS * createPersistent(TrigRNNOutput *transCont)
Definition
TrigRNNOutputCnv.cxx:23
TrigRNNOutput_tlp1
Definition
TrigRNNOutput_tlp1.h:23
TrigRNNOutput
This class carries the output of the Neural Network of TrigMultiVarHypo.
Definition
Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigRNNOutput.h:21
TrigRNNOutputCnv_impl
Definition
TrigRNNOutputCnv.cxx:9
Generated on
for ATLAS Offline Software by
1.17.0