ATLAS Offline Software
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 
29 namespace Trk {
30 
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 }
python.SystemOfUnits.second
int second
Definition: SystemOfUnits.py:120
Trk::PairOfVxVertexOnJetAxis::PairOfVxVertexOnJetAxis
PairOfVxVertexOnJetAxis()
Definition: PairOfVxVertexOnJetAxis.cxx:49
PairOfVxVertexOnJetAxis.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
DeMoScan.first
bool first
Definition: DeMoScan.py:534