ElectricField
Link to source: ElectricField
Plugin Description
Plugin that calculates the electric field values for the cluster position.
Technical Details
depends_on = ('interactions_in_roi',)
provides = ('electric_field_values',)
data_kind = interactions_in_roi
__version__ = 0.2.2
Provided Columns
electric_field_values
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
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 |