ATLAS Offline Software
Loading...
Searching...
No Matches
TrigVertexCountsCnv_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 : TrigVertexCountsCnv_p1
9 *
10 * @brief transient persistent converter for TrigVertexCounts
11 *
12 * @author W. H. Bell <W.Bell@cern.ch>
13 *
14 **********************************************************************************/
15#ifndef TRIGINDETEVENTTPCNV_TRIGVERTEXCOUNTSCNV_P1_H
16#define TRIGINDETEVENTTPCNV_TRIGVERTEXCOUNTSCNV_P1_H
17
21
22class MsgStream;
23
24
25class TrigVertexCountsCnv_p1 : public T_AthenaPoolTPCnvBase<TrigVertexCounts, TrigVertexCounts_p1> {
26 public:
27
29
30 virtual void persToTrans(const TrigVertexCounts_p1 *persObj, TrigVertexCounts *transObj, MsgStream &log);
31 virtual void transToPers(const TrigVertexCounts *transObj, TrigVertexCounts_p1 *persObj, MsgStream &log);
32
33};
34
35
36
37
38#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const TrigVertexCounts_p1 *persObj, TrigVertexCounts *transObj, MsgStream &log)
virtual void transToPers(const TrigVertexCounts *transObj, TrigVertexCounts_p1 *persObj, MsgStream &log)