|
sipm-characterisation 0.1.0
SiPM characterisation for ePIC — IV/DCR/gain, laser, readout, irradiation
|
Go to the source code of this file.
Classes | |
| struct | alcor::t_hit |
Namespaces | |
| namespace | alcor |
Functions | |
| TTree * | alcor::load_alcor_data_tree (const std::string infilename, t_hit &hit) |
Variables | |
| std::map< int, std::string > | alcor::device_int2string |
| std::map< std::string, int > | alcor::device_string2int |
| std::vector< std::string > | alcor::devices |
| std::vector< int > | alcor::devices_indices |
| const int | alcor::maximum_TDC = 768 |
| const double | alcor::coarse_to_s = 3.1250000e-09 |
| — Convertion — — Coarse | |
| const double | alcor::coarse_to_ms = 3.1250000e-06 |
| const double | alcor::coarse_to_us = 3.1250000e-03 |
| const double | alcor::coarse_to_ns = 3.1250000 |
| const int | alcor::rollover_to_coarse = 32768 |
| — — Rollover | |
| const double | alcor::rollover_to_s = 0.0001024 |
| const double | alcor::rollover_to_ms = 0.1024 |
| const double | alcor::rollover_to_us = 102.4 |
| const double | alcor::rollover_to_ns = 102400. |