ATLAS Offline Software
Loading...
Searching...
No Matches
TrigVertexCollectionCnv_tlp1.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 : TrigVertexCollectionCnv_tlp1
9 *
10 * @brief "top level" transient-persistent converter for TrigVertexCollection
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: TrigVertexCollectionCnv_tlp1.h,v 1.2 2009-04-01 22:08:45 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGINDETEVENTTPCNV_TRIGVERTEXCOLLECTION_CNV_TLP1_H
19#define TRIGINDETEVENTTPCNV_TRIGVERTEXCOLLECTION_CNV_TLP1_H
20
22
24
28
29
30class TrigVertexCollectionCnv_tlp1 : public AthenaPoolTopLevelTPConverter< TrigVertexCollectionCnv_p1, TrigVertexCollection_tlp1 >
31{
32
33 public:
34
37
38 //default methods
39 virtual void setPStorage( TrigVertexCollection_tlp1 *storage );
40
41 protected:
46
47}; //end of class definitions
48
49
50#endif
TopLevelTPConverter< MAIN_CNV, TL_PERS > AthenaPoolTopLevelTPConverter
TrigInDetTrackFitParCnv_p1 m_TrigIDtrackFitParCnv
TrigVertexCollectionCnv_p1 m_trigVertexCollCnv
virtual void setPStorage(TrigVertexCollection_tlp1 *storage)