ATLAS Offline Software
LArOFCBinCompleteCnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
11 #ifndef LArOFCBinCompleteCnv_H
12 #define LArOFCBinCompleteCnv_H
13 
15 //#define private public
16 //#define protected public
18 //#undef private
19 //#undef protected
22 
23 // the latest persistent representation type of LArOFCBinComplete
26 
28 
30 friend class CnvFactory<LArOFCBinCompleteCnv >;
31 protected:
32 public:
33  LArOFCBinCompleteCnv (ISvcLocator* svcloc) : LArOFCBinCompleteCnvBase(svcloc) {}
34 protected:
37  private:
39 };
40 
41 
42 #endif
43 
LArOFCBinPersType
LArSingleIntSubset_p1 LArOFCBinPersType
Definition: LArOFCBinCompleteCnv.h:25
LArSingleIntSubset_p1
persistent class container of LArConditionsSubset for LArSingleInt data.
Definition: LArSingleIntSubset_p1.h:30
LArOFCBinTransType
LArConditionsSubset< LArOFCBinP > LArOFCBinTransType
Definition: LArOFCBinCompleteCnv.h:24
LArOFCBinComplete.h
LArOFCBinCompleteCnv::m_TPconverter
LArOFCBinSubsetCnv_p1 m_TPconverter
Definition: LArOFCBinCompleteCnv.h:38
T_AthenaPoolCoolMultChanCnv.h
This templated class provides the POOL converter to translate a DataVector<T> to and from a CondAttrL...
LArOFCBinCompleteCnv::createTransient
virtual LArOFCBinTransType * createTransient()
method to be implemented by the developer.
Definition: LArOFCBinCompleteCnv.cxx:21
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
LArConditionsSubset
template class for use for I/O of conditions data
Definition: LArConditionsSubset.h:122
T_AthenaPoolCoolMultChanCnv
This templated class provides the POOL converter to translate a DataVector<T> to and from a CondAttrL...
Definition: T_AthenaPoolCoolMultChanCnv.h:35
LArOFCBinCompleteCnv
Definition: LArOFCBinCompleteCnv.h:29
LArOFCBinSubsetCnv_p1.h
LArOFCBinSubsetCnv_p1
Definition: LArOFCBinSubsetCnv_p1.h:21
LArOFCBinCompleteCnv::LArOFCBinCompleteCnv
LArOFCBinCompleteCnv(ISvcLocator *svcloc)
Definition: LArOFCBinCompleteCnv.h:33
LArOFCBinCompleteCnvBase
T_AthenaPoolCoolMultChanCnv< LArOFCBinComplete, LArOFCBinTransType, LArOFCBinPersType > LArOFCBinCompleteCnvBase
Definition: LArOFCBinCompleteCnv.h:27
LArOFCBinP.h
LArOFCBinCompleteCnv::createPersistent
virtual LArOFCBinPersType * createPersistent(LArOFCBinTransType *transObj)
Definition: LArOFCBinCompleteCnv.cxx:13