ATLAS Offline Software
Loading...
Searching...
No Matches
TrigSpacePointCountsCnv_p4.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_p4
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_p4.h 365974 2011-05-16 12:01:04Z salvator $
17 **********************************************************************************/
18#ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P4_H
19#define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P4_H
20
23
26
27class MsgStream;
28
29
30class TrigSpacePointCountsCnv_p4 : public T_AthenaPoolTPCnvBase<TrigSpacePointCounts, TrigSpacePointCounts_p4> {
31 public:
32
34
35 virtual void persToTrans(const TrigSpacePointCounts_p4* persObj, TrigSpacePointCounts* transObj, MsgStream &log);
36 virtual void transToPers(const TrigSpacePointCounts* transObj, TrigSpacePointCounts_p4* persObj, MsgStream &log);
37
38 private:
39
41};
42
43#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const TrigSpacePointCounts *transObj, TrigSpacePointCounts_p4 *persObj, MsgStream &log)
virtual void persToTrans(const TrigSpacePointCounts_p4 *persObj, TrigSpacePointCounts *transObj, MsgStream &log)