ATLAS Offline Software
TrigVertexCollection_tlp2.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 : TrigVertexCollection_tlp2
9  *
10  * @brief "top level" persistent partner for TrigVertexCollection
11  *
12  * @author Dmitry Emeliyanov
13  **********************************************************************************/
14 #ifndef TRIGINDETEVENTTPCNV_TRIGVERTEXCOLLECTION_TLP2_H
15 #define TRIGINDETEVENTTPCNV_TRIGVERTEXCOLLECTION_TLP2_H
16 
21 
23 {
24 
25  public:
26 
28  friend class TrigVertexCollectionCnv_tlp2;
29 
30  private:
31 
32  std::vector<TrigVertexCollection_p1> m_TrigVertexCollection ;
33  std::vector<TrigVertex_p2> m_Vertex ;
34  std::vector<TrigInDetTrack_p3> m_Track ;
35  std::vector<TrigInDetTrackFitPar_p3> m_TrackFitPar ;
36 
37 };//end of class definitions
38 
39 #endif
TrigVertexCollection_tlp2::m_Track
std::vector< TrigInDetTrack_p3 > m_Track
Definition: TrigVertexCollection_tlp2.h:42
TrigVertexCollection_tlp2
Definition: TrigVertexCollection_tlp2.h:23
TrigVertexCollection_tlp2::TrigVertexCollection_tlp2
TrigVertexCollection_tlp2()
Definition: TrigVertexCollection_tlp2.h:35
TrigVertexCollection_tlp2::m_TrigVertexCollection
std::vector< TrigVertexCollection_p1 > m_TrigVertexCollection
Definition: TrigVertexCollection_tlp2.h:40
TrigInDetTrack_p3.h
TrigInDetTrackFitPar_p3.h
TrigVertexCollection_tlp2::m_Vertex
std::vector< TrigVertex_p2 > m_Vertex
Definition: TrigVertexCollection_tlp2.h:41
TrigVertexCollection_tlp2::m_TrackFitPar
std::vector< TrigInDetTrackFitPar_p3 > m_TrackFitPar
Definition: TrigVertexCollection_tlp2.h:43
TrigVertexCollection_p1.h
TrigVertex_p2.h
TrigVertexCollectionCnv_tlp2
Definition: TrigVertexCollectionCnv_tlp2.h:26