ATLAS Offline Software
Loading...
Searching...
No Matches
LArRampMCCnv.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
10
11#ifndef LArRampMCCnv_H
12#define LArRampMCCnv_H
13
18
19// the latest persistent representation type of LArRampMC
22
24
26friend class CnvFactory<LArRampMCCnv >;
27protected:
28public:
29 LArRampMCCnv (ISvcLocator* svcloc) : LArRampMCCnvBase(svcloc) {}
30protected:
34};
35
36
37#endif
38
LArRampSubset_p1 LArRampPersType
LArConditionsSubset< LArRampP1 > LArRampTransType
T_AthenaPoolCoolMultChanCnv< LArRampMC, LArRampTransType, LArRampPersType > LArRampMCCnvBase
This templated class provides the POOL converter to translate a DataVector<T> to and from a CondAttrL...
Abstract factory to create the converter.
template class for use for I/O of conditions data
virtual LArRampPersType * createPersistent(LArRampTransType *transObj)
method to be implemented by the developer.
LArRampMCCnv(ISvcLocator *svcloc)
virtual LArRampTransType * createTransient()
method to be implemented by the developer.
persistent class container of LArConditionsSubset for LArRamp data.