ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTrackCountsCollectionCnv.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 : TrigTrackCountsCollectionCnv
9 *
10 * @brief transient persistent converter for TrigTrackCountsCollection
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: TrigTrackCountsCollectionCnv.h,v 1.4 2009-02-23 18:59:20 ssnyder Exp $
17 **********************************************************************************/
18#ifndef TRIGEVENTATHENAPOOL_TRIGTRACKCOUNTSCOLLECTION_CNV_H
19#define TRIGEVENTATHENAPOOL_TRIGTRACKCOUNTSCOLLECTION_CNV_H
20
21
22#include "GaudiKernel/MsgStream.h"
26
27
28//-----------------------------------------------------------------------------
29// Base class definition
30//-----------------------------------------------------------------------------
32
34
35//-----------------------------------------------------------------------------
36// Converter for TrigTrackCountsCollection object
37//-----------------------------------------------------------------------------
40{
41
43
44public:
45 TrigTrackCountsCollectionCnv( ISvcLocator *svcloc );
47
48protected:
51
52
53 private:
54
55 IMessageSvc *m_msgSvc;
56 MsgStream m_log;
57
59
60};//end of class definitions
61
62
63#endif //TRIGTRACKCOUNTSCOLLECTION_CNV_H
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
T_AthenaPoolCustomCnv< TrigTrackCountsCollection, TrigTrackCountsCollection_PERS > TrigTrackCountsCollectionCnvBase
TrigTrackCountsCollection_tlp1 TrigTrackCountsCollection_PERS
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
virtual TrigTrackCountsCollection_PERS * createPersistent(TrigTrackCountsCollection *transObj)
TrigTrackCountsCollectionCnv_tlp1 * m_TPConverter
virtual TrigTrackCountsCollection * createTransient()