PhotonSummary
Link to source: PhotonSummary
Plugin Description
Plugin that concatenates propagated photons for S1, S2 and PMT afterpulses.
Technical Details
depends_on = ('propagated_s2_photons', 'propagated_s1_photons', 'pmt_afterpulses')
provides = ('photon_summary',)
data_kind = propagated_photons
__version__ = 0.1.0
Provided Columns
photon_summary
Field Name |
Data Type |
Comment |
|---|---|---|
channel |
int16 |
PMT channel of the photon |
dpe |
bool |
Photon creates a double photo-electron emission |
photon_gain |
int32 |
Sampled PMT gain for the photon |
cluster_id |
int32 |
ID of the cluster creating the photon |
photon_type |
int8 |
Type of the photon. S1 (1), S2 (2) or PMT AP (0) |
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 |
user_defined_random_seed |
None |
True |
Define the random seed manually. You need to set deterministic_seed to False |