ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
ActsTrk::StripSP Struct Reference

#include <IStripSpacePointFormationTool.h>

Collaboration diagram for ActsTrk::StripSP:

Public Member Functions

 StripSP ()=default
 

Public Attributes

std::vector< unsigned int > idHashes {}
 
Eigen::Matrix< float, 3, 1 > globPos {0, 0, 0}
 
float cov_r {0}
 
float cov_z {0}
 
std::vector< std::size_t > measurementIndexes {}
 
float topHalfStripLength {0}
 
float bottomHalfStripLength {0}
 
Eigen::Matrix< float, 3, 1 > topStripDirection {0, 0, 0}
 
Eigen::Matrix< float, 3, 1 > bottomStripDirection {0, 0, 0}
 
Eigen::Matrix< float, 3, 1 > stripCenterDistance {0, 0, 0}
 
Eigen::Matrix< float, 3, 1 > topStripCenter {0, 0, 0}
 

Detailed Description

Definition at line 18 of file IStripSpacePointFormationTool.h.

Constructor & Destructor Documentation

◆ StripSP()

ActsTrk::StripSP::StripSP ( )
default

Member Data Documentation

◆ bottomHalfStripLength

float ActsTrk::StripSP::bottomHalfStripLength {0}

Definition at line 27 of file IStripSpacePointFormationTool.h.

◆ bottomStripDirection

Eigen::Matrix<float,3,1> ActsTrk::StripSP::bottomStripDirection {0, 0, 0}

Definition at line 29 of file IStripSpacePointFormationTool.h.

◆ cov_r

float ActsTrk::StripSP::cov_r {0}

Definition at line 23 of file IStripSpacePointFormationTool.h.

◆ cov_z

float ActsTrk::StripSP::cov_z {0}

Definition at line 24 of file IStripSpacePointFormationTool.h.

◆ globPos

Eigen::Matrix<float,3,1> ActsTrk::StripSP::globPos {0, 0, 0}

Definition at line 22 of file IStripSpacePointFormationTool.h.

◆ idHashes

std::vector<unsigned int> ActsTrk::StripSP::idHashes {}

Definition at line 21 of file IStripSpacePointFormationTool.h.

◆ measurementIndexes

std::vector<std::size_t> ActsTrk::StripSP::measurementIndexes {}

Definition at line 25 of file IStripSpacePointFormationTool.h.

◆ stripCenterDistance

Eigen::Matrix<float,3,1> ActsTrk::StripSP::stripCenterDistance {0, 0, 0}

Definition at line 30 of file IStripSpacePointFormationTool.h.

◆ topHalfStripLength

float ActsTrk::StripSP::topHalfStripLength {0}

Definition at line 26 of file IStripSpacePointFormationTool.h.

◆ topStripCenter

Eigen::Matrix<float,3,1> ActsTrk::StripSP::topStripCenter {0, 0, 0}

Definition at line 31 of file IStripSpacePointFormationTool.h.

◆ topStripDirection

Eigen::Matrix<float,3,1> ActsTrk::StripSP::topStripDirection {0, 0, 0}

Definition at line 28 of file IStripSpacePointFormationTool.h.


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