========================== DelayedElectronsExtraction ========================== Link to source: `DelayedElectronsExtraction `_ Plugin Description ================== This class is used to simulate the extraction of electrons from the sources of electron afterpulses. Technical Details ----------------- .. code-block:: python depends_on = ('delayed_electrons_at_interface',) provides = ('extracted_delayed_electrons',) data_kind = delayed_individual_electrons __version__ = 0.0.2 child_plugin = True parent_plugin_version = 0.3.0 Provided Columns ================ extracted_delayed_electrons --------------------------- .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Field Name - Data Type - Comment * - x_interface - float32 - x position of the electron at the interface [cm] * - y_interface - float32 - y position of the electron at the interface [cm] * - cluster_id - int32 - ID of the cluster creating the electron * - 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 * - electron_extraction_yield - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=electron_extraction_yield - True - Electron extraction yield [electron_extracted/electron] * - electron_trapping_time - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=electron_trapping_time - True - Time scale electrons are trapped at the liquid gas interface * - ext_eff_from_map - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=ext_eff_from_map - True - Boolean indication if the extraction efficiency is taken from a map * - g2_mean - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=g2_mean - True - Mean value of the g2 gain [PE/e-] * - s2_correction_map - itp_map://resource://simulation_config://SIMULATION_CONFIG_FILE.json?&key=s2_correction_map&fmt=json - True - S2 correction map * - s2_secondary_sc_gain_mc - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=s2_secondary_sc_gain - True - Secondary scintillation gain [PE/e-] * - se_gain_from_map - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=se_gain_from_map - True - Boolean indication if the secondary scintillation gain is taken from a map * - se_gain_map - itp_map://resource://simulation_config://SIMULATION_CONFIG_FILE.json?&key=se_gain_map&fmt=json - True - Map of the single electron gain * - user_defined_random_seed - None - True - Define the random seed manually. You need to set deterministic_seed to False Dependency Graph ================ .. raw:: html %3 extracted_delayed_electrons extracted_delayed_electrons delayed_electrons_at_interface delayed_electrons_at_interface extracted_delayed_electrons->delayed_electrons_at_interface photo_ionization_electrons photo_ionization_electrons delayed_electrons_at_interface->photo_ionization_electrons drifted_delayed_electrons drifted_delayed_electrons delayed_electrons_at_interface->drifted_delayed_electrons s2_photons_sum s2_photons_sum photo_ionization_electrons->s2_photons_sum s2_photons s2_photons photo_ionization_electrons->s2_photons extracted_electrons extracted_electrons photo_ionization_electrons->extracted_electrons microphysics_summary microphysics_summary photo_ionization_electrons->microphysics_summary drifted_delayed_electrons->photo_ionization_electrons s2_photons_sum->extracted_electrons s2_photons_sum->microphysics_summary drifted_electrons drifted_electrons s2_photons_sum->drifted_electrons s2_photons->extracted_electrons s2_photons->microphysics_summary s2_photons->drifted_electrons electrons_at_interface electrons_at_interface extracted_electrons->electrons_at_interface 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 drifted_electrons->microphysics_summary 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 electrons_at_interface->microphysics_summary electrons_at_interface->drifted_electrons