ATLAS Offline Software
Loading...
Searching...
No Matches
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
16class CaloClusterMomentStoreCnv_p1// : public CaloClusterMomentStoreCnvBasep1_t
17{
18public:
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
void transToPers(const CaloClusterMomentStore *, CaloClusterMomentStore_p1 *) const
void persToTrans(const CaloClusterMomentStore_p1 *, CaloClusterMomentStore *) const
Stores CaloClusterMoment in a keyed map.