Pandora
Pandora source code navigator
|
LineGapParameters class. More...
#include "ObjectCreation.h"
Public Attributes | |
pandora::InputLineGapType | m_lineGapType |
The type of line gap, e.g. TPC wire-type gap (u, v, w), or drift-type gap. | |
pandora::InputFloat | m_lineStartX |
The line start x coordinate, units mm. | |
pandora::InputFloat | m_lineEndX |
The line end x coordinate, units mm. | |
pandora::InputFloat | m_lineStartZ |
The line start z coordinate, units mm. | |
pandora::InputFloat | m_lineEndZ |
The line end z coordinate, units mm. | |
LineGapParameters class.
Definition at line 262 of file ObjectCreation.h.
pandora::InputFloat object_creation::Geometry::LineGapParameters::m_lineEndX |
The line end x coordinate, units mm.
Definition at line 267 of file ObjectCreation.h.
pandora::InputFloat object_creation::Geometry::LineGapParameters::m_lineEndZ |
The line end z coordinate, units mm.
Definition at line 269 of file ObjectCreation.h.
pandora::InputLineGapType object_creation::Geometry::LineGapParameters::m_lineGapType |
The type of line gap, e.g. TPC wire-type gap (u, v, w), or drift-type gap.
Definition at line 265 of file ObjectCreation.h.
pandora::InputFloat object_creation::Geometry::LineGapParameters::m_lineStartX |
The line start x coordinate, units mm.
Definition at line 266 of file ObjectCreation.h.
pandora::InputFloat object_creation::Geometry::LineGapParameters::m_lineStartZ |
The line start z coordinate, units mm.
Definition at line 268 of file ObjectCreation.h.