ATLAS Offline Software
Loading...
Searching...
No Matches
AlignableTransformContainerCnv.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
10
11#ifndef AlignableTransformContainerCnv_H
12#define AlignableTransformContainerCnv_H
13
17
18// the latest persistent representation type of AlignableTransform
21
23
26
27 virtual StatusCode initialize();
28
29protected:
30public:
32protected:
35};
36
37#endif
38
T_AthenaPoolCoolMultChanCnv< AlignableTransformContainer, AlignableTransform_TRANS, AlignableTransform_PERS > AlignableTransformContainerCnvBase
AlignableTransformContainer::base_value_type AlignableTransform_TRANS
AlignableTransform_p1 AlignableTransform_PERS
This templated class provides the POOL converter to translate a DataVector<T> to and from a CondAttrL...
virtual StatusCode initialize()
Gaudi Service Interface method implementations:
virtual AlignableTransform_PERS * createPersistent(AlignableTransform_TRANS *transObj)
method to be implemented by the developer.
virtual AlignableTransform_TRANS * createTransient()
method to be implemented by the developer.
Abstract factory to create the converter.