Garfield++ 5.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 179 of file ComponentTcadBase.hh.
std::array<float, N> Garfield::ComponentTcadBase< N >::Element::bbMax |
Definition at line 201 of file ComponentTcadBase.hh.
std::array<float, N> Garfield::ComponentTcadBase< N >::Element::bbMin |
Definition at line 200 of file ComponentTcadBase.hh.
unsigned int Garfield::ComponentTcadBase< N >::Element::region |
Definition at line 198 of file ComponentTcadBase.hh.
Referenced by Garfield::ComponentTcadBase< N >::Initialise(), and Garfield::ComponentTcadBase< N >::ReadDataset().
unsigned int Garfield::ComponentTcadBase< N >::Element::type |
Definition at line 196 of file ComponentTcadBase.hh.
Referenced by Garfield::ComponentTcadBase< N >::ElementVertices(), and Garfield::ComponentTcadBase< N >::Initialise().
unsigned int Garfield::ComponentTcadBase< N >::Element::vertex[nMaxVertices] |
Definition at line 181 of file ComponentTcadBase.hh.
Referenced by Garfield::ComponentTcadBase< 2 >::Cleanup(), Garfield::ComponentTcadBase< N >::Initialise(), and Garfield::ComponentTcadBase< N >::ReadDataset().