ATLAS Offline Software
Loading...
Searching...
No Matches
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
26//#include "VxJetVertex/VxVertexOnJetAxis.h"
27
28
29namespace Trk {
30
33 {
34 this->first=0;
35 this->second=0;
36 }
37
38
41 {
42 this->first=first;
43 this->second=second;
44 }
45
46
47}
VxVertexOnJetAxis inherits from Vertex.
STL class.
Ensure that the ATLAS eigen extensions are properly loaded.
STL namespace.