ATLAS Offline Software
TrigT2MbtsBitsCnv.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 : TrigT2MbtsBitsCnv
9  *
10  * @brief transient persistent converter for TrigT2MbtsBits
11  *
12  * @author W. H. Bell <W.Bell@cern.ch>
13  *
14  **********************************************************************************/
15 #ifndef TRIGEVENTATHENAPOOL_TRIGT2MBTSBITSCNV_H
16 #define TRIGEVENTATHENAPOOL_TRIGT2MBTSBITSCNV_H
17 
20 
21 class MsgStream;
22 
23 class TrigT2MbtsBits_p2;
24 // typedef to the latest persistent version
25 
28 
30  friend class CnvFactory<TrigT2MbtsBitsCnv>;
31 
32 public:
33  TrigT2MbtsBitsCnv(ISvcLocator* svcloc);
35 
36 protected:
39 };
40 
41 
42 #endif
TrigT2MbtsBits_PERS
TrigT2MbtsBits_p2 TrigT2MbtsBits_PERS
Definition: TrigT2MbtsBitsCnv.h:23
TrigT2MbtsBitsCnv::createTransient
TrigT2MbtsBits * createTransient()
Definition: TrigT2MbtsBitsCnv.cxx:24
TrigT2MbtsBits
Definition: Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2MbtsBits.h:19
TrigT2MbtsBitsCnvBase
T_AthenaPoolCustomCnv< TrigT2MbtsBits, TrigT2MbtsBits_PERS > TrigT2MbtsBitsCnvBase
Definition: TrigT2MbtsBitsCnv.h:27
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
TrigT2MbtsBitsCnv
Definition: TrigT2MbtsBitsCnv.h:29
TrigT2MbtsBitsCnv::createPersistent
TrigT2MbtsBits_PERS * createPersistent(TrigT2MbtsBits *transObj)
Definition: TrigT2MbtsBitsCnv.cxx:14
TrigT2MbtsBitsCnv::TrigT2MbtsBitsCnv
TrigT2MbtsBitsCnv(ISvcLocator *svcloc)
Definition: TrigT2MbtsBitsCnv.cxx:11
TrigT2MbtsBits_p2
Definition: TrigT2MbtsBits_p2.h:20
TrigT2MbtsBits.h
TrigT2MbtsBitsCnv::~TrigT2MbtsBitsCnv
~TrigT2MbtsBitsCnv()
Definition: TrigT2MbtsBitsCnv.cxx:12