#include <JPMTTransitTimeGenerator.hh>
◆ collection_type
◆ abscissa_type
◆ ordinate_type
◆ value_type
◆ distance_type
◆ const_iterator
◆ const_reverse_iterator
◆ iterator
◆ reverse_iterator
◆ function_type
◆ argument_type
◆ result_type
◆ exceptionhandler_type
◆ functional_type
template<class JArgument_t , class JResult_t >
◆ supervisor_type
template<class JArgument_t , class JResult_t >
◆ anonymous enum
template<class JArgument_t , class JResult_t >
◆ operator()() [1/2]
double JDETECTOR::getTransitionTime::operator() |
( |
const double |
x, |
|
|
const int |
option |
|
) |
| const |
|
inline |
Get transit time for given random value according given option.
The option corresponds to the detector identifier of the measurement.
- Parameters
-
x | random value <0,1] |
option | option |
- Returns
- transit time [ns]
Definition at line 4167 of file JPMTTransitTimeGenerator.hh.
const JTransitionTimeGenerator38 p38
const JTransitionTimeGenerator67 p67
const JTransitionTimeGenerator41 p41
◆ getProbability()
double JDETECTOR::JTransitionTimeGenerator_t::getProbability |
( |
const double |
t_ns | ) |
const |
|
inlineinherited |
Get integrated probablity from
to given time.
- Parameters
-
- Returns
- probability
Definition at line 37 of file JPMTTransitTimeGenerator.hh.
49 else if (p == this->begin())
JComparator< JResult_t T::*, JComparison::lt > make_comparator(JResult_t T::*member)
Helper method to create comparator between values of data member.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
◆ operator()() [2/2]
template<class JArgument_t , class JResult_t >
Function value evaluation.
- Parameters
-
- Returns
- function value
Definition at line 348 of file JFunctional.hh.
◆ evaluate()
template<class JArgument_t , class JResult_t >
Recursive function value evaluation.
- Parameters
-
pX | pointer to abscissa values |
- Returns
- function value
Implemented in JTOOLS::JSplineMap< JKey_t, JValue_t, JMap_t, JResult_t, JDistance_t >, JTOOLS::JSplineMap< JKey_t, JValue_t, JGridMap, JResultType< JValue_t >::result_type, JDistance< JKey_t > >, JTOOLS::JSplineMap< JKey_t, JValue_t, JMap, JResultDerivative< JResultType< JValue_t >::result_type >, JDistance< JKey_t > >, JTOOLS::JSplineMap< JKey_t, JValue_t, JMap, JResultType< JValue_t >::result_type, JDistance< JKey_t > >, JTOOLS::JSplineMap< JKey_t, JValue_t, JGridMap, JResultDerivative< JResultType< JValue_t >::result_type >, JDistance< JKey_t > >, JTOOLS::JSplineFunction< JElement_t, JCollection_t, JResultPDF< typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t >, JTOOLS::JSplineFunction< JElement_t, JCollection_t, JResultDerivative< typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t >, JTOOLS::JSplineFunction< JElement_t, JCollection_t, typename JResultType< typename JElement_t::ordinate_type >::result_type, JDistance_t >, JTOOLS::JPolintFunction< N, JElement_t, JCollection_t, JResultHesse< typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t >, JTOOLS::JPolintFunction< N, JElement_t, JCollection_t, JResultDerivative< typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t >, JTOOLS::JPolintFunction< N, JElement_t, JCollection_t, JResultPolynome< M, typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t >, JTOOLS::JPolintFunction< N, JElement_t, JCollection_t, JResultPDF< typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t >, JTOOLS::JPolintFunction< 1, JElement_t, JCollection_t, typename JResultType< typename JElement_t::ordinate_type >::result_type, JDistance_t >, JTOOLS::JPolintFunction< 0, JElement_t, JCollection_t, typename JResultType< typename JElement_t::ordinate_type >::result_type, JDistance_t >, JTOOLS::JPolintFunction< N, JElement_t, JCollection_t, typename JResultType< typename JElement_t::ordinate_type >::result_type, JDistance_t >, JTOOLS::JPolfitFunction< N, M, JElement_t, JCollection_t, JResult_t, JDistance_t >, JTOOLS::JPolfitFunction< N, M, JElement_t, JCollection_t, typename JElement_t::ordinate_type, JDistance< typename JElement_t::abscissa_type > >, JTOOLS::JHermiteSplineMap< JKey_t, JValue_t, JMap_t, JResult_t, JDistance_t >, JTOOLS::JHermiteSplineFunction< JElement_t, JCollection_t, JResultPDF< typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t >, JTOOLS::JHermiteSplineFunction< JElement_t, JCollection_t, JResultDerivative< typename JResultType< typename JElement_t::ordinate_type >::result_type >, JDistance_t >, JTOOLS::JHermiteSplineFunction< JElement_t, JCollection_t, typename JResultType< typename JElement_t::ordinate_type >::result_type, JDistance_t >, JTOOLS::JFunctionObject1D< JArgument_t, JResult_t >, JTOOLS::JExternalFunction1D< JArgument_t, JResult_t >, and JTOOLS::JConstantFunction1D< JArgument_t, JResult_t >.
◆ getValue() [1/2]
template<class JArgument_t , class JResult_t >
Recursive function value evaluation.
- Parameters
-
function | function |
pX | pointer to abscissa values |
Definition at line 107 of file JFunctional.hh.
110 return function.evaluate(
pX);
◆ getValue() [2/2]
template<class JArgument_t , class JResult_t >
Termination of recursive function value evaluation.
- Parameters
-
value | result |
pX | pointer to abscissa values |
Definition at line 121 of file JFunctional.hh.
◆ getSupervisor()
template<class JArgument_t , class JResult_t >
◆ getExceptionHandler()
template<class JArgument_t , class JResult_t >
Get exception handler.
- Returns
- exception handler
Definition at line 292 of file JFunctional.hh.
◆ setExceptionHandler()
template<class JArgument_t , class JResult_t >
Set the supervisor for handling of exceptions.
- Parameters
-
Definition at line 303 of file JFunctional.hh.
◆ p38
◆ p41
◆ p67
◆ supervisor
template<class JArgument_t , class JResult_t >
The documentation for this struct was generated from the following file: