ATLAS Offline Software
Loading...
Searching...
No Matches
NeutralTrack.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef VXJETVERTEX_NEUTRACK_H
6#define VXJETVERTEX_NEUTRACK_H
8
9namespace Trk {
10 class NeutralTrack : std::pair<Amg::Vector3D,Amg::Vector3D> {
11
12 public:
14
16
17 const Amg::Vector3D & position() const {
18 return this->first;
19 }
20
21 const Amg::Vector3D & momentum() const {
22 return this->second;
23 }
24
25 };
26
30}
31
32
33#endif
Eigen::Matrix< double, 3, 1 > Vector3D
NeutralTrack(Amg::Vector3D x, Amg::Vector3D p)
const Amg::Vector3D & momentum() const
const Amg::Vector3D & position() const
STL class.
Definition of ATLAS Math & Geometry primitives (Amg)
Eigen::Matrix< double, 3, 1 > Vector3D
Ensure that the ATLAS eigen extensions are properly loaded.
@ x
Definition ParamDefs.h:55
STL namespace.