ATLAS Offline Software
Loading...
Searching...
No Matches
TrigVertexCountsCollectionCnv.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 : TrigVertexCountsCollectionCnv
9 *
10 * @brief transient persistent converter for TrigVertexCountsCollection
11 *
12 * @author W. H. Bell <W.Bell@cern.ch>
13 *
14 **********************************************************************************/
15#ifndef TRIGEVENTATHENAPOOL_TRIGVERTEXCOUNTSCOLLECTION_CNV_H
16#define TRIGEVENTATHENAPOOL_TRIGVERTEXCOUNTSCOLLECTION_CNV_H
17
18
19#include "GaudiKernel/MsgStream.h"
23
24//-----------------------------------------------------------------------------
25// Base class definition
26//-----------------------------------------------------------------------------
28
30
31//-----------------------------------------------------------------------------
32// Converter for TrigVertexCountsCollection object
33//-----------------------------------------------------------------------------
36{
37
39
40public:
41 TrigVertexCountsCollectionCnv( ISvcLocator *svcloc );
43
44protected:
47
48 private:
49
51
52 };//end of class definitions
53
54
55#endif //TRIGVERTEXCOUNTSCOLLECTION_CNV_H
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
T_AthenaPoolCustomCnv< TrigVertexCountsCollection, TrigVertexCountsCollection_PERS > TrigVertexCountsCollectionCnvBase
TrigVertexCountsCollection_tlp1 TrigVertexCountsCollection_PERS
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
This class provides a token that identifies in a unique way objects on the persistent storage.
Definition Token.h:21
virtual TrigVertexCountsCollection * createTransient(const Token *token)
virtual TrigVertexCountsCollection_PERS * createPersistent(TrigVertexCountsCollection *transObj)
TrigVertexCountsCollectionCnv_tlp1 * m_TPConverter