nectarchain.trr_test_suite.utils.pe2photons#

pe2photons(x)[source]#

Converts the input value x from photons to photoelectrons (PE) by multiplying it by 4.

Args:

x (float): The input value in photons.

Returns:

float: The input value converted to photoelectrons.