ATLAS Offline Software
Public Member Functions | List of all members
Trk::NeutralTrack Class Reference

#include <NeutralTrack.h>

Inheritance diagram for Trk::NeutralTrack:
Collaboration diagram for Trk::NeutralTrack:

Public Member Functions

 NeutralTrack (Amg::Vector3D x, Amg::Vector3D p)
 
 ~NeutralTrack ()
 
const Amg::Vector3Dposition () const
 
const Amg::Vector3Dmomentum () const
 

Detailed Description

Definition at line 10 of file NeutralTrack.h.

Constructor & Destructor Documentation

◆ NeutralTrack()

Trk::NeutralTrack::NeutralTrack ( Amg::Vector3D  x,
Amg::Vector3D  p 
)
inline

Definition at line 27 of file NeutralTrack.h.

27  :
28  std::pair<Amg::Vector3D,Amg::Vector3D>(x,p) {
29  }

◆ ~NeutralTrack()

Trk::NeutralTrack::~NeutralTrack ( )
inline

Definition at line 15 of file NeutralTrack.h.

15 {};

Member Function Documentation

◆ momentum()

const Amg::Vector3D& Trk::NeutralTrack::momentum ( ) const
inline

Definition at line 21 of file NeutralTrack.h.

21  {
22  return this->second;
23  }

◆ position()

const Amg::Vector3D& Trk::NeutralTrack::position ( ) const
inline

Definition at line 17 of file NeutralTrack.h.

17  {
18  return this->first;
19  }

The documentation for this class was generated from the following file:
python.SystemOfUnits.second
int second
Definition: SystemOfUnits.py:120
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
DeMoScan.first
bool first
Definition: DeMoScan.py:534
Trk::x
@ x
Definition: ParamDefs.h:61