ATLAS Offline Software
Loading...
Searching...
No Matches
SvxSummary.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace Analysis {
8
11 m_Svx(Trk::RecVertex()),
12 m_Results(std::vector<double>()),
13 m_TrkFromV0(std::vector<const Rec::TrackParticle*>()) {
14 m_Results.clear();
15 m_TrkFromV0.clear();
16}
17
19SvxSummary::SvxSummary(const TagInfoType& tagJetInfoType)
20 : BaseTagInfo(tagJetInfoType),
21 m_Svx(Trk::RecVertex()),
22 m_Results(std::vector<double>()),
23 m_TrkFromV0(std::vector<const Rec::TrackParticle*>()) {
24 m_Results.clear();
25 m_TrkFromV0.clear();
26}
27
33
36{
37 if (this!=&rhs)
38 {
39 m_Svx = rhs.m_Svx;
40 m_Results = rhs.m_Results;
43 }
44 return *this;
45}
46
47}
48
TagInfoType m_tagJetInfoType
string to hold the info type (specified by the tag tool)
Definition BaseTagInfo.h:69
BaseTagInfo()
default constructor
std::vector< const Rec::TrackParticle * > m_TrkFromV0
Definition SvxSummary.h:56
SvxSummary()
default constructor
std::vector< double > m_Results
Definition SvxSummary.h:54
SvxSummary & operator=(const SvxSummary &rhs)
assigenment operator
Trk::RecVertex m_Svx
Definition SvxSummary.h:53
The namespace of all packages in PhysicsAnalysis/JetTagging.
std::string TagInfoType
Gaudi Tools.
Ensure that the ATLAS eigen extensions are properly loaded.
STL namespace.