ATLAS Offline Software
Loading...
Searching...
No Matches
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

Private Attributes

T1 first_type
 STL member.
T2 second_type
 STL member.

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 }
@ x
Definition ParamDefs.h:55

◆ ~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 }
bool first
Definition DeMoScan.py:534

Member Data Documentation

◆ first_type

T1 std::pair< T1, T2 >::first_type
inherited

STL member.

◆ second_type

T2 std::pair< T1, T2 >::second_type
inherited

STL member.


The documentation for this class was generated from the following file: