RecordsTruth
Link to source: RecordsTruth
Plugin Description
Plugin that computes the truth information for raw_records.
Technical Details
depends_on = ('photon_summary', 'raw_records')
provides = ('records_truth',)
data_kind = raw_records
__version__ = 0.0.2
Provided Columns
records_truth
Field Name |
Data Type |
Comment |
|---|---|---|
time |
int64 |
Start time since unix epoch [ns] |
length |
int32 |
Length of the interval in samples |
dt |
int16 |
Width of one sample [ns] |
channel |
int16 |
Channel/PMT number |
s1_photons_in_record |
int32 |
Number of S1 photons in record |
s2_photons_in_record |
int32 |
Number of S2 photons in record |
ap_photons_in_record |
int32 |
Number of AP photons in record |
raw_area |
float32 |
Sum of the photon gains |
Config Options
Option |
default |
track |
Help |
|---|---|---|---|
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 |
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)] |