ATLAS Offline Software
Loading...
Searching...
No Matches
BinUtilityCnv_p1.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 BINUTILITY_CNV_P1_H
6#define BINUTILITY_CNV_P1_H
7
9
12
13class MsgStream;
14
15class BinUtilityCnv_p1 : public T_AthenaPoolTPCnvBase<Trk::BinUtility, Trk::BinUtility_p1>
16{
17 public:
19
20 virtual void persToTrans( const Trk::BinUtility_p1 *persObj,
21 Trk::BinUtility *transObj,
22 MsgStream &log );
23 virtual void transToPers( const Trk::BinUtility *transObj,
24 Trk::BinUtility_p1 *persObj,
25 MsgStream &log );
26};
27
28#endif // BINUTILITY_CNV_P1_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const Trk::BinUtility *transObj, Trk::BinUtility_p1 *persObj, MsgStream &log)
virtual void persToTrans(const Trk::BinUtility_p1 *persObj, Trk::BinUtility *transObj, MsgStream &log)
A generic symmetric BinUtility, for fully symmetric binning in terms of binning grid and binning type...
Definition BinUtility.h:39