ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCnv
LArCondAthenaPool
src
LArAutoCorrMCCnv.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 LArAutoCorrMCCnv_H
12
#define LArAutoCorrMCCnv_H
13
14
#include "
AthenaPoolCnvSvc/T_AthenaPoolCoolMultChanCnv.h
"
15
#include "
LArRawConditions/LArAutoCorrMC.h
"
16
#include "
LArRawConditions/LArAutoCorrP.h
"
17
#include "
LArCondTPCnv/LArAutoCorrSubsetCnv_p1.h
"
18
19
// the latest persistent representation type of LArAutoCorrMC
20
typedef
LArConditionsSubset<LArAutoCorrP1>
LArAutoCorrTransType
;
21
typedef
LArAutoCorrSubset_p1
LArAutoCorrPersType
;
22
23
typedef
T_AthenaPoolCoolMultChanCnv<LArAutoCorrMC, LArAutoCorrTransType, LArAutoCorrPersType >
LArAutoCorrMCCnvBase
;
24
25
class
LArAutoCorrMCCnv
:
public
LArAutoCorrMCCnvBase
{
26
friend
class
CnvFactory
<
LArAutoCorrMCCnv
>;
27
protected
:
28
public
:
29
LArAutoCorrMCCnv
(ISvcLocator* svcloc) :
LArAutoCorrMCCnvBase
(svcloc) {}
30
protected
:
31
virtual
LArAutoCorrPersType
*
createPersistent
(
LArAutoCorrTransType
* transObj);
32
virtual
LArAutoCorrTransType
*
createTransient
(
const
Token
* token);
33
LArAutoCorrTransType
*
createTransient
(
LArConditionsSubset<LArAutoCorrP>
* orig);
34
};
35
36
37
#endif
38
LArAutoCorrTransType
LArConditionsSubset< LArAutoCorrP1 > LArAutoCorrTransType
Definition
LArAutoCorrCompleteCnv.h:20
LArAutoCorrPersType
LArAutoCorrSubset_p1 LArAutoCorrPersType
Definition
LArAutoCorrCompleteCnv.h:21
LArAutoCorrMCCnvBase
T_AthenaPoolCoolMultChanCnv< LArAutoCorrMC, LArAutoCorrTransType, LArAutoCorrPersType > LArAutoCorrMCCnvBase
Definition
LArAutoCorrMCCnv.h:23
LArAutoCorrMC.h
LArAutoCorrP.h
LArAutoCorrSubsetCnv_p1.h
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
LArAutoCorrMCCnv::createPersistent
virtual LArAutoCorrPersType * createPersistent(LArAutoCorrTransType *transObj)
method to be implemented by the developer.
Definition
LArAutoCorrMCCnv.cxx:18
LArAutoCorrMCCnv::createTransient
virtual LArAutoCorrTransType * createTransient(const Token *token)
method to be implemented by the developer.
Definition
LArAutoCorrMCCnv.cxx:28
LArAutoCorrMCCnv::LArAutoCorrMCCnv
LArAutoCorrMCCnv(ISvcLocator *svcloc)
Definition
LArAutoCorrMCCnv.h:29
LArAutoCorrSubset_p1
persistent class container of LArConditionsSubset for LArAutoCorr data.
Definition
LArAutoCorrSubset_p1.h:30
LArConditionsSubset
template class for use for I/O of conditions data
Definition
LArConditionsSubset.h:122
T_AthenaPoolCoolMultChanCnv< LArAutoCorrMC, LArAutoCorrTransType, LArAutoCorrPersType >::T_AthenaPoolCoolMultChanCnv
T_AthenaPoolCoolMultChanCnv(ISvcLocator *svcloc)
Token
This class provides a token that identifies in a unique way objects on the persistent storage.
Definition
Token.h:22
Generated on
for ATLAS Offline Software by
1.17.0