============= ElectricField ============= Link to source: `ElectricField `_ Plugin Description ================== Plugin that calculates the electric field values for the cluster position. Technical Details ----------------- .. code-block:: python depends_on = ('interactions_in_roi',) provides = ('electric_field_values',) data_kind = interactions_in_roi __version__ = 0.2.2 Provided Columns ================ electric_field_values --------------------- .. 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] Config Options ============== .. list-table:: :widths: 25 25 10 40 :header-rows: 1 * - Option - default - track - Help * - debug - False - False - Show debug informations * - deterministic_seed - True - True - Set the random seed from lineage and run_id, or pull the seed from the OS * - efield_map - itp_map://resource://simulation_config://SIMULATION_CONFIG_FILE.json?&key=efield_map&fmt=json.gz&method=RegularGridInterpolator - True - Map of the electric field in the detector * - user_defined_random_seed - None - True - Define the random seed manually. You need to set deterministic_seed to False Dependency Graph ================ .. raw:: html %3 electric_field_values electric_field_values interactions_in_roi interactions_in_roi electric_field_values->interactions_in_roi 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 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