MicroPhysicsSummary
Link to source: MicroPhysicsSummary
Plugin Description
MergeOnlyPlugin that summarizes the fuse microphysics simulation results into a single output.
Technical Details
depends_on = ('interactions_in_roi', 'quanta', 'electric_field_values')
provides = ('microphysics_summary',)
data_kind = interactions_in_roi
__version__ = 0.1.0
Provided Columns
microphysics_summary
Field Name |
Data Type |
Comment |
|---|---|---|
e_field |
float32 |
Electric field value at the cluster position [V/cm] |
time |
int64 |
Start time since unix epoch [ns] |
endtime |
int64 |
Exclusive end time since unix epoch [ns] |
x |
float32 |
x position of the cluster [cm] |
y |
float32 |
y position of the cluster [cm] |
z |
float32 |
z position of the cluster [cm] |
ed |
float32 |
Energy of the cluster [keV] |
nestid |
int8 |
NEST interaction type |
cluster_id |
int32 |
ID of the cluster |
eventid |
int32 |
Geant4 event ID |
trackid |
int16 |
Geant4 track ID |
t |
float64 |
Time of the interaction [ns] |
A |
int16 |
Mass number of the interacting particle |
Z |
int16 |
Charge number of the interacting particle |
x_pri |
float32 |
x position of the primary particle [cm] |
y_pri |
float32 |
y position of the primary particle [cm] |
z_pri |
float32 |
z position of the primary particle [cm] |
xe_density |
float32 |
Xenon density at the cluster position |
vol_id |
int8 |
ID of the volume in which the cluster occured |
create_S2 |
bool |
Flag indicating if a cluster can create a S2 signal |
photons |
int32 |
Number of photons at interaction position |
electrons |
int32 |
Number of electrons at interaction position |
excitons |
int32 |
Number of excitons at interaction position |