![]() |
Garfield 0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
|
Structure that captures the information of the electrodes under study. More...
Public Attributes | |
std::string | label |
Label. | |
int | ind = structureelectrode::NotSet |
Readout group. | |
double | xpos |
double | ypos |
Coordinates in x/y. | |
double | lx |
double | ly |
Dimensions in the x-y plane. | |
bool | formAnode = true |
bool | m_usegrid = false |
Enabling grid based calculations. | |
ComponentGrid | grid |
grid object. |
Structure that captures the information of the electrodes under study.
Definition at line 202 of file ComponentParallelPlate.hh.
bool Garfield::ComponentParallelPlate::Electrode::formAnode = true |
Definition at line 207 of file ComponentParallelPlate.hh.
ComponentGrid Garfield::ComponentParallelPlate::Electrode::grid |
grid object.
Definition at line 210 of file ComponentParallelPlate.hh.
int Garfield::ComponentParallelPlate::Electrode::ind = structureelectrode::NotSet |
Readout group.
Definition at line 204 of file ComponentParallelPlate.hh.
std::string Garfield::ComponentParallelPlate::Electrode::label |
Label.
Definition at line 203 of file ComponentParallelPlate.hh.
double Garfield::ComponentParallelPlate::Electrode::lx |
Definition at line 206 of file ComponentParallelPlate.hh.
double Garfield::ComponentParallelPlate::Electrode::ly |
Dimensions in the x-y plane.
Definition at line 206 of file ComponentParallelPlate.hh.
bool Garfield::ComponentParallelPlate::Electrode::m_usegrid = false |
Enabling grid based calculations.
Definition at line 209 of file ComponentParallelPlate.hh.
double Garfield::ComponentParallelPlate::Electrode::xpos |
Definition at line 205 of file ComponentParallelPlate.hh.
double Garfield::ComponentParallelPlate::Electrode::ypos |
Coordinates in x/y.
Definition at line 205 of file ComponentParallelPlate.hh.