ATLAS Offline Software
Loading...
Searching...
No Matches
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;
12class CaloTowerSeg;
13class CaloTowerSeg_p1;
14
15class 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
void transToPers(const CaloTowerSeg *, CaloTowerSeg_p1 *) const
void persToTrans(const CaloTowerSeg_p1 *, CaloTowerSeg *) const
Data object stores CaloTower segmentation.