ATLAS Offline Software
CaloClusterMomentStoreCnv_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 //Dear emacs, this is -*-c++-*-
6 
7 #ifndef CALOATHENAPOOL_CALOCLUSTERMOMENTSTORECNV_P1_H
8 #define CALOATHENAPOOL_CALOCLUSTERMOMENTSTORECNV_P1_H
9 
13 
14 //typedef T_AthenaPoolTPCnvBase<CaloClusterMomentStore,CaloClusterMomentStore_p1> CaloClusterMomentStoreCnvBasep1_t;
15 
16 class CaloClusterMomentStoreCnv_p1// : public CaloClusterMomentStoreCnvBasep1_t
17 {
18 public:
20 
21  void transToPers(const CaloClusterMomentStore*, CaloClusterMomentStore_p1*/*, MsgStream&*/) const;
22  void persToTrans(const CaloClusterMomentStore_p1*, CaloClusterMomentStore*/*, MsgStream&*/) const;
23 
24  //CaloClusterMomentStore* createTrans(const CaloClusterMomentStore_p1* /*,MsgStream&*/) ;
25  //CaloClusterMomentStore_p1* createPers(const CaloClusterMomentStore* /*,MsgStream&*/) ;
26 };
27 
28 
29 #endif
30 
CaloClusterMomentStoreCnv_p1::persToTrans
void persToTrans(const CaloClusterMomentStore_p1 *, CaloClusterMomentStore *) const
Definition: CaloClusterMomentStoreCnv_p1.cxx:22
CaloClusterMomentStoreCnv_p1::CaloClusterMomentStoreCnv_p1
CaloClusterMomentStoreCnv_p1()
Definition: CaloClusterMomentStoreCnv_p1.cxx:11
CaloClusterMomentStoreCnv_p1::transToPers
void transToPers(const CaloClusterMomentStore *, CaloClusterMomentStore_p1 *) const
Definition: CaloClusterMomentStoreCnv_p1.cxx:40
CaloClusterMomentStore
Stores CaloClusterMoment in a keyed map.
Definition: CaloClusterMomentStore.h:15
T_AthenaPoolTPConverter.h
CaloClusterMomentStore_p1
Definition: CaloClusterMomentStore_p1.h:10
CaloClusterMomentStoreCnv_p1
Definition: CaloClusterMomentStoreCnv_p1.h:17