ATLAS Offline Software
Loading...
Searching...
No Matches
DetectorSurfaceStruct Struct Reference

#include <DataTypes.h>

Collaboration diagram for DetectorSurfaceStruct:

Public Attributes

float4 m_rowX [MAX_TRACK *MAX_HIT] {}
float4 m_rowY [MAX_TRACK *MAX_HIT] {}
float4 m_rowZ [MAX_TRACK *MAX_HIT] {}
float4 m_parSet [MAX_TRACK *MAX_HIT] {}

Detailed Description

Definition at line 37 of file DataTypes.h.

Member Data Documentation

◆ m_parSet

float4 DetectorSurfaceStruct::m_parSet[MAX_TRACK *MAX_HIT] {}

Definition at line 41 of file DataTypes.h.

41{};

◆ m_rowX

float4 DetectorSurfaceStruct::m_rowX[MAX_TRACK *MAX_HIT] {}

Definition at line 38 of file DataTypes.h.

38{};

◆ m_rowY

float4 DetectorSurfaceStruct::m_rowY[MAX_TRACK *MAX_HIT] {}

Definition at line 39 of file DataTypes.h.

39{};

◆ m_rowZ

float4 DetectorSurfaceStruct::m_rowZ[MAX_TRACK *MAX_HIT] {}

Definition at line 40 of file DataTypes.h.

40{};

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