ATLAS Offline Software
Loading...
Searching...
No Matches
QGPartonTruthInfo.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#include <algorithm>
7#include <utility>
8
9namespace Analysis
10{
11
18
21 : BaseTagInfo(tagJetInfoType),
22 m_jetTruthLabel("N/A"),
24{}
25
34
37{
38 if (this!=&rhs)
39 {
42 }
43 return *this;
44}
45
49
53
55 double dR = 9999.;
57 return dR;
58}
59
60}
BaseTagInfo()
default constructor
QGPartonTruthInfo & operator=(const QGPartonTruthInfo &rhs)
assigenment operator
virtual ~QGPartonTruthInfo()
default destructor
QGPartonTruthInfo()
default constructor
The namespace of all packages in PhysicsAnalysis/JetTagging.
std::string TagInfoType