ATLAS Offline Software
Loading...
Searching...
No Matches
Tracking
TrkEvent
VxJetVertex
src
PairOfVxVertexOnJetAxis.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/***************************************************************************
6
PairOfVxVertexOnJetAxis.h - Description
7
-------------------
8
begin : Februar 2007
9
authors : Giacinto Piacquadio (University of Freiburg)
10
Christian Weiser (University of Freiburg)
11
e-mails: giacinto.piacquadio@physik.uni-freiburg.de)
12
christian.weiser@cern.ch
13
changes: new!
14
15
(c) Atlas Collaboration 2007
16
17
Class representing a pair of VxVertexOnJetAxis.
18
19
The ordering is always so that the first of the pair has a smaller
20
21
22
explicit class seems to be needed because of default constructor for std::map.
23
********************************************************************/
24
25
#include "
VxJetVertex/PairOfVxVertexOnJetAxis.h
"
26
//#include "VxJetVertex/VxVertexOnJetAxis.h"
27
28
29
namespace
Trk
{
30
31
PairOfVxVertexOnJetAxis::PairOfVxVertexOnJetAxis
() :
32
std
::
pair
<
VxVertexOnJetAxis
*,
VxVertexOnJetAxis
*>()
33
{
34
this->first=0;
35
this->second=0;
36
}
37
38
39
PairOfVxVertexOnJetAxis::PairOfVxVertexOnJetAxis
(
VxVertexOnJetAxis
* first,
VxVertexOnJetAxis
* second):
40
std
::
pair
<
VxVertexOnJetAxis
*,
VxVertexOnJetAxis
*>()
41
{
42
this->first=first;
43
this->second=second;
44
}
45
46
47
}
PairOfVxVertexOnJetAxis.h
Trk::PairOfVxVertexOnJetAxis::PairOfVxVertexOnJetAxis
PairOfVxVertexOnJetAxis()
Definition
PairOfVxVertexOnJetAxis.cxx:31
Trk::VxVertexOnJetAxis
VxVertexOnJetAxis inherits from Vertex.
Definition
VxVertexOnJetAxis.h:52
pair
STL class.
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.14.0