ATLAS Offline Software
Loading...
Searching...
No Matches
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
20class MuonCaloEnergyContainerCnv: public T_AthenaPoolCustomCnv< MuonCaloEnergyContainer, MuonCaloEnergyContainer_PERS > {
22
23 protected:
24
25public:
26 MuonCaloEnergyContainerCnv(ISvcLocator* svcloc);
27protected:
28
30
32
33};
34
35
36#endif
MuonCaloEnergyContainer_p1 MuonCaloEnergyContainer_PERS
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Abstract factory to create the converter.
virtual MuonCaloEnergyContainer * createTransient()
virtual MuonCaloEnergyContainer_PERS * createPersistent(MuonCaloEnergyContainer *transCont)
MuonCaloEnergyContainerCnv(ISvcLocator *svcloc)
Data object for a StoreGate container holding a vector of CaloEnergy, the detailed energy loss descri...
Compatibility for old converter classes that don't get passed the key.