LDMX Software
ldmx::Track::TrackState Struct Reference

Public Attributes

std::vector< double > pos_
 
std::vector< double > mom_
 
std::vector< double > pos_mom_cov_
 
TrackStateType ts_type_
 

Detailed Description

Definition at line 64 of file Track.h.

Member Data Documentation

◆ mom_

std::vector<double> ldmx::Track::TrackState::mom_
Initial value:
{-666., -666.,
-666.}

Definition at line 67 of file Track.h.

67 {-666., -666.,
68 -666.}; // (px, py, pz) in MeV, LDMX global

◆ pos_

std::vector<double> ldmx::Track::TrackState::pos_
Initial value:
{-666., -666.,
-666.}

Definition at line 65 of file Track.h.

65 {-666., -666.,
66 -666.}; // (x, y, z) in mm, LDMX global

◆ pos_mom_cov_

std::vector<double> ldmx::Track::TrackState::pos_mom_cov_

Definition at line 77 of file Track.h.

◆ ts_type_

TrackStateType ldmx::Track::TrackState::ts_type_

Definition at line 78 of file Track.h.


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