|
Garfield++ 3.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, long festimated_qel, const point &fpt, const point &fptloc, const manip_absvol_treeid &ftid, long fnatom, long fnshell) | |
| void | print (std::ostream &file, int l) const |
Public Attributes | |
| double | transferred_energy = 0. |
| Energy transfer in internal units. | |
| long | estimated_qel = 0 |
| point | pt |
| Coordinates in the first system of the tree. | |
| point | ptloc |
| Coordinates in the local system (the last system in the tree). | |
| manip_absvol_treeid | tid |
| 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::estimated_qel = 0 |
Definition at line 26 of file HeedCluster.h.
Referenced by print().
| long Heed::HeedCluster::natom = 0 |
Definition at line 33 of file HeedCluster.h.
Referenced by print().
| long Heed::HeedCluster::nshell = 0 |
Definition at line 34 of file HeedCluster.h.
Referenced by print().
| point Heed::HeedCluster::pt |
Coordinates in the first system of the tree.
Definition at line 28 of file HeedCluster.h.
Referenced by print().
| point Heed::HeedCluster::ptloc |
Coordinates in the local system (the last system in the tree).
Definition at line 30 of file HeedCluster.h.
Referenced by print().
| manip_absvol_treeid Heed::HeedCluster::tid |
Definition at line 32 of file HeedCluster.h.
Referenced by print().
| double Heed::HeedCluster::transferred_energy = 0. |
Energy transfer in internal units.
Definition at line 24 of file HeedCluster.h.
Referenced by print().