================ VolumeProperties ================ Link to source: `VolumeProperties `_ Plugin Description ================== Plugin that concatenates the clusters that are in the XENONnT TPC or the volume below the cathode. Technical Details ----------------- .. code-block:: python depends_on = ('clustered_interactions',) provides = ('volume_properties',) data_kind = clustered_interactions __version__ = 0.0.5 Provided Columns ================ volume_properties ----------------- .. list-table:: :widths: 25 25 50 :header-rows: 1 * - Field Name - Data Type - Comment * - 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 * - 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 * - create_S2_xenonnt_TPC - True - True - Create S2s in the XENONnT TPC * - create_S2_xenonnt_below_cathode - False - True - No S2s from below the cathode * - create_S2_xenonnt_gas_phase - False - True - Whether generate S2s in gas phase * - 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 * - user_defined_random_seed - None - True - Define the random seed manually. You need to set deterministic_seed to False * - xenon_density_below_cathode - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=xenon_density_tpc - True - Density of xenon in the below-cathode-volume [g/cm3] * - xenon_density_gas_phase - 0.0177 - True - Density of XENON in the gas phase [g/cm3] * - xenon_density_tpc - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=xenon_density_tpc - True - Density of xenon in the TPC volume [g/cm3] * - xenonnt_sensitive_volume_radius - 66.4 - True - Radius of the XENONnT TPC [cm] * - xenonnt_z_bottom_pmts - -154.6555 - True - z position of the XENONnT bottom PMT array [cm] * - xenonnt_z_cathode - -148.6515 - True - z position of the XENONnT cathode [cm] * - xenonnt_z_gate_mesh - 0.0 - True - z position of the XENONnT gate mesh [cm] * - xenonnt_z_lxe - take://resource://SIMULATION_CONFIG_FILE.json?&fmt=json&take=xenonnt_z_lxe - True - Position of the bottom of gas phase [cm] * - xenonnt_z_top_pmts - 7.3936 - True - Position of the top of gas phase [cm] Dependency Graph ================ .. raw:: html %3 volume_properties volume_properties clustered_interactions clustered_interactions volume_properties->clustered_interactions geant4_interactions geant4_interactions clustered_interactions->geant4_interactions cluster_index cluster_index clustered_interactions->cluster_index cluster_index->geant4_interactions