ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCnv
LArCondAthenaPool
src
LArCalibParamsCnv.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
10
11
#ifndef LArCalibParamsCnv_H
12
#define LArCalibParamsCnv_H
13
14
#include "
AthenaPoolCnvSvc/T_AthenaPoolCnv.h
"
15
#include "
LArRawConditions/LArCalibParams.h
"
16
17
typedef
T_AthenaPoolCnv<LArCalibParams>
LArCalibParamsCnvBase
;
18
19
//class LArCalibParamsCnv;
20
21
class
LArCalibParamsCnv
:
public
LArCalibParamsCnvBase
22
{
23
friend
class
CnvFactory
<
LArCalibParamsCnv
>;
24
public
:
25
LArCalibParamsCnv
(ISvcLocator* svcloc);
26
virtual
~LArCalibParamsCnv
();
27
28
//Overload PoolToDataObject with custom implementation
29
virtual
StatusCode
PoolToDataObject
(DataObject*& pObj,
30
const
Token
* token,
31
const
std::string& key)
override
;
32
};
33
34
35
#endif
36
LArCalibParamsCnvBase
T_AthenaPoolCnv< LArCalibParams > LArCalibParamsCnvBase
Definition
LArCalibParamsCnv.h:17
LArCalibParams.h
T_AthenaPoolCnv.h
his file contains the class definition for the templated T_AthenaPoolCnv class.
CnvFactory
Abstract factory to create the converter.
Definition
ToyConverter.h:16
LArCalibParamsCnv::PoolToDataObject
virtual StatusCode PoolToDataObject(DataObject *&pObj, const Token *token, const std::string &key) override
Extend base-class conversion method.
Definition
LArCalibParamsCnv.cxx:21
LArCalibParamsCnv::LArCalibParamsCnv
LArCalibParamsCnv(ISvcLocator *svcloc)
Definition
LArCalibParamsCnv.cxx:13
LArCalibParamsCnv::~LArCalibParamsCnv
virtual ~LArCalibParamsCnv()
Definition
LArCalibParamsCnv.cxx:16
T_AthenaPoolCnv
This templated class provides the converter to translate an object to/from its persistent POOL repres...
Definition
T_AthenaPoolCnv.h:61
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