ATLAS Offline Software
TrigInDetTrackCollectionCnv.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 : TrigInDetTrackCollectionCnv
9  *
10  * @brief transient persistent converter for TrigInDetTrackCollection
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: TrigInDetTrackCollectionCnv.h,v 1.8 demelian Exp $
17  **********************************************************************************/
18 #ifndef TRIGEVENTATHENAPOOL_TRIGINDETTRACKCOLLECTIONCNV_H
19 #define TRIGEVENTATHENAPOOL_TRIGINDETTRACKCOLLECTIONCNV_H
20 
23 
28 
30 
31 class MsgStream;
32 
34 
36 
37 public:
38  TrigInDetTrackCollectionCnv(ISvcLocator* svcloc);
40 
41 protected:
44 
45  private:
46 
48 
49 
50 };
51 
52 
53 #endif
TrigInDetTrackCollection_tlp4
Definition: TrigInDetTrackCollection_tlp4.h:21
TrigInDetTrackCollectionCnv::TrigInDetTrackCollectionCnv
TrigInDetTrackCollectionCnv(ISvcLocator *svcloc)
Definition: TrigInDetTrackCollectionCnv.cxx:21
TrigInDetTrackCollection
Definition: TrigInDetTrackCollection.h:13
TrigInDetTrackCollectionCnv::createTransient
virtual TrigInDetTrackCollection * createTransient()
Definition: TrigInDetTrackCollectionCnv.cxx:44
TrigInDetTrackCollectionCnv::m_tlp_Converter
TrigInDetTrackCollectionCnv_PERS * m_tlp_Converter
Definition: TrigInDetTrackCollectionCnv.h:47
TrigInDetTrackCollection.h
TrigInDetTrackCollection_PERS
TrigInDetTrackCollection_tlp4 TrigInDetTrackCollection_PERS
Definition: TrigInDetTrackCollectionCnv.h:25
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition: T_AthenaPoolCustomCnv.h:132
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
TrigInDetTrackCollectionCnv_PERS
TrigInDetTrackCollectionCnv_tlp4 TrigInDetTrackCollectionCnv_PERS
Definition: TrigInDetTrackCollectionCnv.h:27
TrigInDetTrackCollectionCnv
Definition: TrigInDetTrackCollectionCnv.h:33
TrigInDetTrackCollectionCnvBase
T_AthenaPoolCustomCnv< TrigInDetTrackCollection, TrigInDetTrackCollection_PERS > TrigInDetTrackCollectionCnvBase
Definition: TrigInDetTrackCollectionCnv.h:29
TrigInDetTrackCollectionCnv::~TrigInDetTrackCollectionCnv
~TrigInDetTrackCollectionCnv()
Definition: TrigInDetTrackCollectionCnv.cxx:27
TrigInDetTrackCollectionCnv_tlp4
Definition: TrigInDetTrackCollectionCnv_tlp4.h:25
TrigInDetTrackCollectionCnv::createPersistent
virtual TrigInDetTrackCollection_PERS * createPersistent(TrigInDetTrackCollection *transObj)
Definition: TrigInDetTrackCollectionCnv.cxx:34