ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
TrkEvent
TrkEventPrimitives
TrkEventPrimitives
FitQuality.icc
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
namespace Trk {
6
7
inline FitQuality*
8
FitQuality::clone() const
9
{
10
return new FitQuality(*this);
11
}
12
13
inline std::unique_ptr<FitQuality>
14
FitQuality::uniqueClone() const
15
{
16
return std::unique_ptr<FitQuality>(clone());
17
}
18
19
}
20
Generated on
for ATLAS Offline Software by
1.17.0