Auxiliary function object for transit-time probability.
More...
#include <JPMTTransitTimeProbability.hh>
Auxiliary function object for transit-time probability.
Definition at line 2565 of file JPMTTransitTimeProbability.hh.
◆ collection_type
| JSplineCollection<JSplineElement2D< double, double >, JGridCollection, JDistance<typename JSplineElement2D< double, double >::abscissa_type>> JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::collection_type |
|
inherited |
◆ abscissa_type
◆ ordinate_type
◆ value_type
◆ distance_type
| collection_type::distance_type JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::distance_type |
|
inherited |
◆ const_iterator
◆ const_reverse_iterator
◆ iterator
◆ reverse_iterator
◆ function_type
◆ argument_type
◆ result_type
◆ exceptionhandler_type
◆ functional_type
◆ JExceptionHandler
◆ supervisor_type
◆ anonymous enum
◆ operator()() [1/2]
| double JDETECTOR::JTransitTimeProbability_t::operator() |
( |
const double | t_ns, |
|
|
const int | type ) const |
|
inline |
Get probability for given transit time according given type.
- Parameters
-
| t_ns | transit time [ns] |
| type | type |
- Returns
- probability
Definition at line 2577 of file JPMTTransitTimeProbability.hh.
2578 {
2579 switch (type) {
2580 case 1:
2581 return (*this)(t_ns);
2582
2583 case 38:
2585
2586 case 41:
2588
2589 case 67:
2591
2592 default:
2593 return (*this)(t_ns);
2594 };
2595 }
const JTransitTimeProbability< 41 > p41
const JTransitTimeProbability< 67 > p67
const JTransitTimeProbability< 38 > p38
◆ operator()() [2/2]
Function value evaluation.
- Parameters
-
- Returns
- function value
Definition at line 343 of file JFunctional.hh.
◆ getSupervisor()
◆ getExceptionHandler()
|
|
inlineoverridevirtualinherited |
◆ setExceptionHandler()
Set the supervisor for handling of exceptions.
- Parameters
-
Definition at line 312 of file JFunctional.hh.
◆ evaluate()
Recursive function value evaluation.
- Parameters
-
| pX | pointer to abscissa values |
- Returns
- function value
◆ getValue() [1/2]
Recursive function value evaluation.
- Parameters
-
| function | function |
| pX | pointer to abscissa values |
Definition at line 103 of file JFunctional.hh.
105 {
106 return function.evaluate(pX);
107 }
◆ getValue() [2/2]
Termination of recursive function value evaluation.
- Parameters
-
| value | result |
| pX | pointer to abscissa values |
Definition at line 117 of file JFunctional.hh.
119 {
120 return value;
121 }
◆ p38
◆ p41
◆ p67
◆ __supervisor
The documentation for this struct was generated from the following file: