ATLAS Offline Software
Loading...
Searching...
No Matches
LArPedestalCompleteCnv.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 LArPedestalCompleteCnv_H
12#define LArPedestalCompleteCnv_H
13
19
20// the latest persistent representation type of LArPedestalComplete
23
25
36
38{
39public:
40 // Copy LArPedestalP subset to LArPedestalP1
41 void copyOldtoNew(const LArConditionsSubset<LArPedestalP>* oldPedestal,
43};
44
45#endif
46
LArPedestalSubset_p2 LArPedPersType
LArConditionsSubset< LArPedestalP1 > LArPedTransType
T_AthenaPoolCoolMultChanCnv< LArPedestalComplete, LArPedTransType, LArPedPersType > LArPedestalCompleteCnvBase
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 LArPedPersType * createPersistent(LArPedTransType *transObj)
method to be implemented by the developer.
virtual LArPedTransType * createTransient()
method to be implemented by the developer.
LArPedestalCompleteCnv(ISvcLocator *svcloc)
void copyOldtoNew(const LArConditionsSubset< LArPedestalP > *oldPedestal, LArConditionsSubset< LArPedestalP1 > *newPedestal)
persistent class container of LArConditionsSubset for LArPedestal data.