ATLAS Offline Software
Loading...
Searching...
No Matches
SvxSummary_p1.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#ifndef JETTAGINFOTPCNV_SvxSummary_P1_H
6#define JETTAGINFOTPCNV_SvxSummary_P1_H
7
13
14#include <string>
15
16namespace Analysis {
17 class SvxSummaryCnv_p1;
18
20 friend class SvxSummaryCnv_p1;
21 private:
24
26
27 TPObjRef m_Svx; //Trk::RecVertex
28 std::vector<float> m_Results;
29
31 std::vector<TPObjRef> m_TrkInSvx;
32 std::vector<TPObjRef> m_TrkFromV0;
33 };
34}
35
36#endif
TPObjRef m_BaseTagInfo
Basic info.
std::vector< float > m_Results
TPObjRef m_Svx
All of this data will be written out.
std::vector< TPObjRef > m_TrkFromV0
std::vector< TPObjRef > m_TrkInSvx
Pointers to Rec::TrackParticle.
friend class SvxSummaryCnv_p1
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
The namespace of all packages in PhysicsAnalysis/JetTagging.