ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetRecTools
TRT_TrackSegmentsTool_xk
src
TRT_DriftCirclesSeed.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// Implementation file for class TRT_DriftCirclesSeed
8
// (c) ATLAS Detector software
11
// Version 1.0 11/10/2005 I.Gavrilenko
13
14
#include <iostream>
15
#include <iomanip>
16
#include "GaudiKernel/MsgStream.h"
17
#include "
TRT_TrackSegmentsTool_xk/TRT_DriftCirclesSeed.h
"
18
19
namespace
InDet
{
20
22
// Copy constructor
24
25
TRT_DriftCirclesSeed::TRT_DriftCirclesSeed
(
const
TRT_DriftCirclesSeed
& Se)
26
27
=
default
;
28
30
// Operator =
32
33
TRT_DriftCirclesSeed
&
TRT_DriftCirclesSeed::operator =
(
const
TRT_DriftCirclesSeed
& Se)
34
=
default
;
35
37
// Dumps relevant information into the MsgStream
39
40
MsgStream&
TRT_DriftCirclesSeed::dump
( MsgStream& out )
const
41
{
42
return
out;
43
}
44
46
// Dumps relevant information into the ostream
48
49
std::ostream&
TRT_DriftCirclesSeed::dump
( std::ostream& out )
const
50
{
51
return
out;
52
}
53
55
// Overload of << operator MsgStream
57
58
MsgStream&
operator <<
(MsgStream& sl,
const
TRT_DriftCirclesSeed
& se)
59
{
60
return
se.dump(sl);
61
}
62
63
// Overload of << operator std::ostream
65
66
std::ostream&
operator <<
(std::ostream& sl,
const
TRT_DriftCirclesSeed
& se)
67
{
68
return
se.dump(sl);
69
}
70
71
}
// end of name space
72
73
74
75
76
TRT_DriftCirclesSeed.h
InDet::TRT_DriftCirclesSeed
Definition
TRT_DriftCirclesSeed.h:24
InDet::TRT_DriftCirclesSeed::TRT_DriftCirclesSeed
TRT_DriftCirclesSeed()
Definition
TRT_DriftCirclesSeed.h:59
InDet::TRT_DriftCirclesSeed::operator=
TRT_DriftCirclesSeed & operator=(const TRT_DriftCirclesSeed &)
InDet::TRT_DriftCirclesSeed::dump
virtual MsgStream & dump(MsgStream &out) const
Definition
TRT_DriftCirclesSeed.cxx:40
InDet
Primary Vertex Finder.
Definition
VP1ErrorUtils.h:36
InDet::operator<<
MsgStream & operator<<(MsgStream &, const GNNTrackFinderTritonTool &)
Generated on
for ATLAS Offline Software by
1.14.0