ATLAS Offline Software
Loading...
Searching...
No Matches
TrigOperationalInfoCollectionCnv.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: TrigEventAthenaPool
8 * @class : TrigOperationalInfoCollection
9 *
10 * @brief transient persistent converter for TrigOperationalInfoCollection
11 *
12 * @author Tomasz Bold (based on exampels by Andrew Hamilton and Francesca Bucci)
13 *
14 * File and Version Information:
15 * $Id: TrigOperationalInfoCollectionCnv.h 725210 2016-02-19 21:22:18Z ssnyder $
16 **********************************************************************************/
17#ifndef TRIGEVENTATHENAPOOL_TRIGOPERATIONALINFOCOLLECTIONCNV_H
18#define TRIGEVENTATHENAPOOL_TRIGOPERATIONALINFOCOLLECTIONCNV_H
19
20
24
25// typedef to the latest persistent version
27
28class MsgStream;
29
31class TrigOperationalInfoCollectionCnv : public T_AthenaPoolCustomCnv<TrigOperationalInfoCollection, TrigOperationalInfoCollection_PERS >
32{
33
35
36public:
37 TrigOperationalInfoCollectionCnv(ISvcLocator* svcloc);
39
40protected:
42
44
45 private:
47};
48
49
50#endif
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigOperationalInfoCollection_tlp1 TrigOperationalInfoCollection_PERS
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TrigOperationalInfoCollection_PERS * createPersistent(TrigOperationalInfoCollection *transObj)
TrigOperationalInfoCollection * createTransient()
TrigOperationalInfoCollectionCnv_impl * m_impl