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

#include <ComponentChargedRing.hh>

Public Member Functions

 Ring (double z_, double r_, double charge_)

Public Attributes

double z
double r
double charge

Detailed Description

Definition at line 58 of file ComponentChargedRing.hh.

Constructor & Destructor Documentation

◆ Ring()

Garfield::ComponentChargedRing::Ring::Ring ( double z_,
double r_,
double charge_ )
inline

Definition at line 60 of file ComponentChargedRing.hh.

60 {
61 z = z_;
62 r = r_;
63 // This is charge / (2Pi * 4PiEpsilon0) which allows for more
64 // efficient field calculation
65 charge = charge_;
66 }

Member Data Documentation

◆ charge

double Garfield::ComponentChargedRing::Ring::charge

Definition at line 59 of file ComponentChargedRing.hh.

◆ r

double Garfield::ComponentChargedRing::Ring::r

Definition at line 59 of file ComponentChargedRing.hh.

◆ z

double Garfield::ComponentChargedRing::Ring::z

Definition at line 59 of file ComponentChargedRing.hh.


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