Jpp 21.0.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
JDETECTOR::JTransitTimeProbability< 41 > Struct Referenceabstract

Implementation of probability distibution of the PMT transit times based on measurements. More...

#include <JPMTTransitTimeProbability.hh>

Inheritance diagram for JDETECTOR::JTransitTimeProbability< 41 >:
JDETECTOR::JTransitTimeProbability< type > JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t > JTOOLS::JSplineFunction< JElement_t, JCollection_t, JResult_t, JDistance_t > JTOOLS::JFunction1D< JElement_t::abscissa_type, typename JElement_t::ordinate_type > JTOOLS::JFunction< JElement_t::abscissa_type, typename JElement_t::ordinate_type > JTOOLS::JFunctional< JElement_t::abscissa_type, typename JElement_t::ordinate_type >

Public Types

typedef JSplineCollection< JElement_t, JCollection_t, JDistance_t > collection_type
 
typedef collection_type::abscissa_type abscissa_type
 
typedef collection_type::ordinate_type ordinate_type
 
typedef collection_type::value_type value_type
 
typedef collection_type::distance_type distance_type
 
typedef collection_type::const_iterator const_iterator
 
typedef collection_type::const_reverse_iterator const_reverse_iterator
 
typedef collection_type::iterator iterator
 
typedef collection_type::reverse_iterator reverse_iterator
 
typedef JFunction1D< abscissa_type, JResult_t > function_type
 
typedef function_type::argument_type argument_type
 
typedef function_type::result_type result_type
 
typedef function_type::JExceptionHandler exceptionhandler_type
 
enum  
 
typedef JFunctional< JElement_t::abscissa_type, typename JElement_t::ordinate_type > functional_type
 
typedef functional_type::JExceptionHandler JExceptionHandler
 
typedef JSupervisor supervisor_type
 

Public Member Functions

 JTransitTimeProbability ()
 Default constructor.
 
result_type operator() (const argument_type x) const
 Function value evaluation.
 
const JSupervisor & getSupervisor () const
 Get supervisor.
 
const JExceptionHandler & getExceptionHandler () const override
 Get exception handler.
 
void setExceptionHandler (const JSupervisor &supervisor)
 Set the supervisor for handling of exceptions.
 
virtual result_type evaluate (const argument_type *pX) const=0
 Recursive function value evaluation.
 

Static Public Member Functions

static result_type getValue (const JFunctional &function, const argument_type *pX)
 Recursive function value evaluation.
 
static JClass< result_type >::argument_type getValue (typename JClass< result_type >::argument_type value, const argument_type *pX)
 Termination of recursive function value evaluation.
 

Protected Attributes

JSupervisor __supervisor
 

Detailed Description

Implementation of probability distibution of the PMT transit times based on measurements.


This implementation should be considered and alternative for the default.

Definition at line 1565 of file JPMTTransitTimeProbability.hh.

Member Typedef Documentation

◆ collection_type

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
JSplineCollection<JElement_t, JCollection_t, JDistance_t> JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::collection_type
inherited

Definition at line 737 of file JSpline.hh.

◆ abscissa_type

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
collection_type::abscissa_type JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::abscissa_type
inherited

Definition at line 739 of file JSpline.hh.

◆ ordinate_type

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
collection_type::ordinate_type JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::ordinate_type
inherited

Definition at line 740 of file JSpline.hh.

◆ value_type

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
collection_type::value_type JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::value_type
inherited

Definition at line 741 of file JSpline.hh.

◆ distance_type

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
collection_type::distance_type JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::distance_type
inherited

Definition at line 742 of file JSpline.hh.

◆ const_iterator

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
collection_type::const_iterator JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::const_iterator
inherited

Definition at line 744 of file JSpline.hh.

◆ const_reverse_iterator

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
collection_type::const_reverse_iterator JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::const_reverse_iterator
inherited

Definition at line 745 of file JSpline.hh.

◆ iterator

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
collection_type::iterator JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::iterator
inherited

Definition at line 746 of file JSpline.hh.

◆ reverse_iterator

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
collection_type::reverse_iterator JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::reverse_iterator
inherited

Definition at line 747 of file JSpline.hh.

◆ function_type

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
JFunction1D<abscissa_type, JResult_t> JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::function_type
inherited

Definition at line 749 of file JSpline.hh.

◆ argument_type

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
function_type::argument_type JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::argument_type
inherited

Definition at line 751 of file JSpline.hh.

◆ result_type

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
function_type::result_type JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::result_type
inherited

Definition at line 752 of file JSpline.hh.

◆ exceptionhandler_type

template<class JElement_t , template< class, class > class JCollection_t, class JResult_t = typename JElement_t::ordinate_type, class JDistance_t = JDistance<typename JElement_t::abscissa_type>>
function_type::JExceptionHandler JTOOLS::JSplineFunction1D< JElement_t, JCollection_t, JResult_t, JDistance_t >::exceptionhandler_type
inherited

Definition at line 753 of file JSpline.hh.

◆ functional_type

JFunctional<JElement_t::abscissa_type, typename JElement_t::ordinate_type> JTOOLS::JFunction1D< JElement_t::abscissa_type, typename JElement_t::ordinate_type >::functional_type
inherited

Definition at line 332 of file JFunctional.hh.

◆ JExceptionHandler

functional_type::JExceptionHandler JTOOLS::JFunction< JElement_t::abscissa_type, typename JElement_t::ordinate_type >::JExceptionHandler
inherited

Definition at line 235 of file JFunctional.hh.

◆ supervisor_type

JSupervisor JTOOLS::JFunction< JElement_t::abscissa_type, typename JElement_t::ordinate_type >::supervisor_type
inherited

Definition at line 237 of file JFunctional.hh.

Member Enumeration Documentation

◆ anonymous enum

Constructor & Destructor Documentation

◆ JTransitTimeProbability()

JDETECTOR::JTransitTimeProbability< 41 >::JTransitTimeProbability ( )
inline

Default constructor.

Definition at line 1571 of file JPMTTransitTimeProbability.hh.

1572 {
1573 // produced by JLegolas.cc
1574 (*this)[ -20.00] = 0.000000;
1575 (*this)[ -19.75] = 0.000000;
1576 (*this)[ -19.50] = 0.000000;
1577 (*this)[ -19.25] = 0.000000;
1578 (*this)[ -19.00] = 0.000000;
1579 (*this)[ -18.75] = 0.000001;
1580 (*this)[ -18.50] = 0.000001;
1581 (*this)[ -18.25] = 0.000002;
1582 (*this)[ -18.00] = 0.000002;
1583 (*this)[ -17.75] = 0.000003;
1584 (*this)[ -17.50] = 0.000003;
1585 (*this)[ -17.25] = 0.000004;
1586 (*this)[ -17.00] = 0.000005;
1587 (*this)[ -16.75] = 0.000006;
1588 (*this)[ -16.50] = 0.000007;
1589 (*this)[ -16.25] = 0.000008;
1590 (*this)[ -16.00] = 0.000008;
1591 (*this)[ -15.75] = 0.000008;
1592 (*this)[ -15.50] = 0.000009;
1593 (*this)[ -15.25] = 0.000010;
1594 (*this)[ -15.00] = 0.000010;
1595 (*this)[ -14.75] = 0.000010;
1596 (*this)[ -14.50] = 0.000010;
1597 (*this)[ -14.25] = 0.000011;
1598 (*this)[ -14.00] = 0.000011;
1599 (*this)[ -13.75] = 0.000011;
1600 (*this)[ -13.50] = 0.000011;
1601 (*this)[ -13.25] = 0.000011;
1602 (*this)[ -13.00] = 0.000011;
1603 (*this)[ -12.75] = 0.000011;
1604 (*this)[ -12.50] = 0.000011;
1605 (*this)[ -12.25] = 0.000010;
1606 (*this)[ -12.00] = 0.000010;
1607 (*this)[ -11.75] = 0.000009;
1608 (*this)[ -11.50] = 0.000008;
1609 (*this)[ -11.25] = 0.000008;
1610 (*this)[ -11.00] = 0.000008;
1611 (*this)[ -10.75] = 0.000007;
1612 (*this)[ -10.50] = 0.000007;
1613 (*this)[ -10.25] = 0.000007;
1614 (*this)[ -10.00] = 0.000008;
1615 (*this)[ -9.75] = 0.000008;
1616 (*this)[ -9.50] = 0.000009;
1617 (*this)[ -9.25] = 0.000010;
1618 (*this)[ -9.00] = 0.000011;
1619 (*this)[ -8.75] = 0.000012;
1620 (*this)[ -8.50] = 0.000014;
1621 (*this)[ -8.25] = 0.000016;
1622 (*this)[ -8.00] = 0.000019;
1623 (*this)[ -7.75] = 0.000022;
1624 (*this)[ -7.50] = 0.000027;
1625 (*this)[ -7.25] = 0.000033;
1626 (*this)[ -7.00] = 0.000041;
1627 (*this)[ -6.75] = 0.000050;
1628 (*this)[ -6.50] = 0.000066;
1629 (*this)[ -6.25] = 0.000085;
1630 (*this)[ -6.00] = 0.000121;
1631 (*this)[ -5.75] = 0.000168;
1632 (*this)[ -5.50] = 0.000286;
1633 (*this)[ -5.25] = 0.000431;
1634 (*this)[ -5.00] = 0.000760;
1635 (*this)[ -4.75] = 0.001161;
1636 (*this)[ -4.50] = 0.002050;
1637 (*this)[ -4.25] = 0.003081;
1638 (*this)[ -4.00] = 0.005082;
1639 (*this)[ -3.75] = 0.007327;
1640 (*this)[ -3.50] = 0.011240;
1641 (*this)[ -3.25] = 0.015453;
1642 (*this)[ -3.00] = 0.021710;
1643 (*this)[ -2.75] = 0.028254;
1644 (*this)[ -2.50] = 0.036764;
1645 (*this)[ -2.25] = 0.045460;
1646 (*this)[ -2.00] = 0.055429;
1647 (*this)[ -1.75] = 0.065516;
1648 (*this)[ -1.50] = 0.076414;
1649 (*this)[ -1.25] = 0.087142;
1650 (*this)[ -1.00] = 0.096712;
1651 (*this)[ -0.75] = 0.105711;
1652 (*this)[ -0.50] = 0.110816;
1653 (*this)[ -0.25] = 0.115116;
1654 (*this)[ +0.00] = 0.113934;
1655 (*this)[ +0.25] = 0.112007;
1656 (*this)[ +0.50] = 0.105015;
1657 (*this)[ +0.75] = 0.097604;
1658 (*this)[ +1.00] = 0.087346;
1659 (*this)[ +1.25] = 0.077089;
1660 (*this)[ +1.50] = 0.066838;
1661 (*this)[ +1.75] = 0.056813;
1662 (*this)[ +2.00] = 0.048319;
1663 (*this)[ +2.25] = 0.040125;
1664 (*this)[ +2.50] = 0.033974;
1665 (*this)[ +2.75] = 0.028059;
1666 (*this)[ +3.00] = 0.023746;
1667 (*this)[ +3.25] = 0.019606;
1668 (*this)[ +3.50] = 0.016643;
1669 (*this)[ +3.75] = 0.013777;
1670 (*this)[ +4.00] = 0.011570;
1671 (*this)[ +4.25] = 0.009444;
1672 (*this)[ +4.50] = 0.007876;
1673 (*this)[ +4.75] = 0.006383;
1674 (*this)[ +5.00] = 0.005394;
1675 (*this)[ +5.25] = 0.004466;
1676 (*this)[ +5.50] = 0.003949;
1677 (*this)[ +5.75] = 0.003463;
1678 (*this)[ +6.00] = 0.003183;
1679 (*this)[ +6.25] = 0.002914;
1680 (*this)[ +6.50] = 0.002716;
1681 (*this)[ +6.75] = 0.002520;
1682 (*this)[ +7.00] = 0.002335;
1683 (*this)[ +7.25] = 0.002154;
1684 (*this)[ +7.50] = 0.001999;
1685 (*this)[ +7.75] = 0.001848;
1686 (*this)[ +8.00] = 0.001719;
1687 (*this)[ +8.25] = 0.001594;
1688 (*this)[ +8.50] = 0.001495;
1689 (*this)[ +8.75] = 0.001398;
1690 (*this)[ +9.00] = 0.001316;
1691 (*this)[ +9.25] = 0.001238;
1692 (*this)[ +9.50] = 0.001179;
1693 (*this)[ +9.75] = 0.001122;
1694 (*this)[ +10.00] = 0.001073;
1695 (*this)[ +10.25] = 0.001025;
1696 (*this)[ +10.50] = 0.000991;
1697 (*this)[ +10.75] = 0.000957;
1698 (*this)[ +11.00] = 0.000927;
1699 (*this)[ +11.25] = 0.000898;
1700 (*this)[ +11.50] = 0.000879;
1701 (*this)[ +11.75] = 0.000860;
1702 (*this)[ +12.00] = 0.000844;
1703 (*this)[ +12.25] = 0.000829;
1704 (*this)[ +12.50] = 0.000822;
1705 (*this)[ +12.75] = 0.000814;
1706 (*this)[ +13.00] = 0.000808;
1707 (*this)[ +13.25] = 0.000802;
1708 (*this)[ +13.50] = 0.000803;
1709 (*this)[ +13.75] = 0.000803;
1710 (*this)[ +14.00] = 0.000802;
1711 (*this)[ +14.25] = 0.000801;
1712 (*this)[ +14.50] = 0.000805;
1713 (*this)[ +14.75] = 0.000808;
1714 (*this)[ +15.00] = 0.000809;
1715 (*this)[ +15.25] = 0.000810;
1716 (*this)[ +15.50] = 0.000814;
1717 (*this)[ +15.75] = 0.000818;
1718 (*this)[ +16.00] = 0.000817;
1719 (*this)[ +16.25] = 0.000817;
1720 (*this)[ +16.50] = 0.000818;
1721 (*this)[ +16.75] = 0.000818;
1722 (*this)[ +17.00] = 0.000813;
1723 (*this)[ +17.25] = 0.000809;
1724 (*this)[ +17.50] = 0.000806;
1725 (*this)[ +17.75] = 0.000802;
1726 (*this)[ +18.00] = 0.000795;
1727 (*this)[ +18.25] = 0.000788;
1728 (*this)[ +18.50] = 0.000784;
1729 (*this)[ +18.75] = 0.000779;
1730 (*this)[ +19.00] = 0.000771;
1731 (*this)[ +19.25] = 0.000763;
1732 (*this)[ +19.50] = 0.000757;
1733 (*this)[ +19.75] = 0.000751;
1734 (*this)[ +20.00] = 0.000742;
1735 (*this)[ +20.25] = 0.000733;
1736 (*this)[ +20.50] = 0.000726;
1737 (*this)[ +20.75] = 0.000719;
1738 (*this)[ +21.00] = 0.000709;
1739 (*this)[ +21.25] = 0.000700;
1740 (*this)[ +21.50] = 0.000694;
1741 (*this)[ +21.75] = 0.000688;
1742 (*this)[ +22.00] = 0.000682;
1743 (*this)[ +22.25] = 0.000678;
1744 (*this)[ +22.50] = 0.000679;
1745 (*this)[ +22.75] = 0.000679;
1746 (*this)[ +23.00] = 0.000680;
1747 (*this)[ +23.25] = 0.000681;
1748 (*this)[ +23.50] = 0.000689;
1749 (*this)[ +23.75] = 0.000698;
1750 (*this)[ +24.00] = 0.000706;
1751 (*this)[ +24.25] = 0.000716;
1752 (*this)[ +24.50] = 0.000732;
1753 (*this)[ +24.75] = 0.000747;
1754 (*this)[ +25.00] = 0.000762;
1755 (*this)[ +25.25] = 0.000778;
1756 (*this)[ +25.50] = 0.000800;
1757 (*this)[ +25.75] = 0.000821;
1758 (*this)[ +26.00] = 0.000838;
1759 (*this)[ +26.25] = 0.000856;
1760 (*this)[ +26.50] = 0.000877;
1761 (*this)[ +26.75] = 0.000897;
1762 (*this)[ +27.00] = 0.000910;
1763 (*this)[ +27.25] = 0.000923;
1764 (*this)[ +27.50] = 0.000935;
1765 (*this)[ +27.75] = 0.000945;
1766 (*this)[ +28.00] = 0.000946;
1767 (*this)[ +28.25] = 0.000947;
1768 (*this)[ +28.50] = 0.000944;
1769 (*this)[ +28.75] = 0.000939;
1770 (*this)[ +29.00] = 0.000924;
1771 (*this)[ +29.25] = 0.000910;
1772 (*this)[ +29.50] = 0.000892;
1773 (*this)[ +29.75] = 0.000873;
1774 (*this)[ +30.00] = 0.000846;
1775 (*this)[ +30.25] = 0.000819;
1776 (*this)[ +30.50] = 0.000791;
1777 (*this)[ +30.75] = 0.000762;
1778 (*this)[ +31.00] = 0.000731;
1779 (*this)[ +31.25] = 0.000700;
1780 (*this)[ +31.50] = 0.000671;
1781 (*this)[ +31.75] = 0.000641;
1782 (*this)[ +32.00] = 0.000610;
1783 (*this)[ +32.25] = 0.000578;
1784 (*this)[ +32.50] = 0.000550;
1785 (*this)[ +32.75] = 0.000522;
1786 (*this)[ +33.00] = 0.000493;
1787 (*this)[ +33.25] = 0.000465;
1788 (*this)[ +33.50] = 0.000439;
1789 (*this)[ +33.75] = 0.000413;
1790 (*this)[ +34.00] = 0.000386;
1791 (*this)[ +34.25] = 0.000360;
1792 (*this)[ +34.50] = 0.000338;
1793 (*this)[ +34.75] = 0.000316;
1794 (*this)[ +35.00] = 0.000294;
1795 (*this)[ +35.25] = 0.000273;
1796 (*this)[ +35.50] = 0.000255;
1797 (*this)[ +35.75] = 0.000237;
1798 (*this)[ +36.00] = 0.000220;
1799 (*this)[ +36.25] = 0.000203;
1800 (*this)[ +36.50] = 0.000190;
1801 (*this)[ +36.75] = 0.000177;
1802 (*this)[ +37.00] = 0.000164;
1803 (*this)[ +37.25] = 0.000152;
1804 (*this)[ +37.50] = 0.000142;
1805 (*this)[ +37.75] = 0.000132;
1806 (*this)[ +38.00] = 0.000124;
1807 (*this)[ +38.25] = 0.000115;
1808 (*this)[ +38.50] = 0.000108;
1809 (*this)[ +38.75] = 0.000101;
1810 (*this)[ +39.00] = 0.000095;
1811 (*this)[ +39.25] = 0.000089;
1812 (*this)[ +39.50] = 0.000085;
1813 (*this)[ +39.75] = 0.000081;
1814 (*this)[ +40.00] = 0.000077;
1815 (*this)[ +40.25] = 0.000073;
1816 (*this)[ +40.50] = 0.000070;
1817 (*this)[ +40.75] = 0.000067;
1818 (*this)[ +41.00] = 0.000065;
1819 (*this)[ +41.25] = 0.000062;
1820 (*this)[ +41.50] = 0.000060;
1821 (*this)[ +41.75] = 0.000058;
1822 (*this)[ +42.00] = 0.000055;
1823 (*this)[ +42.25] = 0.000053;
1824 (*this)[ +42.50] = 0.000052;
1825 (*this)[ +42.75] = 0.000050;
1826 (*this)[ +43.00] = 0.000049;
1827 (*this)[ +43.25] = 0.000048;
1828 (*this)[ +43.50] = 0.000047;
1829 (*this)[ +43.75] = 0.000046;
1830 (*this)[ +44.00] = 0.000045;
1831 (*this)[ +44.25] = 0.000044;
1832 (*this)[ +44.50] = 0.000044;
1833 (*this)[ +44.75] = 0.000043;
1834 (*this)[ +45.00] = 0.000042;
1835 (*this)[ +45.25] = 0.000041;
1836 (*this)[ +45.50] = 0.000041;
1837 (*this)[ +45.75] = 0.000040;
1838 (*this)[ +46.00] = 0.000039;
1839 (*this)[ +46.25] = 0.000038;
1840 (*this)[ +46.50] = 0.000037;
1841 (*this)[ +46.75] = 0.000037;
1842 (*this)[ +47.00] = 0.000036;
1843 (*this)[ +47.25] = 0.000035;
1844 (*this)[ +47.50] = 0.000035;
1845 (*this)[ +47.75] = 0.000034;
1846 (*this)[ +48.00] = 0.000033;
1847 (*this)[ +48.25] = 0.000033;
1848 (*this)[ +48.50] = 0.000032;
1849 (*this)[ +48.75] = 0.000032;
1850 (*this)[ +49.00] = 0.000031;
1851 (*this)[ +49.25] = 0.000031;
1852 (*this)[ +49.50] = 0.000030;
1853 (*this)[ +49.75] = 0.000029;
1854 (*this)[ +50.00] = 0.000029;
1855 (*this)[ +50.25] = 0.000029;
1856 (*this)[ +50.50] = 0.000028;
1857 (*this)[ +50.75] = 0.000028;
1858 (*this)[ +51.00] = 0.000027;
1859 (*this)[ +51.25] = 0.000026;
1860 (*this)[ +51.50] = 0.000026;
1861 (*this)[ +51.75] = 0.000026;
1862 (*this)[ +52.00] = 0.000026;
1863 (*this)[ +52.25] = 0.000025;
1864 (*this)[ +52.50] = 0.000025;
1865 (*this)[ +52.75] = 0.000025;
1866 (*this)[ +53.00] = 0.000024;
1867 (*this)[ +53.25] = 0.000024;
1868 (*this)[ +53.50] = 0.000024;
1869 (*this)[ +53.75] = 0.000023;
1870 (*this)[ +54.00] = 0.000023;
1871 (*this)[ +54.25] = 0.000023;
1872 (*this)[ +54.50] = 0.000023;
1873 (*this)[ +54.75] = 0.000022;
1874 (*this)[ +55.00] = 0.000022;
1875 (*this)[ +55.25] = 0.000022;
1876 (*this)[ +55.50] = 0.000022;
1877 (*this)[ +55.75] = 0.000022;
1878 (*this)[ +56.00] = 0.000021;
1879 (*this)[ +56.25] = 0.000021;
1880 (*this)[ +56.50] = 0.000021;
1881 (*this)[ +56.75] = 0.000020;
1882 (*this)[ +57.00] = 0.000020;
1883 (*this)[ +57.25] = 0.000020;
1884 (*this)[ +57.50] = 0.000019;
1885 (*this)[ +57.75] = 0.000019;
1886 (*this)[ +58.00] = 0.000019;
1887 (*this)[ +58.25] = 0.000018;
1888 (*this)[ +58.50] = 0.000018;
1889 (*this)[ +58.75] = 0.000018;
1890 (*this)[ +59.00] = 0.000017;
1891 (*this)[ +59.25] = 0.000017;
1892 (*this)[ +59.50] = 0.000017;
1893 (*this)[ +59.75] = 0.000016;
1894 (*this)[ +60.00] = 0.000016;
1895 (*this)[ +60.25] = 0.000015;
1896 (*this)[ +60.50] = 0.000015;
1897 (*this)[ +60.75] = 0.000015;
1898 (*this)[ +61.00] = 0.000014;
1899 (*this)[ +61.25] = 0.000014;
1900 (*this)[ +61.50] = 0.000013;
1901 (*this)[ +61.75] = 0.000013;
1902 (*this)[ +62.00] = 0.000012;
1903 (*this)[ +62.25] = 0.000012;
1904 (*this)[ +62.50] = 0.000011;
1905 (*this)[ +62.75] = 0.000011;
1906 (*this)[ +63.00] = 0.000010;
1907 (*this)[ +63.25] = 0.000010;
1908 (*this)[ +63.50] = 0.000010;
1909 (*this)[ +63.75] = 0.000009;
1910 (*this)[ +64.00] = 0.000009;
1911 (*this)[ +64.25] = 0.000009;
1912 (*this)[ +64.50] = 0.000009;
1913 (*this)[ +64.75] = 0.000008;
1914 (*this)[ +65.00] = 0.000008;
1915 (*this)[ +65.25] = 0.000008;
1916 (*this)[ +65.50] = 0.000007;
1917 (*this)[ +65.75] = 0.000007;
1918 (*this)[ +66.00] = 0.000007;
1919 (*this)[ +66.25] = 0.000006;
1920 (*this)[ +66.50] = 0.000006;
1921 (*this)[ +66.75] = 0.000006;
1922 (*this)[ +67.00] = 0.000005;
1923 (*this)[ +67.25] = 0.000005;
1924 (*this)[ +67.50] = 0.000005;
1925 (*this)[ +67.75] = 0.000004;
1926 (*this)[ +68.00] = 0.000004;
1927 (*this)[ +68.25] = 0.000004;
1928 (*this)[ +68.50] = 0.000004;
1929 (*this)[ +68.75] = 0.000004;
1930 (*this)[ +69.00] = 0.000004;
1931 (*this)[ +69.25] = 0.000004;
1932 (*this)[ +69.50] = 0.000004;
1933 (*this)[ +69.75] = 0.000003;
1934 (*this)[ +70.00] = 0.000003;
1935 (*this)[ +70.25] = 0.000003;
1936 (*this)[ +70.50] = 0.000003;
1937 (*this)[ +70.75] = 0.000003;
1938 (*this)[ +71.00] = 0.000003;
1939 (*this)[ +71.25] = 0.000003;
1940 (*this)[ +71.50] = 0.000003;
1941 (*this)[ +71.75] = 0.000003;
1942 (*this)[ +72.00] = 0.000003;
1943 (*this)[ +72.25] = 0.000002;
1944 (*this)[ +72.50] = 0.000002;
1945 (*this)[ +72.75] = 0.000002;
1946 (*this)[ +73.00] = 0.000002;
1947 (*this)[ +73.25] = 0.000002;
1948 (*this)[ +73.50] = 0.000002;
1949 (*this)[ +73.75] = 0.000002;
1950 (*this)[ +74.00] = 0.000002;
1951 (*this)[ +74.25] = 0.000002;
1952 (*this)[ +74.50] = 0.000002;
1953 (*this)[ +74.75] = 0.000002;
1954 (*this)[ +75.00] = 0.000002;
1955 (*this)[ +75.25] = 0.000002;
1956 (*this)[ +75.50] = 0.000002;
1957 (*this)[ +75.75] = 0.000002;
1958 (*this)[ +76.00] = 0.000002;
1959 (*this)[ +76.25] = 0.000001;
1960 (*this)[ +76.50] = 0.000001;
1961 (*this)[ +76.75] = 0.000001;
1962 (*this)[ +77.00] = 0.000001;
1963 (*this)[ +77.25] = 0.000001;
1964 (*this)[ +77.50] = 0.000001;
1965 (*this)[ +77.75] = 0.000001;
1966 (*this)[ +78.00] = 0.000001;
1967 (*this)[ +78.25] = 0.000001;
1968 (*this)[ +78.50] = 0.000001;
1969 (*this)[ +78.75] = 0.000001;
1970 (*this)[ +79.00] = 0.000001;
1971 (*this)[ +79.25] = 0.000001;
1972 (*this)[ +79.50] = 0.000001;
1973 (*this)[ +79.75] = 0.000001;
1974 (*this)[ +80.00] = 0.000001;
1975 (*this)[ +80.25] = 0.000001;
1976 (*this)[ +80.50] = 0.000001;
1977 (*this)[ +80.75] = 0.000001;
1978 (*this)[ +81.00] = 0.000001;
1979 (*this)[ +81.25] = 0.000001;
1980 (*this)[ +81.50] = 0.000001;
1981 (*this)[ +81.75] = 0.000001;
1982 (*this)[ +82.00] = 0.000001;
1983 (*this)[ +82.25] = 0.000001;
1984 (*this)[ +82.50] = 0.000001;
1985 (*this)[ +82.75] = 0.000001;
1986 (*this)[ +83.00] = 0.000001;
1987 (*this)[ +83.25] = 0.000001;
1988 (*this)[ +83.50] = 0.000001;
1989 (*this)[ +83.75] = 0.000001;
1990 (*this)[ +84.00] = 0.000001;
1991 (*this)[ +84.25] = 0.000001;
1992 (*this)[ +84.50] = 0.000001;
1993 (*this)[ +84.75] = 0.000001;
1994 (*this)[ +85.00] = 0.000001;
1995 (*this)[ +85.25] = 0.000001;
1996 (*this)[ +85.50] = 0.000001;
1997 (*this)[ +85.75] = 0.000001;
1998 (*this)[ +86.00] = 0.000001;
1999 (*this)[ +86.25] = 0.000001;
2000 (*this)[ +86.50] = 0.000001;
2001 (*this)[ +86.75] = 0.000001;
2002 (*this)[ +87.00] = 0.000001;
2003 (*this)[ +87.25] = 0.000001;
2004 (*this)[ +87.50] = 0.000001;
2005 (*this)[ +87.75] = 0.000001;
2006 (*this)[ +88.00] = 0.000001;
2007 (*this)[ +88.25] = 0.000001;
2008 (*this)[ +88.50] = 0.000001;
2009 (*this)[ +88.75] = 0.000001;
2010 (*this)[ +89.00] = 0.000000;
2011 (*this)[ +89.25] = 0.000000;
2012 (*this)[ +89.50] = 0.000000;
2013 (*this)[ +89.75] = 0.000000;
2014 (*this)[ +90.00] = 0.000000;
2015 (*this)[ +90.25] = 0.000000;
2016 (*this)[ +90.50] = 0.000000;
2017 (*this)[ +90.75] = 0.000000;
2018 (*this)[ +91.00] = 0.000000;
2019 (*this)[ +91.25] = 0.000000;
2020 (*this)[ +91.50] = 0.000000;
2021 (*this)[ +91.75] = 0.000000;
2022 (*this)[ +92.00] = 0.000000;
2023 (*this)[ +92.25] = 0.000001;
2024 (*this)[ +92.50] = 0.000000;
2025 (*this)[ +92.75] = 0.000000;
2026 (*this)[ +93.00] = 0.000000;
2027 (*this)[ +93.25] = 0.000000;
2028 (*this)[ +93.50] = 0.000000;
2029 (*this)[ +93.75] = 0.000000;
2030 (*this)[ +94.00] = 0.000000;
2031 (*this)[ +94.25] = 0.000001;
2032 (*this)[ +94.50] = 0.000000;
2033 (*this)[ +94.75] = 0.000000;
2034 (*this)[ +95.00] = 0.000000;
2035 (*this)[ +95.25] = 0.000000;
2036 (*this)[ +95.50] = 0.000000;
2037 (*this)[ +95.75] = 0.000000;
2038 (*this)[ +96.00] = 0.000000;
2039 (*this)[ +96.25] = 0.000000;
2040 (*this)[ +96.50] = 0.000000;
2041 (*this)[ +96.75] = 0.000000;
2042 (*this)[ +97.00] = 0.000000;
2043 (*this)[ +97.25] = 0.000000;
2044 (*this)[ +97.50] = 0.000000;
2045 (*this)[ +97.75] = 0.000000;
2046 (*this)[ +98.00] = 0.000000;
2047 (*this)[ +98.25] = 0.000000;
2048 (*this)[ +98.50] = 0.000000;
2049 (*this)[ +98.75] = 0.000000;
2050 (*this)[ +99.00] = 0.000000;
2051 (*this)[ +99.25] = 0.000000;
2052 (*this)[ +99.50] = 0.000000;
2053 (*this)[ +99.75] = 0.000000;
2054 (*this)[+100.00] = 0.000000;
2055
2056 compile();
2057 };

Member Function Documentation

◆ operator()()

result_type JTOOLS::JFunction1D< JElement_t::abscissa_type, typename JElement_t::ordinate_type >::operator() ( const argument_type x) const
inlineinherited

Function value evaluation.

Parameters
xargument value
Returns
function value

Definition at line 343 of file JFunctional.hh.

344 {
345 return this->evaluate(&x);
346 }

◆ getSupervisor()

const JSupervisor & JTOOLS::JFunction< JElement_t::abscissa_type, typename JElement_t::ordinate_type >::getSupervisor ( ) const
inlineinherited

Get supervisor.

Returns
supervisor

Definition at line 290 of file JFunctional.hh.

◆ getExceptionHandler()

const JExceptionHandler & JTOOLS::JFunction< JElement_t::abscissa_type, typename JElement_t::ordinate_type >::getExceptionHandler ( ) const
inlineoverridevirtualinherited

Get exception handler.

Returns
exception handler

Implements JTOOLS::JFunctional< JElement_t::abscissa_type, typename JElement_t::ordinate_type >.

Definition at line 301 of file JFunctional.hh.

302 {
303 return *__supervisor.handler;
304 }

◆ setExceptionHandler()

void JTOOLS::JFunction< JElement_t::abscissa_type, typename JElement_t::ordinate_type >::setExceptionHandler ( const JSupervisor & supervisor)
inlineinherited

Set the supervisor for handling of exceptions.

Parameters
supervisorsupervisor

Definition at line 312 of file JFunctional.hh.

313 {
314 this->__supervisor = supervisor;
315 }

◆ evaluate()

virtual result_type JTOOLS::JFunctional< JElement_t::abscissa_type, typename JElement_t::ordinate_type >::evaluate ( const argument_type * pX) const
pure virtualinherited

Recursive function value evaluation.

Parameters
pXpointer to abscissa values
Returns
function value

◆ getValue() [1/2]

static result_type JTOOLS::JFunctional< JElement_t::abscissa_type, typename JElement_t::ordinate_type >::getValue ( const JFunctional< JElement_t::abscissa_type, typename JElement_t::ordinate_type > & function,
const argument_type * pX )
inlinestaticinherited

Recursive function value evaluation.

Parameters
functionfunction
pXpointer to abscissa values

Definition at line 103 of file JFunctional.hh.

105 {
106 return function.evaluate(pX);
107 }

◆ getValue() [2/2]

static JClass< result_type >::argument_type JTOOLS::JFunctional< JElement_t::abscissa_type, typename JElement_t::ordinate_type >::getValue ( typename JClass< result_type >::argument_type value,
const argument_type * pX )
inlinestaticinherited

Termination of recursive function value evaluation.

Parameters
valueresult
pXpointer to abscissa values

Definition at line 117 of file JFunctional.hh.

119 {
120 return value;
121 }

Member Data Documentation

◆ __supervisor

JSupervisor JTOOLS::JFunction< JElement_t::abscissa_type, typename JElement_t::ordinate_type >::__supervisor
protectedinherited

Definition at line 318 of file JFunctional.hh.


The documentation for this struct was generated from the following file: