ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRoiDescriptorCollectionCnv.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 : TrigRoiDescriptorCollectionCnv
9 *
10 * @brief transient persistent converter for TrigRoiDescriptorCollection
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14 *
15 * File and Version Information:
16 * $Id:
17 **********************************************************************************/
18#ifndef TRIGEVENTATHENAPOOL_TRIGROIDESCRIPTORCOLLECTIONCNV_H
19#define TRIGEVENTATHENAPOOL_TRIGROIDESCRIPTORCOLLECTIONCNV_H
20
21
25
26
27// typedef to the latest persistent version
29
30class MsgStream;
31
33class TrigRoiDescriptorCollectionCnv : public T_AthenaPoolCustomCnv<TrigRoiDescriptorCollection, TrigRoiDescriptorCollection_PERS >
34{
35
37
38public:
39 TrigRoiDescriptorCollectionCnv(ISvcLocator* svcloc);
41
42protected:
44
46
47 private:
49};
50
51
52#endif
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigRoiDescriptorCollection_p3 TrigRoiDescriptorCollection_PERS
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TrigRoiDescriptorCollectionCnv_impl * m_impl
TrigRoiDescriptorCollection_PERS * createPersistent(TrigRoiDescriptorCollection *transObj)
TrigRoiDescriptorCollection * createTransient()