Garfield++ 4.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
Cluster. More...
#include <HeedCluster.h>
Public Member Functions | |
HeedCluster ()=default | |
HeedCluster (double ftransferred_energy, const point &fpt, long fnatom, long fnshell) | |
void | print (std::ostream &file, int l) const |
Public Attributes | |
double | transferred_energy = 0. |
Energy transfer in internal units. | |
point | pt |
Coordinates in the global frame. | |
long | natom = 0 |
long | nshell = 0 |
Cluster.
Definition at line 10 of file HeedCluster.h.
|
default |
|
inline |
Definition at line 13 of file HeedCluster.h.
void Heed::HeedCluster::print | ( | std::ostream & | file, |
int | l | ||
) | const |
Definition at line 8 of file HeedCluster.cpp.
long Heed::HeedCluster::natom = 0 |
Definition at line 23 of file HeedCluster.h.
Referenced by print().
long Heed::HeedCluster::nshell = 0 |
Definition at line 24 of file HeedCluster.h.
Referenced by print().
point Heed::HeedCluster::pt |
Coordinates in the global frame.
Definition at line 22 of file HeedCluster.h.
Referenced by print().
double Heed::HeedCluster::transferred_energy = 0. |
Energy transfer in internal units.
Definition at line 20 of file HeedCluster.h.
Referenced by print().