ATLAS Offline Software
Loading...
Searching...
No Matches
TrigSpacePointCountsCnv_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/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigInDetEventTPCnv
8 * @class : TrigSpacePointCountsCnv_p1
9 *
10 * @brief transient-persistent converter for TrigSpacePointCounts
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14 *
15 * File and Version Information:
16 * $Id: TrigSpacePointCountsCnv_p1.h,v 1.2 2009-04-01 22:08:44 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P1_H
19#define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P1_H
20
21//converter base
23
24//TrigSpacePointCounts persistent class
26
28
29class MsgStream;
30
31
32class TrigSpacePointCountsCnv_p1 : public T_AthenaPoolTPCnvBase<TrigSpacePointCounts, TrigSpacePointCounts_p1>
33{
34
35 public:
36
38
39 virtual void persToTrans(const TrigSpacePointCounts_p1* persObj, TrigSpacePointCounts* transObj, MsgStream &log);
40 virtual void transToPers(const TrigSpacePointCounts* transObj, TrigSpacePointCounts_p1* persObj, MsgStream &log);
41
42};
43
44
45
46#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const TrigSpacePointCounts *transObj, TrigSpacePointCounts_p1 *persObj, MsgStream &log)
virtual void persToTrans(const TrigSpacePointCounts_p1 *persObj, TrigSpacePointCounts *transObj, MsgStream &log)