ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRNNOutput_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 : RingerRings_tlp1
9 *
10 * @brief "top level" persistent partner for RingerRings
11 *
12 * @author Danilo Enoque Ferreira de Lima <dferreir@mail.cern.ch> - UFRJ
13 *
14 * File and Version Information:
15 * $Id: RingerRings_tlp1.h,v 1.1 2009-01-22 13:17:09 salvator Exp $
16 **********************************************************************************/
17#ifndef TRIGEVENTTPCNV_TRIGRNNOUTPUT_TLP1_H
18#define TRIGEVENTTPCNV_TRIGRNNOUTPUT_TLP1_H
19
21
23{
24 public:
25
27 friend class TrigRNNOutputCnv_tlp1;
28
29 private:
30
31 std::vector<TrigRNNOutput_p1> m_trigRNNOutput;
32
33};
34
35#endif
std::vector< TrigRNNOutput_p1 > m_trigRNNOutput
friend class TrigRNNOutputCnv_tlp1