|  | Garfield 0.3
    Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors | 
| Public Attributes | |
| std::string | type | 
| Label. | |
| int | ind | 
| Readout group. | |
| double | ewxcor | 
| double | ewycor | 
| Background weighting fields. | |
| std::vector< Strip > | strips1 | 
| x/y strips. | |
| std::vector< Strip > | strips2 | 
| z strips. | |
| std::vector< Pixel > | pixels | 
| Pixels. | |
Definition at line 491 of file ComponentAnalyticField.hh.
| double Garfield::ComponentAnalyticField::Plane::ewxcor | 
Definition at line 494 of file ComponentAnalyticField.hh.
| double Garfield::ComponentAnalyticField::Plane::ewycor | 
Background weighting fields.
Definition at line 494 of file ComponentAnalyticField.hh.
| int Garfield::ComponentAnalyticField::Plane::ind | 
Readout group.
Definition at line 493 of file ComponentAnalyticField.hh.
| std::vector<Pixel> Garfield::ComponentAnalyticField::Plane::pixels | 
Pixels.
Definition at line 497 of file ComponentAnalyticField.hh.
| std::vector<Strip> Garfield::ComponentAnalyticField::Plane::strips1 | 
x/y strips.
Definition at line 495 of file ComponentAnalyticField.hh.
| std::vector<Strip> Garfield::ComponentAnalyticField::Plane::strips2 | 
z strips.
Definition at line 496 of file ComponentAnalyticField.hh.
| std::string Garfield::ComponentAnalyticField::Plane::type | 
Label.
Definition at line 492 of file ComponentAnalyticField.hh.