============ S1PhotonHits ============ Link to source: `S1PhotonHits `_ Plugin Description ================== Plugin to simulate the number of detected S1 photons using a S1 light collection efficiency map. Technical Details ----------------- .. code-block:: python depends_on = ('microphysics_summary',) provides = ('s1_photon_hits',) data_kind = interactions_in_roi __version__ = 0.3.0 Provided Columns ================ s1_photon_hits -------------- .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Field Name - Data Type - Comment * - n_s1_photon_hits - int32 - Number detected S1 photons * - 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 * - digitizer_bits - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=digitizer_bits - True - Number of bits of the digitizer boards * - digitizer_voltage_range - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=digitizer_voltage_range - True - Voltage range of the digitizer boards [V] * - gain_model_mc - list-to-array://xedocs://pmt_area_to_pes?as_list=True&sort=pmt&detector=tpc&run_id=plugin.run_id&version=ONLINE&attr=value - True - PMT gain model * - p_double_pe_emision - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=p_double_pe_emision - True - Probability of double photo-electron emission * - pmt_circuit_load_resistor - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=pmt_circuit_load_resistor - True - PMT circuit load resistor [kg m^2/(s^3 A)] * - s1_detection_efficiency - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=s1_detection_efficiency - True - S1 detection efficiency * - s1_pattern_map - pattern_map://resource://simulation_config://SIMULATION_CONFIG_FILE.json?&key=s1_pattern_map&fmt=pkl&pmt_mask=plugin.pmt_mask - True - S1 LCE correction map * - user_defined_random_seed - None - True - Define the random seed manually. You need to set deterministic_seed to False Dependency Graph ================ .. raw:: html %3 s1_photon_hits s1_photon_hits microphysics_summary microphysics_summary s1_photon_hits->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