ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
RecAthenaPool
src
MuonCaloEnergyContainerCnv.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef RECATHENAPOOL_MUONCALOENERGYCONTAINERCNV_H
6
#define RECATHENAPOOL_MUONCALOENERGYCONTAINERCNV_H
7
8
// AthenaPoolCnvSvc includes
9
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
10
11
// RecTPCnv includes
12
#include "
RecTPCnv/MuonCaloEnergyContainer_p1.h
"
13
14
// muonEvent includes
15
#include "
muonEvent/MuonCaloEnergyContainer.h
"
16
17
// the latest persistent representation type of DataCollection:
18
typedef
MuonCaloEnergyContainer_p1
MuonCaloEnergyContainer_PERS
;
19
20
class
MuonCaloEnergyContainerCnv
:
public
T_AthenaPoolCustomCnv
< MuonCaloEnergyContainer, MuonCaloEnergyContainer_PERS > {
21
friend
class
CnvFactory
<
MuonCaloEnergyContainerCnv
>;
22
23
protected
:
24
25
public
:
26
MuonCaloEnergyContainerCnv
(ISvcLocator* svcloc);
27
protected
:
28
29
virtual
MuonCaloEnergyContainer_PERS
*
createPersistent
(
MuonCaloEnergyContainer
* transCont );
30
31
virtual
MuonCaloEnergyContainer
*
createTransient
(
const
Token
* token);
32
33
};
34
35
36
#endif
MuonCaloEnergyContainer_PERS
MuonCaloEnergyContainer_p1 MuonCaloEnergyContainer_PERS
Definition
MuonCaloEnergyContainerCnv.h:18
MuonCaloEnergyContainer.h
MuonCaloEnergyContainer_p1.h
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CnvFactory
Abstract factory to create the converter.
Definition
ToyConverter.h:16
MuonCaloEnergyContainerCnv::createPersistent
virtual MuonCaloEnergyContainer_PERS * createPersistent(MuonCaloEnergyContainer *transCont)
Definition
MuonCaloEnergyContainerCnv.cxx:26
MuonCaloEnergyContainerCnv::MuonCaloEnergyContainerCnv
MuonCaloEnergyContainerCnv(ISvcLocator *svcloc)
Definition
MuonCaloEnergyContainerCnv.cxx:17
MuonCaloEnergyContainerCnv::createTransient
virtual MuonCaloEnergyContainer * createTransient(const Token *token)
Definition
MuonCaloEnergyContainerCnv.cxx:37
MuonCaloEnergyContainer_p1
Definition
MuonCaloEnergyContainer_p1.h:22
MuonCaloEnergyContainer
Data object for a StoreGate container holding a vector of CaloEnergy, the detailed energy loss descri...
Definition
MuonCaloEnergyContainer.h:19
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition
T_AthenaPoolCustomCnv.h:129
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