ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCnv
LArCondAthenaPool
src
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
14
#include "
AthenaPoolCnvSvc/T_AthenaPoolCoolMultChanCnv.h
"
15
#include "
LArRawConditions/LArRampMC.h
"
16
#include "
LArRawConditions/LArRampP.h
"
17
#include "
LArCondTPCnv/LArRampSubsetCnv_p1.h
"
18
19
// the latest persistent representation type of LArRampMC
20
typedef
LArConditionsSubset<LArRampP1>
LArRampTransType
;
21
typedef
LArRampSubset_p1
LArRampPersType
;
22
23
typedef
T_AthenaPoolCoolMultChanCnv<LArRampMC, LArRampTransType, LArRampPersType >
LArRampMCCnvBase
;
24
25
class
LArRampMCCnv
:
public
LArRampMCCnvBase
{
26
friend
class
CnvFactory
<
LArRampMCCnv
>;
27
protected
:
28
public
:
29
LArRampMCCnv
(ISvcLocator* svcloc) :
LArRampMCCnvBase
(svcloc) {}
30
protected
:
31
virtual
LArRampPersType
*
createPersistent
(
LArRampTransType
* transObj);
32
virtual
LArRampTransType
*
createTransient
(
const
Token
* token);
33
LArRampTransType
*
createTransient
(
LArConditionsSubset<LArRampP>
* orig);
34
};
35
36
37
#endif
38
LArRampPersType
LArRampSubset_p1 LArRampPersType
Definition
LArRampCompleteCnv.h:21
LArRampTransType
LArConditionsSubset< LArRampP1 > LArRampTransType
Definition
LArRampCompleteCnv.h:20
LArRampMCCnvBase
T_AthenaPoolCoolMultChanCnv< LArRampMC, LArRampTransType, LArRampPersType > LArRampMCCnvBase
Definition
LArRampMCCnv.h:23
LArRampMC.h
LArRampP.h
LArRampSubsetCnv_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
LArConditionsSubset
template class for use for I/O of conditions data
Definition
LArConditionsSubset.h:122
LArRampMCCnv::createPersistent
virtual LArRampPersType * createPersistent(LArRampTransType *transObj)
method to be implemented by the developer.
Definition
LArRampMCCnv.cxx:18
LArRampMCCnv::LArRampMCCnv
LArRampMCCnv(ISvcLocator *svcloc)
Definition
LArRampMCCnv.h:29
LArRampMCCnv::createTransient
virtual LArRampTransType * createTransient(const Token *token)
method to be implemented by the developer.
Definition
LArRampMCCnv.cxx:28
LArRampSubset_p1
persistent class container of LArConditionsSubset for LArRamp data.
Definition
LArRampSubset_p1.h:30
T_AthenaPoolCoolMultChanCnv< LArRampMC, LArRampTransType, LArRampPersType >::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