ATLAS Offline Software
Loading...
Searching...
No Matches
SoftLeptonTruthInfo.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{
9
12
14SoftLeptonTruthInfo::SoftLeptonTruthInfo(const TagInfoType& tagJetInfoType) : BaseTagInfo(tagJetInfoType),
16{
17 m_sltrueinfo.clear();
18}
19
26
29{
30 if (this!=&rhs)
31 {
33 }
34 return *this;
35}
36
39
40}
BaseTagInfo()
default constructor
SoftLeptonTruthInfo & operator=(const SoftLeptonTruthInfo &rhs)
assigenment operator
SoftLeptonTruthInfo()
default constructor
virtual ~SoftLeptonTruthInfo()
default destructor
std::vector< SLTrueInfo > m_sltrueinfo
The namespace of all packages in PhysicsAnalysis/JetTagging.
std::string TagInfoType