ATLAS Offline Software
CaloTowerSegCnv_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 #ifndef CALOATHENAPOOL_CALOTOWERSEGCNV_P1_H
6 #define CALOATHENAPOOL_CALOTOWERSEGCNV_P1_H
7 
9 
10 
11 //class MsgStream;
12 class CaloTowerSeg;
13 class CaloTowerSeg_p1;
14 
15 class CaloTowerSegCnv_p1 { //: public T_AthenaPoolTPCnvBase<CaloTowerSeg,CaloTowerSeg_p1> {
16  public:
17  void persToTrans(const CaloTowerSeg_p1*, CaloTowerSeg*) const;
18  void transToPers(const CaloTowerSeg*, CaloTowerSeg_p1*) const;
19 
20 };
21 
22 #endif
CaloTowerSegCnv_p1::persToTrans
void persToTrans(const CaloTowerSeg_p1 *, CaloTowerSeg *) const
Definition: CaloTowerSegCnv_p1.cxx:9
CaloTowerSeg_p1
Definition: CaloTowerSeg_p1.h:11
T_AthenaPoolTPConverter.h
CaloTowerSegCnv_p1::transToPers
void transToPers(const CaloTowerSeg *, CaloTowerSeg_p1 *) const
Definition: CaloTowerSegCnv_p1.cxx:23
CaloTowerSeg
Data object stores CaloTower segmentation.
Definition: CaloTowerSeg.h:37
CaloTowerSegCnv_p1
Definition: CaloTowerSegCnv_p1.h:15