ATLAS Offline Software
Loading...
Searching...
No Matches
TrigVertexCountsCnv.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: TrigEventAthenaPool
8 * @class : TrigVertexCountsCnv
9 *
10 * @brief transient persistent converter for TrigVertexCounts
11 *
12 * @author W. H. Bell <W.Bell@cern.ch>
13 *
14 **********************************************************************************/
15#ifndef TRIGEVENTATHENAPOOL_TRIGVERTEXCOUNTSCNV_H
16#define TRIGEVENTATHENAPOOL_TRIGVERTEXCOUNTSCNV_H
17
20
21class MsgStream;
22
24// typedef to the latest persistent version
25
28
30 friend class CnvFactory<TrigVertexCountsCnv>;
31
32public:
33 TrigVertexCountsCnv(ISvcLocator* svcloc);
35
36protected:
39};
40
41
42#endif
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigVertexCounts_p1 TrigVertexCounts_PERS
T_AthenaPoolCustomCnv< TrigVertexCounts, TrigVertexCounts_PERS > TrigVertexCountsCnvBase
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TrigVertexCounts_PERS * createPersistent(TrigVertexCounts *transObj)
TrigVertexCountsCnv(ISvcLocator *svcloc)
TrigVertexCounts * createTransient()