ATLAS Offline Software
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
10 
11 // RecTPCnv includes
13 
14 // muonEvent includes
16 
17 // the latest persistent representation type of DataCollection:
19 
20 class MuonCaloEnergyContainerCnv: public T_AthenaPoolCustomCnv< MuonCaloEnergyContainer, MuonCaloEnergyContainer_PERS > {
22 
23  protected:
24 
25 public:
26  MuonCaloEnergyContainerCnv(ISvcLocator* svcloc);
27 protected:
28 
30 
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