ATLAS Offline Software
LArPhysWaveContainerCnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
11 #ifndef LArPhysWaveContainerCnv_H
12 #define LArPhysWaveContainerCnv_H
13 
18 
21 
23 
26 
27 protected:
28 public:
29  LArPhysWaveContainerCnv (ISvcLocator* svcloc) : LArPhysWaveContainerCnvBase(svcloc) {}
30 protected:
33  LArPhysWaveTransType* createTransient(LArPhysWaveTransType* orig); //used to read non t/p split version
34 };
35 #endif
LArPhysWaveSubset_p1
persistent class container of LArPhysWave data.
Definition: LArPhysWaveSubset_p1.h:28
LArPhysWaveContainer.h
LArPhysWaveContainerCnvBase
T_AthenaPoolCoolMultChanCnv< LArPhysWaveContainer, LArPhysWaveTransType, LArPhysWavePersType > LArPhysWaveContainerCnvBase
Definition: LArPhysWaveContainerCnv.h:22
LArPhysWave.h
LArPhysWaveContainerCnv
Definition: LArPhysWaveContainerCnv.h:24
LArPhysWaveTransType
LArConditionsSubset< LArPhysWave > LArPhysWaveTransType
Definition: LArPhysWaveContainerCnv.h:19
LArPhysWaveContainerCnv::createPersistent
LArPhysWavePersType * createPersistent(LArPhysWaveTransType *transObj)
Definition: LArPhysWaveContainerCnv.cxx:18
LArPhysWavePersType
LArPhysWaveSubset_p1 LArPhysWavePersType
Definition: LArPhysWaveContainerCnv.h:20
T_AthenaPoolCoolMultChanCnv.h
This templated class provides the POOL converter to translate a DataVector<T> to and from a CondAttrL...
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
LArPhysWaveContainerCnv::LArPhysWaveContainerCnv
LArPhysWaveContainerCnv(ISvcLocator *svcloc)
Definition: LArPhysWaveContainerCnv.h:29
T_AthenaPoolCoolMultChanCnv
This templated class provides the POOL converter to translate a DataVector<T> to and from a CondAttrL...
Definition: T_AthenaPoolCoolMultChanCnv.h:35
LArPhysWaveSubsetCnv_p1.h
LArPhysWaveContainerCnv::createTransient
LArPhysWaveTransType * createTransient()
method to be implemented by the developer.
Definition: LArPhysWaveContainerCnv.cxx:28