ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRNNOutputContainer_p1.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 : TrigRNNOutputContainer_p1
9 *
10 * @brief persistent partner for TrigRNNOutputContainer
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_TRIGRNNOUTPUTCONTAINER_P1_H
18#define TRIGEVENTTPCNV_TRIGRNNOUTPUTCONTAINER_P1_H
19
21#include <vector>
22
23class TrigRNNOutputContainer_p1 : public std::vector<TPObjRef> {
24 public:
26};
27
28#endif
29