ATLAS Offline Software
Loading...
Searching...
No Matches
SurveyConstraintPoint.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// Description:
6// Class SurveyConstraintPoint
7//
8// Author List:
9// Tobias Golling
10//
11//------------------------------------------------------------------------
13
14//----------------
15// Constructors --
16//----------------
17
20
21
27
28// Copy Constructor
33
34//--------------
35// Destructor --
36//--------------
37
40
41//-------------
42// Operators --
43//-------------
44
47 if(&rhs != this){
48 m_survey = rhs.survey();
49 m_current = rhs.current();
50 }
51 return *this;
52}
53
54bool
56 return this == &rhs;
57}
58
59bool
61 return this != &rhs;
62}
SurveyConstraintPoint & operator=(const SurveyConstraintPoint &)
const Amg::Vector3D & current() const
bool operator!=(const SurveyConstraintPoint &) const
const Amg::Vector3D & survey() const
bool operator==(const SurveyConstraintPoint &) const
Eigen::Matrix< double, 3, 1 > Vector3D