ATLAS Offline Software
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
();
32
33
};
34
35
36
#endif
MuonCaloEnergyContainerCnv::MuonCaloEnergyContainerCnv
MuonCaloEnergyContainerCnv(ISvcLocator *svcloc)
Definition:
MuonCaloEnergyContainerCnv.cxx:17
MuonCaloEnergyContainer.h
MuonCaloEnergyContainerCnv::createTransient
virtual MuonCaloEnergyContainer * createTransient()
Definition:
MuonCaloEnergyContainerCnv.cxx:37
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
MuonCaloEnergyContainer_p1
Definition:
MuonCaloEnergyContainer_p1.h:22
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
MuonCaloEnergyContainer
Data object for a StoreGate container holding a vector of CaloEnergy, the detailed energy loss descri...
Definition:
MuonCaloEnergyContainer.h:19
MuonCaloEnergyContainer_p1.h
MuonCaloEnergyContainer_PERS
MuonCaloEnergyContainer_p1 MuonCaloEnergyContainer_PERS
Definition:
MuonCaloEnergyContainerCnv.h:18
MuonCaloEnergyContainerCnv
Definition:
MuonCaloEnergyContainerCnv.h:20
MuonCaloEnergyContainerCnv::createPersistent
virtual MuonCaloEnergyContainer_PERS * createPersistent(MuonCaloEnergyContainer *transCont)
Definition:
MuonCaloEnergyContainerCnv.cxx:26
Generated on Thu Nov 7 2024 21:21:46 for ATLAS Offline Software by
1.8.18