ATLAS Offline Software
TrigRoiDescriptorCnv.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 : TrigRoiDescriptorCnv
9  *
10  * @brief transient persistent converter for TrigRoiDescriptor
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_TRIGROIDESCRIPTORCNV_H
19 #define TRIGEVENTATHENAPOOL_TRIGROIDESCRIPTORCNV_H
20 
21 
25 
26 // typedef to the latest persistent version
28 
29 class MsgStream;
30 
32 class TrigRoiDescriptorCnv : public T_AthenaPoolCustomCnv<TrigRoiDescriptor, TrigRoiDescriptor_PERS >
33 {
34 
35  friend class CnvFactory<TrigRoiDescriptorCnv>;
36 
37 public:
38  TrigRoiDescriptorCnv(ISvcLocator* svcloc);
40 
41 protected:
43 
45 
46  private:
47 
49 
50 };
51 
52 
53 #endif
TrigRoiDescriptorCnv::m_TPConverters
TrigRoiDescriptorCnv_tp * m_TPConverters
Definition: TrigRoiDescriptorCnv.h:48
TrigRoiDescriptor
nope - should be used for standalone also, perhaps need to protect the class def bits #ifndef XAOD_AN...
Definition: TrigRoiDescriptor.h:56
TrigRoiDescriptorCnv::createPersistent
TrigRoiDescriptor_PERS * createPersistent(TrigRoiDescriptor *transObj)
Definition: TrigRoiDescriptorCnv.cxx:33
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition: T_AthenaPoolCustomCnv.h:132
TrigRoiDescriptor_p3
Definition: TrigRoiDescriptor_p3.h:21
TrigRoiDescriptorCnv_tp
Definition: TrigRoiDescriptorCnv.cxx:16
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigRoiDescriptor_PERS
TrigRoiDescriptor_p3 TrigRoiDescriptor_PERS
Definition: TrigRoiDescriptorCnv.h:24
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
TrigRoiDescriptorCnv::createTransient
TrigRoiDescriptor * createTransient()
Definition: TrigRoiDescriptorCnv.cxx:43
TrigRoiDescriptorCnv::TrigRoiDescriptorCnv
TrigRoiDescriptorCnv(ISvcLocator *svcloc)
Definition: TrigRoiDescriptorCnv.cxx:22
TrigRoiDescriptorCnv
Definition: TrigRoiDescriptorCnv.h:33
TrigRoiDescriptor.h
TrigRoiDescriptorCnv::~TrigRoiDescriptorCnv
~TrigRoiDescriptorCnv()
Definition: TrigRoiDescriptorCnv.cxx:27