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