示例#1
0
 def __init__(self, ebins, czbins, **kwargs):
     """
     Parameters needed to initialize a PID service with parametrizations:
     * ebins: Energy bin edges
     * czbins: cos(zenith) bin edges
     * pid_paramfile: JSON containing the parametrizations
     """
     PIDServiceBase.__init__(self, ebins, czbins, **kwargs)
示例#2
0
 def __init__(self, ebins, czbins, **kwargs):
     """
     Parameters needed to initialize a PID service with parametrizations:
     * ebins: Energy bin edges
     * czbins: cos(zenith) bin edges
     * pid_paramfile: JSON containing the parametrizations
     """
     PIDServiceBase.__init__(self, ebins, czbins, **kwargs)
示例#3
0
 def __init__(self, ebins, czbins, **kwargs):
     """
     Parameters needed to instantiate a PID service with
     pre-calculated kernels:
     * ebins: Energy bin edges
     * czbins: cos(zenith) bin edges
     * pid_kernelfile: JSON containing the kernel dict
     """
     PIDServiceBase.__init__(self, ebins, czbins, **kwargs)
示例#4
0
 def __init__(self, ebins, czbins, **kwargs):
     """
     Parameters needed to instantiate a PID service with
     pre-calculated kernels:
     * ebins: Energy bin edges
     * czbins: cos(zenith) bin edges
     * pid_kernelfile: JSON containing the kernel dict
     """
     PIDServiceBase.__init__(self, ebins, czbins, **kwargs)