Garfield 0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
Loading...
Searching...
No Matches
Garfield::AvalancheGrid::AvalancheNode Struct Reference

Public Attributes

double ix = 0
double iy = 0
double iz = 0
int n = 1
int layer = 0
double townsend = 0
double attachment = 0
double velocity = 0
double stepSize = 0
std::vector< int > velNormal = {0, 0, 0}
double time = 0.
 Clock.
double dt = -1.
 time step.
bool active = true
Path path

Detailed Description

Definition at line 130 of file AvalancheGrid.hh.

Member Data Documentation

◆ active

bool Garfield::AvalancheGrid::AvalancheNode::active = true

Definition at line 149 of file AvalancheGrid.hh.

◆ attachment

double Garfield::AvalancheGrid::AvalancheNode::attachment = 0

Definition at line 140 of file AvalancheGrid.hh.

◆ dt

double Garfield::AvalancheGrid::AvalancheNode::dt = -1.

time step.

Definition at line 147 of file AvalancheGrid.hh.

◆ ix

double Garfield::AvalancheGrid::AvalancheNode::ix = 0

Definition at line 131 of file AvalancheGrid.hh.

◆ iy

double Garfield::AvalancheGrid::AvalancheNode::iy = 0

Definition at line 132 of file AvalancheGrid.hh.

◆ iz

double Garfield::AvalancheGrid::AvalancheNode::iz = 0

Definition at line 133 of file AvalancheGrid.hh.

◆ layer

int Garfield::AvalancheGrid::AvalancheNode::layer = 0

Definition at line 137 of file AvalancheGrid.hh.

◆ n

int Garfield::AvalancheGrid::AvalancheNode::n = 1

Definition at line 135 of file AvalancheGrid.hh.

◆ path

Path Garfield::AvalancheGrid::AvalancheNode::path

Definition at line 151 of file AvalancheGrid.hh.

◆ stepSize

double Garfield::AvalancheGrid::AvalancheNode::stepSize = 0

Definition at line 143 of file AvalancheGrid.hh.

◆ time

double Garfield::AvalancheGrid::AvalancheNode::time = 0.

Clock.

Definition at line 146 of file AvalancheGrid.hh.

◆ townsend

double Garfield::AvalancheGrid::AvalancheNode::townsend = 0

Definition at line 139 of file AvalancheGrid.hh.

◆ velNormal

std::vector<int> Garfield::AvalancheGrid::AvalancheNode::velNormal = {0, 0, 0}

Definition at line 144 of file AvalancheGrid.hh.

144{0, 0, 0};

◆ velocity

double Garfield::AvalancheGrid::AvalancheNode::velocity = 0

Definition at line 141 of file AvalancheGrid.hh.


The documentation for this struct was generated from the following file: