#include <StripInformationHelper.h>
|
|
| StripInformationHelper ()=default |
|
| StripInformationHelper (const unsigned int &idHash, const Amg::Vector3D &stripStart, const Amg::Vector3D &stripEnd, const Amg::Vector3D &beamSpotVertex, const float &locx, const size_t &clusterIndex, const size_t &stripIndex) |
|
|
virtual | ~StripInformationHelper ()=default |
|
| StripInformationHelper (const StripInformationHelper &)=default |
|
StripInformationHelper & | operator= (const StripInformationHelper &)=default |
|
|
void | set (const unsigned int &idHash, const Amg::Vector3D &stripStart, const Amg::Vector3D &stripEnd, const Amg::Vector3D &beamSpotVertex, const float &locx, const size_t &clusterIndex, const size_t &stripIndex) |
|
|
const unsigned int & | idHash () const |
|
const size_t & | clusterIndex () const |
|
const Amg::Vector3D & | stripCenter () const |
|
const Amg::Vector3D & | stripDirection () const |
|
const Amg::Vector3D & | trajDirection () const |
|
const Amg::Vector3D & | normal () const |
|
const double & | oneOverStrip () const |
|
const float & | locX () const |
|
const size_t & | stripIndex () const |
|
Amg::Vector3D | position (const double &shift) const |
|
Definition at line 15 of file StripInformationHelper.h.
◆ StripInformationHelper() [1/3]
ActsTrk::StripInformationHelper::StripInformationHelper |
( |
| ) |
|
|
default |
◆ StripInformationHelper() [2/3]
◆ ~StripInformationHelper()
virtual ActsTrk::StripInformationHelper::~StripInformationHelper |
( |
| ) |
|
|
virtualdefault |
◆ StripInformationHelper() [3/3]
◆ clusterIndex()
const size_t& ActsTrk::StripInformationHelper::clusterIndex |
( |
| ) |
const |
|
inline |
◆ idHash()
const unsigned int& ActsTrk::StripInformationHelper::idHash |
( |
| ) |
const |
|
inline |
◆ locX()
const float& ActsTrk::StripInformationHelper::locX |
( |
| ) |
const |
|
inline |
◆ normal()
◆ oneOverStrip()
const double& ActsTrk::StripInformationHelper::oneOverStrip |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ position()
◆ set()
◆ stripCenter()
◆ stripDirection()
◆ stripIndex()
const size_t& ActsTrk::StripInformationHelper::stripIndex |
( |
| ) |
const |
|
inline |
◆ trajDirection()
◆ m_clusterIndex
size_t ActsTrk::StripInformationHelper::m_clusterIndex {0} |
|
private |
◆ m_idHash
unsigned int ActsTrk::StripInformationHelper::m_idHash {0} |
|
private |
◆ m_locX
float ActsTrk::StripInformationHelper::m_locX {0.} |
|
private |
◆ m_normal
Amg::Vector3D ActsTrk::StripInformationHelper::m_normal {0., 0., 0.} |
|
private |
- Parameters
-
m_normal | Normal to strip diretion and trjectory direction plane, evaluated in setting function as cross product between stripDirection and trajDirection |
Definition at line 83 of file StripInformationHelper.h.
◆ m_oneOverStrip
double ActsTrk::StripInformationHelper::m_oneOverStrip {0.} |
|
private |
◆ m_stripCenter
Amg::Vector3D ActsTrk::StripInformationHelper::m_stripCenter {0., 0., 0.} |
|
private |
◆ m_stripDir
Amg::Vector3D ActsTrk::StripInformationHelper::m_stripDir {0., 0., 0.} |
|
private |
- Parameters
-
m_stripDir | Direction of strip, evaluated in setting function as (stripStart-stripEnd) |
Definition at line 76 of file StripInformationHelper.h.
◆ m_stripIndex
size_t ActsTrk::StripInformationHelper::m_stripIndex {0} |
|
private |
◆ m_trajDir
Amg::Vector3D ActsTrk::StripInformationHelper::m_trajDir {0., 0., 0.} |
|
private |
- Parameters
-
m_trajDir | Direction of trajectory, evaluated in setting function as (stripStart+stripEnd-2*beamSpotVertex) |
Definition at line 79 of file StripInformationHelper.h.
The documentation for this class was generated from the following files: