Jpp  master_rocky-40-g5f0272dcd
the software that should make you happy
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
JDETECTOR::JTransitionTimeProbability38 Struct Referenceabstract

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

#include <JPMTTransitTimeProbability.hh>

Inheritance diagram for JDETECTOR::JTransitionTimeProbability38:
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< JArgument_t, JResult_t > JTOOLS::JFunctional< JArgument_t, JResult_t >

Public Types

typedef JSplineCollection< JSplineElement2D< double, double >, JGridCollection, JDistance< typename JElement_t::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  { NUMBER_OF_DIMENSIONS = 1 }
 
typedef JFunctional< JArgument_t, JResult_t > functional_type
 
typedef JSupervisor supervisor_type
 

Public Member Functions

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

Static Public Member Functions

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

Protected Attributes

JSupervisor supervisor
 

Detailed Description

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

Definition at line 1057 of file JPMTTransitTimeProbability.hh.

Member Typedef Documentation

◆ collection_type

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

Definition at line 741 of file JSpline.hh.

◆ abscissa_type

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

Definition at line 743 of file JSpline.hh.

◆ ordinate_type

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

Definition at line 744 of file JSpline.hh.

◆ value_type

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

Definition at line 745 of file JSpline.hh.

◆ distance_type

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

Definition at line 746 of file JSpline.hh.

◆ const_iterator

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

Definition at line 748 of file JSpline.hh.

◆ const_reverse_iterator

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

Definition at line 749 of file JSpline.hh.

◆ iterator

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

Definition at line 750 of file JSpline.hh.

◆ reverse_iterator

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

Definition at line 751 of file JSpline.hh.

◆ function_type

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

Definition at line 753 of file JSpline.hh.

◆ argument_type

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

Definition at line 755 of file JSpline.hh.

◆ result_type

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

Definition at line 756 of file JSpline.hh.

◆ exceptionhandler_type

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

Definition at line 757 of file JSpline.hh.

◆ functional_type

template<class JArgument_t , class JResult_t >
typedef JFunctional<JArgument_t, JResult_t> JTOOLS::JFunction1D< JArgument_t, JResult_t >::functional_type
inherited

Definition at line 337 of file JFunctional.hh.

◆ supervisor_type

template<class JArgument_t , class JResult_t >
typedef JSupervisor JTOOLS::JFunctional< JArgument_t, JResult_t >::supervisor_type
inherited

Definition at line 89 of file JFunctional.hh.

Member Enumeration Documentation

◆ anonymous enum

template<class JArgument_t , class JResult_t >
anonymous enum
inherited
Enumerator
NUMBER_OF_DIMENSIONS 

Definition at line 335 of file JFunctional.hh.

Constructor & Destructor Documentation

◆ JTransitionTimeProbability38()

JDETECTOR::JTransitionTimeProbability38::JTransitionTimeProbability38 ( )
inline

Default constructor.

Definition at line 1063 of file JPMTTransitTimeProbability.hh.

1064  {
1065  // produced by JLegolas.cc
1066  (*this)[ -20.00] = 0.000000;
1067  (*this)[ -19.75] = 0.000000;
1068  (*this)[ -19.50] = 0.000000;
1069  (*this)[ -19.25] = 0.000002;
1070  (*this)[ -19.00] = 0.000004;
1071  (*this)[ -18.75] = 0.000006;
1072  (*this)[ -18.50] = 0.000009;
1073  (*this)[ -18.25] = 0.000011;
1074  (*this)[ -18.00] = 0.000015;
1075  (*this)[ -17.75] = 0.000018;
1076  (*this)[ -17.50] = 0.000023;
1077  (*this)[ -17.25] = 0.000028;
1078  (*this)[ -17.00] = 0.000032;
1079  (*this)[ -16.75] = 0.000035;
1080  (*this)[ -16.50] = 0.000039;
1081  (*this)[ -16.25] = 0.000043;
1082  (*this)[ -16.00] = 0.000045;
1083  (*this)[ -15.75] = 0.000047;
1084  (*this)[ -15.50] = 0.000047;
1085  (*this)[ -15.25] = 0.000048;
1086  (*this)[ -15.00] = 0.000047;
1087  (*this)[ -14.75] = 0.000045;
1088  (*this)[ -14.50] = 0.000044;
1089  (*this)[ -14.25] = 0.000044;
1090  (*this)[ -14.00] = 0.000041;
1091  (*this)[ -13.75] = 0.000039;
1092  (*this)[ -13.50] = 0.000038;
1093  (*this)[ -13.25] = 0.000037;
1094  (*this)[ -13.00] = 0.000034;
1095  (*this)[ -12.75] = 0.000032;
1096  (*this)[ -12.50] = 0.000030;
1097  (*this)[ -12.25] = 0.000028;
1098  (*this)[ -12.00] = 0.000025;
1099  (*this)[ -11.75] = 0.000023;
1100  (*this)[ -11.50] = 0.000022;
1101  (*this)[ -11.25] = 0.000021;
1102  (*this)[ -11.00] = 0.000020;
1103  (*this)[ -10.75] = 0.000019;
1104  (*this)[ -10.50] = 0.000020;
1105  (*this)[ -10.25] = 0.000020;
1106  (*this)[ -10.00] = 0.000022;
1107  (*this)[ -9.75] = 0.000024;
1108  (*this)[ -9.50] = 0.000027;
1109  (*this)[ -9.25] = 0.000030;
1110  (*this)[ -9.00] = 0.000035;
1111  (*this)[ -8.75] = 0.000039;
1112  (*this)[ -8.50] = 0.000045;
1113  (*this)[ -8.25] = 0.000050;
1114  (*this)[ -8.00] = 0.000058;
1115  (*this)[ -7.75] = 0.000065;
1116  (*this)[ -7.50] = 0.000074;
1117  (*this)[ -7.25] = 0.000084;
1118  (*this)[ -7.00] = 0.000096;
1119  (*this)[ -6.75] = 0.000109;
1120  (*this)[ -6.50] = 0.000125;
1121  (*this)[ -6.25] = 0.000141;
1122  (*this)[ -6.00] = 0.000167;
1123  (*this)[ -5.75] = 0.000194;
1124  (*this)[ -5.50] = 0.000243;
1125  (*this)[ -5.25] = 0.000292;
1126  (*this)[ -5.00] = 0.000394;
1127  (*this)[ -4.75] = 0.000500;
1128  (*this)[ -4.50] = 0.000778;
1129  (*this)[ -4.25] = 0.001069;
1130  (*this)[ -4.00] = 0.001918;
1131  (*this)[ -3.75] = 0.002797;
1132  (*this)[ -3.50] = 0.005052;
1133  (*this)[ -3.25] = 0.007357;
1134  (*this)[ -3.00] = 0.012074;
1135  (*this)[ -2.75] = 0.016857;
1136  (*this)[ -2.50] = 0.024827;
1137  (*this)[ -2.25] = 0.032883;
1138  (*this)[ -2.00] = 0.045017;
1139  (*this)[ -1.75] = 0.057241;
1140  (*this)[ -1.50] = 0.073679;
1141  (*this)[ -1.25] = 0.090146;
1142  (*this)[ -1.00] = 0.107977;
1143  (*this)[ -0.75] = 0.125687;
1144  (*this)[ -0.50] = 0.137677;
1145  (*this)[ -0.25] = 0.149420;
1146  (*this)[ +0.00] = 0.149505;
1147  (*this)[ +0.25] = 0.149327;
1148  (*this)[ +0.50] = 0.136745;
1149  (*this)[ +0.75] = 0.124047;
1150  (*this)[ +1.00] = 0.105908;
1151  (*this)[ +1.25] = 0.087797;
1152  (*this)[ +1.50] = 0.071017;
1153  (*this)[ +1.75] = 0.054352;
1154  (*this)[ +2.00] = 0.043056;
1155  (*this)[ +2.25] = 0.031857;
1156  (*this)[ +2.50] = 0.025196;
1157  (*this)[ +2.75] = 0.018592;
1158  (*this)[ +3.00] = 0.014719;
1159  (*this)[ +3.25] = 0.010873;
1160  (*this)[ +3.50] = 0.008306;
1161  (*this)[ +3.75] = 0.005762;
1162  (*this)[ +4.00] = 0.004358;
1163  (*this)[ +4.25] = 0.002972;
1164  (*this)[ +4.50] = 0.002403;
1165  (*this)[ +4.75] = 0.001842;
1166  (*this)[ +5.00] = 0.001643;
1167  (*this)[ +5.25] = 0.001446;
1168  (*this)[ +5.50] = 0.001319;
1169  (*this)[ +5.75] = 0.001192;
1170  (*this)[ +6.00] = 0.001064;
1171  (*this)[ +6.25] = 0.000937;
1172  (*this)[ +6.50] = 0.000826;
1173  (*this)[ +6.75] = 0.000716;
1174  (*this)[ +7.00] = 0.000636;
1175  (*this)[ +7.25] = 0.000557;
1176  (*this)[ +7.50] = 0.000503;
1177  (*this)[ +7.75] = 0.000448;
1178  (*this)[ +8.00] = 0.000412;
1179  (*this)[ +8.25] = 0.000376;
1180  (*this)[ +8.50] = 0.000351;
1181  (*this)[ +8.75] = 0.000327;
1182  (*this)[ +9.00] = 0.000309;
1183  (*this)[ +9.25] = 0.000291;
1184  (*this)[ +9.50] = 0.000280;
1185  (*this)[ +9.75] = 0.000268;
1186  (*this)[ +10.00] = 0.000260;
1187  (*this)[ +10.25] = 0.000252;
1188  (*this)[ +10.50] = 0.000248;
1189  (*this)[ +10.75] = 0.000243;
1190  (*this)[ +11.00] = 0.000240;
1191  (*this)[ +11.25] = 0.000237;
1192  (*this)[ +11.50] = 0.000236;
1193  (*this)[ +11.75] = 0.000236;
1194  (*this)[ +12.00] = 0.000237;
1195  (*this)[ +12.25] = 0.000237;
1196  (*this)[ +12.50] = 0.000241;
1197  (*this)[ +12.75] = 0.000244;
1198  (*this)[ +13.00] = 0.000249;
1199  (*this)[ +13.25] = 0.000253;
1200  (*this)[ +13.50] = 0.000259;
1201  (*this)[ +13.75] = 0.000265;
1202  (*this)[ +14.00] = 0.000270;
1203  (*this)[ +14.25] = 0.000275;
1204  (*this)[ +14.50] = 0.000281;
1205  (*this)[ +14.75] = 0.000287;
1206  (*this)[ +15.00] = 0.000290;
1207  (*this)[ +15.25] = 0.000294;
1208  (*this)[ +15.50] = 0.000297;
1209  (*this)[ +15.75] = 0.000300;
1210  (*this)[ +16.00] = 0.000302;
1211  (*this)[ +16.25] = 0.000304;
1212  (*this)[ +16.50] = 0.000307;
1213  (*this)[ +16.75] = 0.000309;
1214  (*this)[ +17.00] = 0.000311;
1215  (*this)[ +17.25] = 0.000313;
1216  (*this)[ +17.50] = 0.000315;
1217  (*this)[ +17.75] = 0.000317;
1218  (*this)[ +18.00] = 0.000317;
1219  (*this)[ +18.25] = 0.000317;
1220  (*this)[ +18.50] = 0.000318;
1221  (*this)[ +18.75] = 0.000318;
1222  (*this)[ +19.00] = 0.000316;
1223  (*this)[ +19.25] = 0.000314;
1224  (*this)[ +19.50] = 0.000312;
1225  (*this)[ +19.75] = 0.000311;
1226  (*this)[ +20.00] = 0.000310;
1227  (*this)[ +20.25] = 0.000309;
1228  (*this)[ +20.50] = 0.000311;
1229  (*this)[ +20.75] = 0.000312;
1230  (*this)[ +21.00] = 0.000314;
1231  (*this)[ +21.25] = 0.000317;
1232  (*this)[ +21.50] = 0.000321;
1233  (*this)[ +21.75] = 0.000326;
1234  (*this)[ +22.00] = 0.000330;
1235  (*this)[ +22.25] = 0.000335;
1236  (*this)[ +22.50] = 0.000344;
1237  (*this)[ +22.75] = 0.000352;
1238  (*this)[ +23.00] = 0.000360;
1239  (*this)[ +23.25] = 0.000368;
1240  (*this)[ +23.50] = 0.000379;
1241  (*this)[ +23.75] = 0.000390;
1242  (*this)[ +24.00] = 0.000403;
1243  (*this)[ +24.25] = 0.000416;
1244  (*this)[ +24.50] = 0.000432;
1245  (*this)[ +24.75] = 0.000448;
1246  (*this)[ +25.00] = 0.000463;
1247  (*this)[ +25.25] = 0.000479;
1248  (*this)[ +25.50] = 0.000495;
1249  (*this)[ +25.75] = 0.000511;
1250  (*this)[ +26.00] = 0.000525;
1251  (*this)[ +26.25] = 0.000538;
1252  (*this)[ +26.50] = 0.000549;
1253  (*this)[ +26.75] = 0.000559;
1254  (*this)[ +27.00] = 0.000563;
1255  (*this)[ +27.25] = 0.000567;
1256  (*this)[ +27.50] = 0.000566;
1257  (*this)[ +27.75] = 0.000565;
1258  (*this)[ +28.00] = 0.000560;
1259  (*this)[ +28.25] = 0.000555;
1260  (*this)[ +28.50] = 0.000548;
1261  (*this)[ +28.75] = 0.000541;
1262  (*this)[ +29.00] = 0.000530;
1263  (*this)[ +29.25] = 0.000519;
1264  (*this)[ +29.50] = 0.000508;
1265  (*this)[ +29.75] = 0.000496;
1266  (*this)[ +30.00] = 0.000482;
1267  (*this)[ +30.25] = 0.000467;
1268  (*this)[ +30.50] = 0.000452;
1269  (*this)[ +30.75] = 0.000437;
1270  (*this)[ +31.00] = 0.000417;
1271  (*this)[ +31.25] = 0.000397;
1272  (*this)[ +31.50] = 0.000379;
1273  (*this)[ +31.75] = 0.000360;
1274  (*this)[ +32.00] = 0.000341;
1275  (*this)[ +32.25] = 0.000322;
1276  (*this)[ +32.50] = 0.000307;
1277  (*this)[ +32.75] = 0.000292;
1278  (*this)[ +33.00] = 0.000276;
1279  (*this)[ +33.25] = 0.000260;
1280  (*this)[ +33.50] = 0.000247;
1281  (*this)[ +33.75] = 0.000235;
1282  (*this)[ +34.00] = 0.000222;
1283  (*this)[ +34.25] = 0.000209;
1284  (*this)[ +34.50] = 0.000197;
1285  (*this)[ +34.75] = 0.000186;
1286  (*this)[ +35.00] = 0.000173;
1287  (*this)[ +35.25] = 0.000161;
1288  (*this)[ +35.50] = 0.000150;
1289  (*this)[ +35.75] = 0.000140;
1290  (*this)[ +36.00] = 0.000130;
1291  (*this)[ +36.25] = 0.000121;
1292  (*this)[ +36.50] = 0.000114;
1293  (*this)[ +36.75] = 0.000108;
1294  (*this)[ +37.00] = 0.000102;
1295  (*this)[ +37.25] = 0.000096;
1296  (*this)[ +37.50] = 0.000092;
1297  (*this)[ +37.75] = 0.000087;
1298  (*this)[ +38.00] = 0.000084;
1299  (*this)[ +38.25] = 0.000080;
1300  (*this)[ +38.50] = 0.000077;
1301  (*this)[ +38.75] = 0.000073;
1302  (*this)[ +39.00] = 0.000069;
1303  (*this)[ +39.25] = 0.000066;
1304  (*this)[ +39.50] = 0.000063;
1305  (*this)[ +39.75] = 0.000060;
1306  (*this)[ +40.00] = 0.000057;
1307  (*this)[ +40.25] = 0.000055;
1308  (*this)[ +40.50] = 0.000054;
1309  (*this)[ +40.75] = 0.000053;
1310  (*this)[ +41.00] = 0.000053;
1311  (*this)[ +41.25] = 0.000052;
1312  (*this)[ +41.50] = 0.000052;
1313  (*this)[ +41.75] = 0.000052;
1314  (*this)[ +42.00] = 0.000052;
1315  (*this)[ +42.25] = 0.000052;
1316  (*this)[ +42.50] = 0.000051;
1317  (*this)[ +42.75] = 0.000051;
1318  (*this)[ +43.00] = 0.000050;
1319  (*this)[ +43.25] = 0.000049;
1320  (*this)[ +43.50] = 0.000048;
1321  (*this)[ +43.75] = 0.000047;
1322  (*this)[ +44.00] = 0.000046;
1323  (*this)[ +44.25] = 0.000045;
1324  (*this)[ +44.50] = 0.000045;
1325  (*this)[ +44.75] = 0.000045;
1326  (*this)[ +45.00] = 0.000045;
1327  (*this)[ +45.25] = 0.000045;
1328  (*this)[ +45.50] = 0.000046;
1329  (*this)[ +45.75] = 0.000046;
1330  (*this)[ +46.00] = 0.000046;
1331  (*this)[ +46.25] = 0.000046;
1332  (*this)[ +46.50] = 0.000046;
1333  (*this)[ +46.75] = 0.000046;
1334  (*this)[ +47.00] = 0.000045;
1335  (*this)[ +47.25] = 0.000044;
1336  (*this)[ +47.50] = 0.000043;
1337  (*this)[ +47.75] = 0.000042;
1338  (*this)[ +48.00] = 0.000041;
1339  (*this)[ +48.25] = 0.000041;
1340  (*this)[ +48.50] = 0.000040;
1341  (*this)[ +48.75] = 0.000040;
1342  (*this)[ +49.00] = 0.000040;
1343  (*this)[ +49.25] = 0.000040;
1344  (*this)[ +49.50] = 0.000040;
1345  (*this)[ +49.75] = 0.000040;
1346  (*this)[ +50.00] = 0.000040;
1347  (*this)[ +50.25] = 0.000039;
1348  (*this)[ +50.50] = 0.000039;
1349  (*this)[ +50.75] = 0.000039;
1350  (*this)[ +51.00] = 0.000038;
1351  (*this)[ +51.25] = 0.000038;
1352  (*this)[ +51.50] = 0.000037;
1353  (*this)[ +51.75] = 0.000037;
1354  (*this)[ +52.00] = 0.000036;
1355  (*this)[ +52.25] = 0.000036;
1356  (*this)[ +52.50] = 0.000036;
1357  (*this)[ +52.75] = 0.000036;
1358  (*this)[ +53.00] = 0.000036;
1359  (*this)[ +53.25] = 0.000036;
1360  (*this)[ +53.50] = 0.000036;
1361  (*this)[ +53.75] = 0.000036;
1362  (*this)[ +54.00] = 0.000035;
1363  (*this)[ +54.25] = 0.000035;
1364  (*this)[ +54.50] = 0.000035;
1365  (*this)[ +54.75] = 0.000034;
1366  (*this)[ +55.00] = 0.000033;
1367  (*this)[ +55.25] = 0.000033;
1368  (*this)[ +55.50] = 0.000032;
1369  (*this)[ +55.75] = 0.000031;
1370  (*this)[ +56.00] = 0.000031;
1371  (*this)[ +56.25] = 0.000030;
1372  (*this)[ +56.50] = 0.000029;
1373  (*this)[ +56.75] = 0.000029;
1374  (*this)[ +57.00] = 0.000028;
1375  (*this)[ +57.25] = 0.000028;
1376  (*this)[ +57.50] = 0.000027;
1377  (*this)[ +57.75] = 0.000027;
1378  (*this)[ +58.00] = 0.000026;
1379  (*this)[ +58.25] = 0.000026;
1380  (*this)[ +58.50] = 0.000025;
1381  (*this)[ +58.75] = 0.000024;
1382  (*this)[ +59.00] = 0.000023;
1383  (*this)[ +59.25] = 0.000022;
1384  (*this)[ +59.50] = 0.000021;
1385  (*this)[ +59.75] = 0.000021;
1386  (*this)[ +60.00] = 0.000020;
1387  (*this)[ +60.25] = 0.000019;
1388  (*this)[ +60.50] = 0.000018;
1389  (*this)[ +60.75] = 0.000018;
1390  (*this)[ +61.00] = 0.000017;
1391  (*this)[ +61.25] = 0.000016;
1392  (*this)[ +61.50] = 0.000016;
1393  (*this)[ +61.75] = 0.000015;
1394  (*this)[ +62.00] = 0.000015;
1395  (*this)[ +62.25] = 0.000014;
1396  (*this)[ +62.50] = 0.000013;
1397  (*this)[ +62.75] = 0.000013;
1398  (*this)[ +63.00] = 0.000012;
1399  (*this)[ +63.25] = 0.000012;
1400  (*this)[ +63.50] = 0.000011;
1401  (*this)[ +63.75] = 0.000010;
1402  (*this)[ +64.00] = 0.000010;
1403  (*this)[ +64.25] = 0.000009;
1404  (*this)[ +64.50] = 0.000009;
1405  (*this)[ +64.75] = 0.000009;
1406  (*this)[ +65.00] = 0.000008;
1407  (*this)[ +65.25] = 0.000008;
1408  (*this)[ +65.50] = 0.000007;
1409  (*this)[ +65.75] = 0.000007;
1410  (*this)[ +66.00] = 0.000007;
1411  (*this)[ +66.25] = 0.000006;
1412  (*this)[ +66.50] = 0.000006;
1413  (*this)[ +66.75] = 0.000006;
1414  (*this)[ +67.00] = 0.000005;
1415  (*this)[ +67.25] = 0.000005;
1416  (*this)[ +67.50] = 0.000005;
1417  (*this)[ +67.75] = 0.000005;
1418  (*this)[ +68.00] = 0.000005;
1419  (*this)[ +68.25] = 0.000004;
1420  (*this)[ +68.50] = 0.000004;
1421  (*this)[ +68.75] = 0.000004;
1422  (*this)[ +69.00] = 0.000004;
1423  (*this)[ +69.25] = 0.000004;
1424  (*this)[ +69.50] = 0.000004;
1425  (*this)[ +69.75] = 0.000004;
1426  (*this)[ +70.00] = 0.000004;
1427  (*this)[ +70.25] = 0.000003;
1428  (*this)[ +70.50] = 0.000003;
1429  (*this)[ +70.75] = 0.000003;
1430  (*this)[ +71.00] = 0.000003;
1431  (*this)[ +71.25] = 0.000003;
1432  (*this)[ +71.50] = 0.000003;
1433  (*this)[ +71.75] = 0.000003;
1434  (*this)[ +72.00] = 0.000002;
1435  (*this)[ +72.25] = 0.000002;
1436  (*this)[ +72.50] = 0.000002;
1437  (*this)[ +72.75] = 0.000002;
1438  (*this)[ +73.00] = 0.000002;
1439  (*this)[ +73.25] = 0.000002;
1440  (*this)[ +73.50] = 0.000002;
1441  (*this)[ +73.75] = 0.000002;
1442  (*this)[ +74.00] = 0.000002;
1443  (*this)[ +74.25] = 0.000002;
1444  (*this)[ +74.50] = 0.000002;
1445  (*this)[ +74.75] = 0.000002;
1446  (*this)[ +75.00] = 0.000002;
1447  (*this)[ +75.25] = 0.000002;
1448  (*this)[ +75.50] = 0.000002;
1449  (*this)[ +75.75] = 0.000002;
1450  (*this)[ +76.00] = 0.000002;
1451  (*this)[ +76.25] = 0.000002;
1452  (*this)[ +76.50] = 0.000002;
1453  (*this)[ +76.75] = 0.000001;
1454  (*this)[ +77.00] = 0.000001;
1455  (*this)[ +77.25] = 0.000001;
1456  (*this)[ +77.50] = 0.000001;
1457  (*this)[ +77.75] = 0.000001;
1458  (*this)[ +78.00] = 0.000001;
1459  (*this)[ +78.25] = 0.000001;
1460  (*this)[ +78.50] = 0.000001;
1461  (*this)[ +78.75] = 0.000001;
1462  (*this)[ +79.00] = 0.000001;
1463  (*this)[ +79.25] = 0.000001;
1464  (*this)[ +79.50] = 0.000001;
1465  (*this)[ +79.75] = 0.000001;
1466  (*this)[ +80.00] = 0.000001;
1467  (*this)[ +80.25] = 0.000001;
1468  (*this)[ +80.50] = 0.000001;
1469  (*this)[ +80.75] = 0.000001;
1470  (*this)[ +81.00] = 0.000001;
1471  (*this)[ +81.25] = 0.000001;
1472  (*this)[ +81.50] = 0.000001;
1473  (*this)[ +81.75] = 0.000001;
1474  (*this)[ +82.00] = 0.000001;
1475  (*this)[ +82.25] = 0.000001;
1476  (*this)[ +82.50] = 0.000001;
1477  (*this)[ +82.75] = 0.000001;
1478  (*this)[ +83.00] = 0.000001;
1479  (*this)[ +83.25] = 0.000001;
1480  (*this)[ +83.50] = 0.000001;
1481  (*this)[ +83.75] = 0.000001;
1482  (*this)[ +84.00] = 0.000001;
1483  (*this)[ +84.25] = 0.000001;
1484  (*this)[ +84.50] = 0.000001;
1485  (*this)[ +84.75] = 0.000001;
1486  (*this)[ +85.00] = 0.000001;
1487  (*this)[ +85.25] = 0.000001;
1488  (*this)[ +85.50] = 0.000001;
1489  (*this)[ +85.75] = 0.000001;
1490  (*this)[ +86.00] = 0.000001;
1491  (*this)[ +86.25] = 0.000001;
1492  (*this)[ +86.50] = 0.000001;
1493  (*this)[ +86.75] = 0.000001;
1494  (*this)[ +87.00] = 0.000001;
1495  (*this)[ +87.25] = 0.000001;
1496  (*this)[ +87.50] = 0.000001;
1497  (*this)[ +87.75] = 0.000001;
1498  (*this)[ +88.00] = 0.000000;
1499  (*this)[ +88.25] = 0.000000;
1500  (*this)[ +88.50] = 0.000000;
1501  (*this)[ +88.75] = 0.000000;
1502  (*this)[ +89.00] = 0.000000;
1503  (*this)[ +89.25] = 0.000000;
1504  (*this)[ +89.50] = 0.000000;
1505  (*this)[ +89.75] = 0.000001;
1506  (*this)[ +90.00] = 0.000000;
1507  (*this)[ +90.25] = 0.000000;
1508  (*this)[ +90.50] = 0.000000;
1509  (*this)[ +90.75] = 0.000000;
1510  (*this)[ +91.00] = 0.000000;
1511  (*this)[ +91.25] = 0.000000;
1512  (*this)[ +91.50] = 0.000000;
1513  (*this)[ +91.75] = 0.000000;
1514  (*this)[ +92.00] = 0.000000;
1515  (*this)[ +92.25] = 0.000000;
1516  (*this)[ +92.50] = 0.000000;
1517  (*this)[ +92.75] = 0.000000;
1518  (*this)[ +93.00] = 0.000000;
1519  (*this)[ +93.25] = 0.000000;
1520  (*this)[ +93.50] = 0.000000;
1521  (*this)[ +93.75] = 0.000000;
1522  (*this)[ +94.00] = 0.000000;
1523  (*this)[ +94.25] = 0.000000;
1524  (*this)[ +94.50] = 0.000000;
1525  (*this)[ +94.75] = 0.000000;
1526  (*this)[ +95.00] = 0.000000;
1527  (*this)[ +95.25] = 0.000000;
1528  (*this)[ +95.50] = 0.000000;
1529  (*this)[ +95.75] = 0.000000;
1530  (*this)[ +96.00] = 0.000000;
1531  (*this)[ +96.25] = 0.000000;
1532  (*this)[ +96.50] = 0.000000;
1533  (*this)[ +96.75] = 0.000000;
1534  (*this)[ +97.00] = 0.000000;
1535  (*this)[ +97.25] = 0.000000;
1536  (*this)[ +97.50] = 0.000000;
1537  (*this)[ +97.75] = 0.000000;
1538  (*this)[ +98.00] = 0.000000;
1539  (*this)[ +98.25] = 0.000000;
1540  (*this)[ +98.50] = 0.000000;
1541  (*this)[ +98.75] = 0.000000;
1542  (*this)[ +99.00] = 0.000000;
1543  (*this)[ +99.25] = 0.000000;
1544  (*this)[ +99.50] = 0.000000;
1545  (*this)[ +99.75] = 0.000000;
1546  (*this)[+100.00] = 0.000000;
1547 
1548  compile();
1549  };

Member Function Documentation

◆ operator()()

template<class JArgument_t , class JResult_t >
result_type JTOOLS::JFunction1D< JArgument_t, JResult_t >::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
Recursive function value evaluation.

◆ evaluate()

template<class JArgument_t , class JResult_t >
virtual result_type JTOOLS::JFunctional< JArgument_t, JResult_t >::evaluate ( const argument_type pX) const
pure virtualinherited

Recursive function value evaluation.

Parameters
pXpointer 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 >
static result_type JTOOLS::JFunctional< JArgument_t, JResult_t >::getValue ( const JFunctional< JArgument_t, JResult_t > &  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]

template<class JArgument_t , class JResult_t >
static JClass<result_type>::argument_type JTOOLS::JFunctional< JArgument_t, JResult_t >::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()

template<class JArgument_t , class JResult_t >
JSupervisor JTOOLS::JFunctional< JArgument_t, JResult_t >::getSupervisor ( ) const
inlineinherited

Get supervisor.

Returns
supervisor

Definition at line 281 of file JFunctional.hh.

282  {
283  return supervisor;
284  }
JSupervisor supervisor
Definition: JFunctional.hh:310

◆ getExceptionHandler()

template<class JArgument_t , class JResult_t >
const JExceptionHandler& JTOOLS::JFunctional< JArgument_t, JResult_t >::getExceptionHandler ( ) const
inlineinherited

Get exception handler.

Returns
exception handler

Definition at line 292 of file JFunctional.hh.

293  {
294  return *supervisor;
295  }

◆ setExceptionHandler()

template<class JArgument_t , class JResult_t >
void JTOOLS::JFunctional< JArgument_t, JResult_t >::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

template<class JArgument_t , class JResult_t >
JSupervisor JTOOLS::JFunctional< JArgument_t, JResult_t >::supervisor
protectedinherited

Definition at line 310 of file JFunctional.hh.


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