#include <JPMTTransitTimeProbability.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::getTransitionTimeProbability::operator()  | 
          ( | 
          const double  | 
          x,  | 
         
        
           | 
           | 
          const int  | 
          option  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
Get probability for given transit time according given option. 
The option corresponds to the detector identifier of the measurement.
- Parameters
 - 
  
    | x | transit time [ns]  | 
    | option | option  | 
  
   
- Returns
 - probability 
 
Definition at line 2585 of file JPMTTransitTimeProbability.hh.
const JTransitionTimeProbability41 p41
 
const JTransitionTimeProbability38 p38
 
const JTransitionTimeProbability67 p67
 
 
 
 
◆ 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: