=================== MicroPhysicsSummary =================== Link to source: `MicroPhysicsSummary `_ Plugin Description ================== MergeOnlyPlugin that summarizes the fuse microphysics simulation results into a single output. Technical Details ----------------- .. code-block:: python 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 -------------------- .. list-table:: :widths: 25 25 50 :header-rows: 1 * - 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 Config Options ============== .. list-table:: :widths: 25 25 10 40 :header-rows: 1 * - Option - default - track - Help Dependency Graph ================ .. raw:: html %3 microphysics_summary microphysics_summary interactions_in_roi interactions_in_roi microphysics_summary->interactions_in_roi quanta quanta microphysics_summary->quanta electric_field_values electric_field_values microphysics_summary->electric_field_values clustered_interactions clustered_interactions interactions_in_roi->clustered_interactions volume_properties volume_properties interactions_in_roi->volume_properties volume_selection volume_selection interactions_in_roi->volume_selection quanta->interactions_in_roi quanta->electric_field_values electric_field_values->interactions_in_roi geant4_interactions geant4_interactions clustered_interactions->geant4_interactions cluster_index cluster_index clustered_interactions->cluster_index volume_properties->clustered_interactions volume_selection->volume_properties cluster_index->geant4_interactions