ATLAS Offline Software
Loading...
Searching...
No Matches
RingerRingsCnv_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 : RingerRingsCnv_tlp1
9 *
10 * @brief "top level" transient-persistent converter for RingerRings
11 *
12 * @author Danilo Enoque Ferreira de Lima <dferreir@mail.cern.ch> - UFRJ
13 *
14 * File and Version Information:
15 * $Id: RingerRingsCnv_tlp1.h,v 1.2 2009-04-01 22:01:37 salvator Exp $
16 **********************************************************************************/
17#ifndef TRIGCALOEVENTTPCNV_RINGERRINGSCNV_TLP1_H
18#define TRIGCALOEVENTTPCNV_RINGERRINGSCNV_TLP1_H
19
21
24
25class RingerRingsCnv_tlp1 : public AthenaPoolTopLevelTPConverter<RingerRingsCnv_p1, RingerRings_tlp1> {
26
27 public:
28
31
32 virtual void setPStorage(RingerRings_tlp1 *storage);
33
34 protected:
35
36 // T/P converters for ALL types used in RingerRings
38
39};
40
41#endif
42
TopLevelTPConverter< MAIN_CNV, TL_PERS > AthenaPoolTopLevelTPConverter
RingerRingsCnv_p1 m_ringerRingsCnv
virtual void setPStorage(RingerRings_tlp1 *storage)