ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRNNOutputCnv_tlp1.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 : TrigRNNOutputCnv_tlp1
9 *
10 * @brief "top level" transient-persistent converter for TrigRNNOutput
11 *
12 * @author Danilo Enoque Ferreira de Lima <dferreir@mail.cern.ch> - UFRJ
13 *
14 * File and Version Information:
15 * $Id$
16 **********************************************************************************/
17#ifndef TRIGEVENTTPCNV_TRIGRNNOUTPUTCNV_TLP1_H
18#define TRIGEVENTTPCNV_TRIGRNNOUTPUTCNV_TLP1_H
19
21
24
25class TrigRNNOutputCnv_tlp1 : public AthenaPoolTopLevelTPConverter<TrigRNNOutputCnv_p1, TrigRNNOutput_tlp1> {
26
27 public:
28
31
32 virtual void setPStorage(TrigRNNOutput_tlp1 *storage);
33
34 protected:
35
36 // T/P converters for ALL types used in TrigRNNOutput
38
39};
40
41
42#endif
43
TopLevelTPConverter< MAIN_CNV, TL_PERS > AthenaPoolTopLevelTPConverter
TrigRNNOutputConverterBase< TrigRNNOutput_p1 > TrigRNNOutputCnv_p1
TrigRNNOutputCnv_p1 m_trigRNNOutputCnv
virtual void setPStorage(TrigRNNOutput_tlp1 *storage)