Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
Loading...
Searching...
No Matches
JDETECTOR::JTransitionTimeProbability41 Struct Referenceabstract

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

#include <JPMTTransitTimeProbability.hh>

Inheritance diagram for JDETECTOR::JTransitionTimeProbability41:
JDETECTOR::JTransitionTimeProbability_t JTOOLS::JGridSplineFunction1D_t JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double > JTOOLS::JSplineFunction< JElement_t, JCollection_t, JResult_t, JDistance_t > JTOOLS::JFunction1D< JSplineElement2D< double, double >::abscissa_type, double > JTOOLS::JFunctional< JSplineElement2D< double, double >::abscissa_type, double >

Public Types

typedef JSplineCollection< JSplineElement2D< double, double >, JGridCollection, JDistance< typename JSplineElement2D< double, double >::abscissa_type > > 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, double > 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< JSplineElement2D< double, double >::abscissa_type, double > functional_type
 
typedef JSupervisor supervisor_type
 

Public Member Functions

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

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 transition times based on measurements.

Definition at line 1556 of file JPMTTransitTimeProbability.hh.

Member Typedef Documentation

◆ 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

Definition at line 741 of file JSpline.hh.

◆ abscissa_type

collection_type::abscissa_type JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::abscissa_type
inherited

Definition at line 743 of file JSpline.hh.

◆ ordinate_type

collection_type::ordinate_type JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::ordinate_type
inherited

Definition at line 744 of file JSpline.hh.

◆ value_type

collection_type::value_type JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::value_type
inherited

Definition at line 745 of file JSpline.hh.

◆ distance_type

collection_type::distance_type JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::distance_type
inherited

Definition at line 746 of file JSpline.hh.

◆ const_iterator

collection_type::const_iterator JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::const_iterator
inherited

Definition at line 748 of file JSpline.hh.

◆ const_reverse_iterator

collection_type::const_reverse_iterator JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::const_reverse_iterator
inherited

Definition at line 749 of file JSpline.hh.

◆ iterator

collection_type::iterator JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::iterator
inherited

Definition at line 750 of file JSpline.hh.

◆ reverse_iterator

collection_type::reverse_iterator JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::reverse_iterator
inherited

Definition at line 751 of file JSpline.hh.

◆ function_type

JFunction1D<abscissa_type, double> JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::function_type
inherited

Definition at line 753 of file JSpline.hh.

◆ argument_type

function_type::argument_type JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::argument_type
inherited

Definition at line 755 of file JSpline.hh.

◆ result_type

function_type::result_type JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::result_type
inherited

Definition at line 756 of file JSpline.hh.

◆ exceptionhandler_type

function_type::JExceptionHandler JTOOLS::JSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double, JDistance<typename JSplineElement2D< double, double >::abscissa_type> >::exceptionhandler_type
inherited

Definition at line 757 of file JSpline.hh.

◆ functional_type

JFunctional<JSplineElement2D< double, double >::abscissa_type, double> JTOOLS::JFunction1D< JSplineElement2D< double, double >::abscissa_type, double >::functional_type
inherited

Definition at line 337 of file JFunctional.hh.

◆ supervisor_type

JSupervisor JTOOLS::JFunctional< JSplineElement2D< double, double >::abscissa_type, double >::supervisor_type
inherited

Definition at line 89 of file JFunctional.hh.

Member Enumeration Documentation

◆ anonymous enum

Constructor & Destructor Documentation

◆ JTransitionTimeProbability41()

JDETECTOR::JTransitionTimeProbability41::JTransitionTimeProbability41 ( )
inline

Default constructor.

Definition at line 1562 of file JPMTTransitTimeProbability.hh.

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

Member Function Documentation

◆ operator()()

result_type JTOOLS::JFunction1D< JSplineElement2D< double, double >::abscissa_type, double >::operator() ( const argument_type x) const
inlineinherited

Function value evaluation.

Parameters
xargument value
Returns
function value

Definition at line 348 of file JFunctional.hh.

349 {
350 return this->evaluate(&x);
351 }
virtual result_type evaluate(const argument_type *pX) const=0

◆ evaluate()

virtual result_type JTOOLS::JFunctional< JSplineElement2D< double, double >::abscissa_type, double >::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< JSplineElement2D< double, double >::abscissa_type, double >::getValue ( const JFunctional< JSplineElement2D< double, double >::abscissa_type, double > & function,
const argument_type * pX )
inlinestaticinherited

Recursive function value evaluation.

Parameters
functionfunction
pXpointer to abscissa values

Definition at line 107 of file JFunctional.hh.

109 {
110 return function.evaluate(pX);
111 }

◆ getValue() [2/2]

static JClass< result_type >::argument_type JTOOLS::JFunctional< JSplineElement2D< double, double >::abscissa_type, double >::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 121 of file JFunctional.hh.

123 {
124 return value;
125 }

◆ getSupervisor()

JSupervisor JTOOLS::JFunctional< JSplineElement2D< double, double >::abscissa_type, double >::getSupervisor ( ) const
inlineinherited

Get supervisor.

Returns
supervisor

Definition at line 281 of file JFunctional.hh.

◆ getExceptionHandler()

const JExceptionHandler & JTOOLS::JFunctional< JSplineElement2D< double, double >::abscissa_type, double >::getExceptionHandler ( ) const
inlineinherited

Get exception handler.

Returns
exception handler

Definition at line 292 of file JFunctional.hh.

293 {
294 return *supervisor;
295 }

◆ setExceptionHandler()

void JTOOLS::JFunctional< JSplineElement2D< double, double >::abscissa_type, double >::setExceptionHandler ( const JSupervisor & supervisor)
inlineinherited

Set the supervisor for handling of exceptions.

Parameters
supervisorsupervisor

Definition at line 303 of file JFunctional.hh.

304 {
305 this->supervisor = supervisor;
306 }

Member Data Documentation

◆ supervisor

JSupervisor JTOOLS::JFunctional< JSplineElement2D< double, double >::abscissa_type, double >::supervisor
protectedinherited

Definition at line 310 of file JFunctional.hh.


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