ATLAS Offline Software
Loading...
Searching...
No Matches
TrigSpacePointCountsCnv_p3.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_p3
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_p3.h,v 1.2 2009-04-01 22:08:44 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P3_H
19#define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P3_H
20
21//converter base
23
24//TrigHisto converter
26
29
30class MsgStream;
31
32
33class TrigSpacePointCountsCnv_p3 : public T_AthenaPoolTPCnvBase<TrigSpacePointCounts, TrigSpacePointCounts_p3>
34{
35
36 public:
37
39
40 virtual void persToTrans(const TrigSpacePointCounts_p3* persObj, TrigSpacePointCounts* transObj, MsgStream &log);
41 virtual void transToPers(const TrigSpacePointCounts* transObj, TrigSpacePointCounts_p3* persObj, MsgStream &log);
42
43 private:
44
46};
47
48
49
50#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const TrigSpacePointCounts *transObj, TrigSpacePointCounts_p3 *persObj, MsgStream &log)
virtual void persToTrans(const TrigSpacePointCounts_p3 *persObj, TrigSpacePointCounts *transObj, MsgStream &log)