ATLAS Offline Software
Loading...
Searching...
No Matches
RingerRingsContainer_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 : RingerRingsContainer_p1
9 *
10 * @brief persistent partner for RingerRingsContainer
11 *
12 * @author Danilo Enoque Ferreira de Lima <dferreir@mail.cern.ch> - UFRJ
13 *
14 * File and Version Information:
15 * $Id: RingerRingsContainer_p1.h,v 1.2 2009-04-01 22:01:37 salvator Exp $
16 **********************************************************************************/
17#ifndef TRIGCALOEVENTTPCNV_RINGERRINGSCONTAINER_P1_H
18#define TRIGCALOEVENTTPCNV_RINGERRINGSCONTAINER_P1_H
19
21#include <vector>
22
23class RingerRingsContainer_p1 : public std::vector<TPObjRef> {
24 public:
26};
27
28#endif
29