Garfield++ 4.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <ComponentTcadBase.hh>
Public Attributes | |
unsigned int | vertex [nMaxVertices] |
unsigned int | type |
unsigned int | region |
std::array< float, N > | bbMin |
std::array< float, N > | bbMax |
Definition at line 144 of file ComponentTcadBase.hh.
std::array<float, N> Garfield::ComponentTcadBase< N >::Element::bbMax |
Definition at line 166 of file ComponentTcadBase.hh.
std::array<float, N> Garfield::ComponentTcadBase< N >::Element::bbMin |
Definition at line 165 of file ComponentTcadBase.hh.
unsigned int Garfield::ComponentTcadBase< N >::Element::region |
Definition at line 163 of file ComponentTcadBase.hh.
unsigned int Garfield::ComponentTcadBase< N >::Element::type |
Definition at line 161 of file ComponentTcadBase.hh.
Referenced by Garfield::ComponentTcadBase< N >::ElementVertices().
unsigned int Garfield::ComponentTcadBase< N >::Element::vertex[nMaxVertices] |
Definition at line 146 of file ComponentTcadBase.hh.