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

Implementation to generate PMT transition times based on measurements. More...

#include <JPMTTransitTimeGenerator.hh>

Inheritance diagram for JDETECTOR::JTransitionTimeGenerator38:
JDETECTOR::JTransitionTimeGenerator_t JTOOLS::JGridHermiteSplineFunction1D_t JTOOLS::JHermiteSplineFunction1D< JSplineElement2D< double, double >, JGridCollection, double > JTOOLS::JHermiteSplineFunction< 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 JHermiteSplineCollection< 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

 JTransitionTimeGenerator38 ()
 Default constructor.
 
double getProbability (const double t_ns) const
 Get integrated probablity from $-\infty$ to given time.
 
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 to generate PMT transition times based on measurements.

Definition at line 1079 of file JPMTTransitTimeGenerator.hh.

Member Typedef Documentation

◆ collection_type

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

Definition at line 588 of file JHermiteSpline.hh.

◆ abscissa_type

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

Definition at line 590 of file JHermiteSpline.hh.

◆ ordinate_type

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

Definition at line 591 of file JHermiteSpline.hh.

◆ value_type

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

Definition at line 592 of file JHermiteSpline.hh.

◆ distance_type

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

Definition at line 593 of file JHermiteSpline.hh.

◆ const_iterator

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

Definition at line 595 of file JHermiteSpline.hh.

◆ const_reverse_iterator

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

Definition at line 596 of file JHermiteSpline.hh.

◆ iterator

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

Definition at line 597 of file JHermiteSpline.hh.

◆ reverse_iterator

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

Definition at line 598 of file JHermiteSpline.hh.

◆ function_type

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

Definition at line 600 of file JHermiteSpline.hh.

◆ argument_type

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

Definition at line 602 of file JHermiteSpline.hh.

◆ result_type

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

Definition at line 603 of file JHermiteSpline.hh.

◆ exceptionhandler_type

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

Definition at line 604 of file JHermiteSpline.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

◆ JTransitionTimeGenerator38()

JDETECTOR::JTransitionTimeGenerator38::JTransitionTimeGenerator38 ( )
inline

Default constructor.

Definition at line 1085 of file JPMTTransitTimeGenerator.hh.

1086 {
1087 // produced by JLegolas.cc
1088 (*this)[0.0000] = -19.50623;
1089 (*this)[0.0010] = -6.31061;
1090 (*this)[0.0020] = -4.56957;
1091 (*this)[0.0030] = -4.06039;
1092 (*this)[0.0040] = -3.84514;
1093 (*this)[0.0050] = -3.66335;
1094 (*this)[0.0060] = -3.49688;
1095 (*this)[0.0070] = -3.42801;
1096 (*this)[0.0080] = -3.35913;
1097 (*this)[0.0090] = -3.29026;
1098 (*this)[0.0100] = -3.22138;
1099 (*this)[0.0110] = -3.15251;
1100 (*this)[0.0120] = -3.08363;
1101 (*this)[0.0130] = -3.01476;
1102 (*this)[0.0140] = -2.97998;
1103 (*this)[0.0150] = -2.95003;
1104 (*this)[0.0160] = -2.92007;
1105 (*this)[0.0170] = -2.89012;
1106 (*this)[0.0180] = -2.86016;
1107 (*this)[0.0190] = -2.83021;
1108 (*this)[0.0200] = -2.80025;
1109 (*this)[0.0210] = -2.77030;
1110 (*this)[0.0220] = -2.74035;
1111 (*this)[0.0230] = -2.71039;
1112 (*this)[0.0240] = -2.68044;
1113 (*this)[0.0250] = -2.65048;
1114 (*this)[0.0260] = -2.62053;
1115 (*this)[0.0270] = -2.59057;
1116 (*this)[0.0280] = -2.56062;
1117 (*this)[0.0290] = -2.53066;
1118 (*this)[0.0300] = -2.50340;
1119 (*this)[0.0310] = -2.48808;
1120 (*this)[0.0320] = -2.47276;
1121 (*this)[0.0330] = -2.45744;
1122 (*this)[0.0340] = -2.44211;
1123 (*this)[0.0350] = -2.42679;
1124 (*this)[0.0360] = -2.41147;
1125 (*this)[0.0370] = -2.39614;
1126 (*this)[0.0380] = -2.38082;
1127 (*this)[0.0390] = -2.36550;
1128 (*this)[0.0400] = -2.35018;
1129 (*this)[0.0410] = -2.33485;
1130 (*this)[0.0420] = -2.31953;
1131 (*this)[0.0430] = -2.30421;
1132 (*this)[0.0440] = -2.28888;
1133 (*this)[0.0450] = -2.27356;
1134 (*this)[0.0460] = -2.25824;
1135 (*this)[0.0470] = -2.24292;
1136 (*this)[0.0480] = -2.22759;
1137 (*this)[0.0490] = -2.21227;
1138 (*this)[0.0500] = -2.19695;
1139 (*this)[0.0510] = -2.18162;
1140 (*this)[0.0520] = -2.16630;
1141 (*this)[0.0530] = -2.15098;
1142 (*this)[0.0540] = -2.13566;
1143 (*this)[0.0550] = -2.12033;
1144 (*this)[0.0560] = -2.10501;
1145 (*this)[0.0570] = -2.08969;
1146 (*this)[0.0580] = -2.07436;
1147 (*this)[0.0590] = -2.05904;
1148 (*this)[0.0600] = -2.04372;
1149 (*this)[0.0610] = -2.02840;
1150 (*this)[0.0620] = -2.01307;
1151 (*this)[0.0630] = -2.00136;
1152 (*this)[0.0640] = -1.99258;
1153 (*this)[0.0650] = -1.98379;
1154 (*this)[0.0660] = -1.97500;
1155 (*this)[0.0670] = -1.96622;
1156 (*this)[0.0680] = -1.95743;
1157 (*this)[0.0690] = -1.94864;
1158 (*this)[0.0700] = -1.93985;
1159 (*this)[0.0710] = -1.93107;
1160 (*this)[0.0720] = -1.92228;
1161 (*this)[0.0730] = -1.91349;
1162 (*this)[0.0740] = -1.90470;
1163 (*this)[0.0750] = -1.89592;
1164 (*this)[0.0760] = -1.88713;
1165 (*this)[0.0770] = -1.87834;
1166 (*this)[0.0780] = -1.86956;
1167 (*this)[0.0790] = -1.86077;
1168 (*this)[0.0800] = -1.85198;
1169 (*this)[0.0810] = -1.84319;
1170 (*this)[0.0820] = -1.83441;
1171 (*this)[0.0830] = -1.82562;
1172 (*this)[0.0840] = -1.81683;
1173 (*this)[0.0850] = -1.80805;
1174 (*this)[0.0860] = -1.79926;
1175 (*this)[0.0870] = -1.79047;
1176 (*this)[0.0880] = -1.78168;
1177 (*this)[0.0890] = -1.77290;
1178 (*this)[0.0900] = -1.76411;
1179 (*this)[0.0910] = -1.75532;
1180 (*this)[0.0920] = -1.74653;
1181 (*this)[0.0930] = -1.73775;
1182 (*this)[0.0940] = -1.72896;
1183 (*this)[0.0950] = -1.72017;
1184 (*this)[0.0960] = -1.71139;
1185 (*this)[0.0970] = -1.70260;
1186 (*this)[0.0980] = -1.69381;
1187 (*this)[0.0990] = -1.68502;
1188 (*this)[0.1000] = -1.67624;
1189 (*this)[0.1010] = -1.66745;
1190 (*this)[0.1020] = -1.65866;
1191 (*this)[0.1030] = -1.64987;
1192 (*this)[0.1040] = -1.64109;
1193 (*this)[0.1050] = -1.63230;
1194 (*this)[0.1060] = -1.62351;
1195 (*this)[0.1070] = -1.61473;
1196 (*this)[0.1080] = -1.60594;
1197 (*this)[0.1090] = -1.59715;
1198 (*this)[0.1100] = -1.58836;
1199 (*this)[0.1110] = -1.57958;
1200 (*this)[0.1120] = -1.57079;
1201 (*this)[0.1130] = -1.56200;
1202 (*this)[0.1140] = -1.55321;
1203 (*this)[0.1150] = -1.54443;
1204 (*this)[0.1160] = -1.53564;
1205 (*this)[0.1170] = -1.52685;
1206 (*this)[0.1180] = -1.51807;
1207 (*this)[0.1190] = -1.50928;
1208 (*this)[0.1200] = -1.50259;
1209 (*this)[0.1210] = -1.49702;
1210 (*this)[0.1220] = -1.49145;
1211 (*this)[0.1230] = -1.48588;
1212 (*this)[0.1240] = -1.48031;
1213 (*this)[0.1250] = -1.47474;
1214 (*this)[0.1260] = -1.46917;
1215 (*this)[0.1270] = -1.46361;
1216 (*this)[0.1280] = -1.45804;
1217 (*this)[0.1290] = -1.45247;
1218 (*this)[0.1300] = -1.44690;
1219 (*this)[0.1310] = -1.44133;
1220 (*this)[0.1320] = -1.43576;
1221 (*this)[0.1330] = -1.43019;
1222 (*this)[0.1340] = -1.42462;
1223 (*this)[0.1350] = -1.41905;
1224 (*this)[0.1360] = -1.41348;
1225 (*this)[0.1370] = -1.40791;
1226 (*this)[0.1380] = -1.40234;
1227 (*this)[0.1390] = -1.39677;
1228 (*this)[0.1400] = -1.39120;
1229 (*this)[0.1410] = -1.38563;
1230 (*this)[0.1420] = -1.38006;
1231 (*this)[0.1430] = -1.37449;
1232 (*this)[0.1440] = -1.36892;
1233 (*this)[0.1450] = -1.36336;
1234 (*this)[0.1460] = -1.35779;
1235 (*this)[0.1470] = -1.35222;
1236 (*this)[0.1480] = -1.34665;
1237 (*this)[0.1490] = -1.34108;
1238 (*this)[0.1500] = -1.33551;
1239 (*this)[0.1510] = -1.32994;
1240 (*this)[0.1520] = -1.32437;
1241 (*this)[0.1530] = -1.31880;
1242 (*this)[0.1540] = -1.31323;
1243 (*this)[0.1550] = -1.30766;
1244 (*this)[0.1560] = -1.30209;
1245 (*this)[0.1570] = -1.29652;
1246 (*this)[0.1580] = -1.29095;
1247 (*this)[0.1590] = -1.28538;
1248 (*this)[0.1600] = -1.27981;
1249 (*this)[0.1610] = -1.27424;
1250 (*this)[0.1620] = -1.26868;
1251 (*this)[0.1630] = -1.26311;
1252 (*this)[0.1640] = -1.25754;
1253 (*this)[0.1650] = -1.25197;
1254 (*this)[0.1660] = -1.24640;
1255 (*this)[0.1670] = -1.24083;
1256 (*this)[0.1680] = -1.23526;
1257 (*this)[0.1690] = -1.22969;
1258 (*this)[0.1700] = -1.22412;
1259 (*this)[0.1710] = -1.21855;
1260 (*this)[0.1720] = -1.21298;
1261 (*this)[0.1730] = -1.20741;
1262 (*this)[0.1740] = -1.20184;
1263 (*this)[0.1750] = -1.19627;
1264 (*this)[0.1760] = -1.19070;
1265 (*this)[0.1770] = -1.18513;
1266 (*this)[0.1780] = -1.17956;
1267 (*this)[0.1790] = -1.17399;
1268 (*this)[0.1800] = -1.16843;
1269 (*this)[0.1810] = -1.16286;
1270 (*this)[0.1820] = -1.15729;
1271 (*this)[0.1830] = -1.15172;
1272 (*this)[0.1840] = -1.14615;
1273 (*this)[0.1850] = -1.14058;
1274 (*this)[0.1860] = -1.13501;
1275 (*this)[0.1870] = -1.12944;
1276 (*this)[0.1880] = -1.12387;
1277 (*this)[0.1890] = -1.11830;
1278 (*this)[0.1900] = -1.11273;
1279 (*this)[0.1910] = -1.10716;
1280 (*this)[0.1920] = -1.10159;
1281 (*this)[0.1930] = -1.09602;
1282 (*this)[0.1940] = -1.09045;
1283 (*this)[0.1950] = -1.08488;
1284 (*this)[0.1960] = -1.07931;
1285 (*this)[0.1970] = -1.07374;
1286 (*this)[0.1980] = -1.06818;
1287 (*this)[0.1990] = -1.06261;
1288 (*this)[0.2000] = -1.05704;
1289 (*this)[0.2010] = -1.05147;
1290 (*this)[0.2020] = -1.04590;
1291 (*this)[0.2030] = -1.04033;
1292 (*this)[0.2040] = -1.03476;
1293 (*this)[0.2050] = -1.02919;
1294 (*this)[0.2060] = -1.02362;
1295 (*this)[0.2070] = -1.01805;
1296 (*this)[0.2080] = -1.01248;
1297 (*this)[0.2090] = -1.00691;
1298 (*this)[0.2100] = -1.00273;
1299 (*this)[0.2110] = -0.99874;
1300 (*this)[0.2120] = -0.99476;
1301 (*this)[0.2130] = -0.99077;
1302 (*this)[0.2140] = -0.98679;
1303 (*this)[0.2150] = -0.98280;
1304 (*this)[0.2160] = -0.97881;
1305 (*this)[0.2170] = -0.97483;
1306 (*this)[0.2180] = -0.97084;
1307 (*this)[0.2190] = -0.96686;
1308 (*this)[0.2200] = -0.96287;
1309 (*this)[0.2210] = -0.95888;
1310 (*this)[0.2220] = -0.95490;
1311 (*this)[0.2230] = -0.95091;
1312 (*this)[0.2240] = -0.94693;
1313 (*this)[0.2250] = -0.94294;
1314 (*this)[0.2260] = -0.93895;
1315 (*this)[0.2270] = -0.93497;
1316 (*this)[0.2280] = -0.93098;
1317 (*this)[0.2290] = -0.92700;
1318 (*this)[0.2300] = -0.92301;
1319 (*this)[0.2310] = -0.91902;
1320 (*this)[0.2320] = -0.91504;
1321 (*this)[0.2330] = -0.91105;
1322 (*this)[0.2340] = -0.90707;
1323 (*this)[0.2350] = -0.90308;
1324 (*this)[0.2360] = -0.89909;
1325 (*this)[0.2370] = -0.89511;
1326 (*this)[0.2380] = -0.89112;
1327 (*this)[0.2390] = -0.88714;
1328 (*this)[0.2400] = -0.88315;
1329 (*this)[0.2410] = -0.87916;
1330 (*this)[0.2420] = -0.87518;
1331 (*this)[0.2430] = -0.87119;
1332 (*this)[0.2440] = -0.86721;
1333 (*this)[0.2450] = -0.86322;
1334 (*this)[0.2460] = -0.85923;
1335 (*this)[0.2470] = -0.85525;
1336 (*this)[0.2480] = -0.85126;
1337 (*this)[0.2490] = -0.84728;
1338 (*this)[0.2500] = -0.84329;
1339 (*this)[0.2510] = -0.83930;
1340 (*this)[0.2520] = -0.83532;
1341 (*this)[0.2530] = -0.83133;
1342 (*this)[0.2540] = -0.82735;
1343 (*this)[0.2550] = -0.82336;
1344 (*this)[0.2560] = -0.81937;
1345 (*this)[0.2570] = -0.81539;
1346 (*this)[0.2580] = -0.81140;
1347 (*this)[0.2590] = -0.80742;
1348 (*this)[0.2600] = -0.80343;
1349 (*this)[0.2610] = -0.79944;
1350 (*this)[0.2620] = -0.79546;
1351 (*this)[0.2630] = -0.79147;
1352 (*this)[0.2640] = -0.78749;
1353 (*this)[0.2650] = -0.78350;
1354 (*this)[0.2660] = -0.77951;
1355 (*this)[0.2670] = -0.77553;
1356 (*this)[0.2680] = -0.77154;
1357 (*this)[0.2690] = -0.76756;
1358 (*this)[0.2700] = -0.76357;
1359 (*this)[0.2710] = -0.75958;
1360 (*this)[0.2720] = -0.75560;
1361 (*this)[0.2730] = -0.75161;
1362 (*this)[0.2740] = -0.74763;
1363 (*this)[0.2750] = -0.74364;
1364 (*this)[0.2760] = -0.73965;
1365 (*this)[0.2770] = -0.73567;
1366 (*this)[0.2780] = -0.73168;
1367 (*this)[0.2790] = -0.72770;
1368 (*this)[0.2800] = -0.72371;
1369 (*this)[0.2810] = -0.71972;
1370 (*this)[0.2820] = -0.71574;
1371 (*this)[0.2830] = -0.71175;
1372 (*this)[0.2840] = -0.70777;
1373 (*this)[0.2850] = -0.70378;
1374 (*this)[0.2860] = -0.69979;
1375 (*this)[0.2870] = -0.69581;
1376 (*this)[0.2880] = -0.69182;
1377 (*this)[0.2890] = -0.68784;
1378 (*this)[0.2900] = -0.68385;
1379 (*this)[0.2910] = -0.67986;
1380 (*this)[0.2920] = -0.67588;
1381 (*this)[0.2930] = -0.67189;
1382 (*this)[0.2940] = -0.66791;
1383 (*this)[0.2950] = -0.66392;
1384 (*this)[0.2960] = -0.65993;
1385 (*this)[0.2970] = -0.65595;
1386 (*this)[0.2980] = -0.65196;
1387 (*this)[0.2990] = -0.64798;
1388 (*this)[0.3000] = -0.64399;
1389 (*this)[0.3010] = -0.64000;
1390 (*this)[0.3020] = -0.63602;
1391 (*this)[0.3030] = -0.63203;
1392 (*this)[0.3040] = -0.62805;
1393 (*this)[0.3050] = -0.62406;
1394 (*this)[0.3060] = -0.62007;
1395 (*this)[0.3070] = -0.61609;
1396 (*this)[0.3080] = -0.61210;
1397 (*this)[0.3090] = -0.60812;
1398 (*this)[0.3100] = -0.60413;
1399 (*this)[0.3110] = -0.60014;
1400 (*this)[0.3120] = -0.59616;
1401 (*this)[0.3130] = -0.59217;
1402 (*this)[0.3140] = -0.58819;
1403 (*this)[0.3150] = -0.58420;
1404 (*this)[0.3160] = -0.58021;
1405 (*this)[0.3170] = -0.57623;
1406 (*this)[0.3180] = -0.57224;
1407 (*this)[0.3190] = -0.56826;
1408 (*this)[0.3200] = -0.56427;
1409 (*this)[0.3210] = -0.56028;
1410 (*this)[0.3220] = -0.55630;
1411 (*this)[0.3230] = -0.55231;
1412 (*this)[0.3240] = -0.54833;
1413 (*this)[0.3250] = -0.54434;
1414 (*this)[0.3260] = -0.54035;
1415 (*this)[0.3270] = -0.53637;
1416 (*this)[0.3280] = -0.53238;
1417 (*this)[0.3290] = -0.52840;
1418 (*this)[0.3300] = -0.52441;
1419 (*this)[0.3310] = -0.52042;
1420 (*this)[0.3320] = -0.51644;
1421 (*this)[0.3330] = -0.51245;
1422 (*this)[0.3340] = -0.50847;
1423 (*this)[0.3350] = -0.50476;
1424 (*this)[0.3360] = -0.50141;
1425 (*this)[0.3370] = -0.49807;
1426 (*this)[0.3380] = -0.49472;
1427 (*this)[0.3390] = -0.49137;
1428 (*this)[0.3400] = -0.48803;
1429 (*this)[0.3410] = -0.48468;
1430 (*this)[0.3420] = -0.48134;
1431 (*this)[0.3430] = -0.47799;
1432 (*this)[0.3440] = -0.47464;
1433 (*this)[0.3450] = -0.47130;
1434 (*this)[0.3460] = -0.46795;
1435 (*this)[0.3470] = -0.46460;
1436 (*this)[0.3480] = -0.46126;
1437 (*this)[0.3490] = -0.45791;
1438 (*this)[0.3500] = -0.45457;
1439 (*this)[0.3510] = -0.45122;
1440 (*this)[0.3520] = -0.44787;
1441 (*this)[0.3530] = -0.44453;
1442 (*this)[0.3540] = -0.44118;
1443 (*this)[0.3550] = -0.43783;
1444 (*this)[0.3560] = -0.43449;
1445 (*this)[0.3570] = -0.43114;
1446 (*this)[0.3580] = -0.42779;
1447 (*this)[0.3590] = -0.42445;
1448 (*this)[0.3600] = -0.42110;
1449 (*this)[0.3610] = -0.41776;
1450 (*this)[0.3620] = -0.41441;
1451 (*this)[0.3630] = -0.41106;
1452 (*this)[0.3640] = -0.40772;
1453 (*this)[0.3650] = -0.40437;
1454 (*this)[0.3660] = -0.40102;
1455 (*this)[0.3670] = -0.39768;
1456 (*this)[0.3680] = -0.39433;
1457 (*this)[0.3690] = -0.39099;
1458 (*this)[0.3700] = -0.38764;
1459 (*this)[0.3710] = -0.38429;
1460 (*this)[0.3720] = -0.38095;
1461 (*this)[0.3730] = -0.37760;
1462 (*this)[0.3740] = -0.37425;
1463 (*this)[0.3750] = -0.37091;
1464 (*this)[0.3760] = -0.36756;
1465 (*this)[0.3770] = -0.36422;
1466 (*this)[0.3780] = -0.36087;
1467 (*this)[0.3790] = -0.35752;
1468 (*this)[0.3800] = -0.35418;
1469 (*this)[0.3810] = -0.35083;
1470 (*this)[0.3820] = -0.34748;
1471 (*this)[0.3830] = -0.34414;
1472 (*this)[0.3840] = -0.34079;
1473 (*this)[0.3850] = -0.33744;
1474 (*this)[0.3860] = -0.33410;
1475 (*this)[0.3870] = -0.33075;
1476 (*this)[0.3880] = -0.32741;
1477 (*this)[0.3890] = -0.32406;
1478 (*this)[0.3900] = -0.32071;
1479 (*this)[0.3910] = -0.31737;
1480 (*this)[0.3920] = -0.31402;
1481 (*this)[0.3930] = -0.31067;
1482 (*this)[0.3940] = -0.30733;
1483 (*this)[0.3950] = -0.30398;
1484 (*this)[0.3960] = -0.30064;
1485 (*this)[0.3970] = -0.29729;
1486 (*this)[0.3980] = -0.29394;
1487 (*this)[0.3990] = -0.29060;
1488 (*this)[0.4000] = -0.28725;
1489 (*this)[0.4010] = -0.28390;
1490 (*this)[0.4020] = -0.28056;
1491 (*this)[0.4030] = -0.27721;
1492 (*this)[0.4040] = -0.27386;
1493 (*this)[0.4050] = -0.27052;
1494 (*this)[0.4060] = -0.26717;
1495 (*this)[0.4070] = -0.26383;
1496 (*this)[0.4080] = -0.26048;
1497 (*this)[0.4090] = -0.25713;
1498 (*this)[0.4100] = -0.25379;
1499 (*this)[0.4110] = -0.25044;
1500 (*this)[0.4120] = -0.24709;
1501 (*this)[0.4130] = -0.24375;
1502 (*this)[0.4140] = -0.24040;
1503 (*this)[0.4150] = -0.23706;
1504 (*this)[0.4160] = -0.23371;
1505 (*this)[0.4170] = -0.23036;
1506 (*this)[0.4180] = -0.22702;
1507 (*this)[0.4190] = -0.22367;
1508 (*this)[0.4200] = -0.22032;
1509 (*this)[0.4210] = -0.21698;
1510 (*this)[0.4220] = -0.21363;
1511 (*this)[0.4230] = -0.21028;
1512 (*this)[0.4240] = -0.20694;
1513 (*this)[0.4250] = -0.20359;
1514 (*this)[0.4260] = -0.20025;
1515 (*this)[0.4270] = -0.19690;
1516 (*this)[0.4280] = -0.19355;
1517 (*this)[0.4290] = -0.19021;
1518 (*this)[0.4300] = -0.18686;
1519 (*this)[0.4310] = -0.18351;
1520 (*this)[0.4320] = -0.18017;
1521 (*this)[0.4330] = -0.17682;
1522 (*this)[0.4340] = -0.17348;
1523 (*this)[0.4350] = -0.17013;
1524 (*this)[0.4360] = -0.16678;
1525 (*this)[0.4370] = -0.16344;
1526 (*this)[0.4380] = -0.16009;
1527 (*this)[0.4390] = -0.15674;
1528 (*this)[0.4400] = -0.15340;
1529 (*this)[0.4410] = -0.15005;
1530 (*this)[0.4420] = -0.14671;
1531 (*this)[0.4430] = -0.14336;
1532 (*this)[0.4440] = -0.14001;
1533 (*this)[0.4450] = -0.13667;
1534 (*this)[0.4460] = -0.13332;
1535 (*this)[0.4470] = -0.12997;
1536 (*this)[0.4480] = -0.12663;
1537 (*this)[0.4490] = -0.12328;
1538 (*this)[0.4500] = -0.11993;
1539 (*this)[0.4510] = -0.11659;
1540 (*this)[0.4520] = -0.11324;
1541 (*this)[0.4530] = -0.10990;
1542 (*this)[0.4540] = -0.10655;
1543 (*this)[0.4550] = -0.10320;
1544 (*this)[0.4560] = -0.09986;
1545 (*this)[0.4570] = -0.09651;
1546 (*this)[0.4580] = -0.09316;
1547 (*this)[0.4590] = -0.08982;
1548 (*this)[0.4600] = -0.08647;
1549 (*this)[0.4610] = -0.08313;
1550 (*this)[0.4620] = -0.07978;
1551 (*this)[0.4630] = -0.07643;
1552 (*this)[0.4640] = -0.07309;
1553 (*this)[0.4650] = -0.06974;
1554 (*this)[0.4660] = -0.06639;
1555 (*this)[0.4670] = -0.06305;
1556 (*this)[0.4680] = -0.05970;
1557 (*this)[0.4690] = -0.05635;
1558 (*this)[0.4700] = -0.05301;
1559 (*this)[0.4710] = -0.04966;
1560 (*this)[0.4720] = -0.04632;
1561 (*this)[0.4730] = -0.04297;
1562 (*this)[0.4740] = -0.03962;
1563 (*this)[0.4750] = -0.03628;
1564 (*this)[0.4760] = -0.03293;
1565 (*this)[0.4770] = -0.02958;
1566 (*this)[0.4780] = -0.02624;
1567 (*this)[0.4790] = -0.02289;
1568 (*this)[0.4800] = -0.01955;
1569 (*this)[0.4810] = -0.01620;
1570 (*this)[0.4820] = -0.01285;
1571 (*this)[0.4830] = -0.00951;
1572 (*this)[0.4840] = -0.00616;
1573 (*this)[0.4850] = -0.00282;
1574 (*this)[0.4860] = +0.00052;
1575 (*this)[0.4870] = +0.00387;
1576 (*this)[0.4880] = +0.00721;
1577 (*this)[0.4890] = +0.01055;
1578 (*this)[0.4900] = +0.01389;
1579 (*this)[0.4910] = +0.01724;
1580 (*this)[0.4920] = +0.02058;
1581 (*this)[0.4930] = +0.02392;
1582 (*this)[0.4940] = +0.02727;
1583 (*this)[0.4950] = +0.03061;
1584 (*this)[0.4960] = +0.03395;
1585 (*this)[0.4970] = +0.03729;
1586 (*this)[0.4980] = +0.04064;
1587 (*this)[0.4990] = +0.04398;
1588 (*this)[0.5000] = +0.04732;
1589 (*this)[0.5010] = +0.05066;
1590 (*this)[0.5020] = +0.05401;
1591 (*this)[0.5030] = +0.05735;
1592 (*this)[0.5040] = +0.06069;
1593 (*this)[0.5050] = +0.06403;
1594 (*this)[0.5060] = +0.06738;
1595 (*this)[0.5070] = +0.07072;
1596 (*this)[0.5080] = +0.07406;
1597 (*this)[0.5090] = +0.07740;
1598 (*this)[0.5100] = +0.08075;
1599 (*this)[0.5110] = +0.08409;
1600 (*this)[0.5120] = +0.08743;
1601 (*this)[0.5130] = +0.09077;
1602 (*this)[0.5140] = +0.09412;
1603 (*this)[0.5150] = +0.09746;
1604 (*this)[0.5160] = +0.10080;
1605 (*this)[0.5170] = +0.10414;
1606 (*this)[0.5180] = +0.10749;
1607 (*this)[0.5190] = +0.11083;
1608 (*this)[0.5200] = +0.11417;
1609 (*this)[0.5210] = +0.11751;
1610 (*this)[0.5220] = +0.12086;
1611 (*this)[0.5230] = +0.12420;
1612 (*this)[0.5240] = +0.12754;
1613 (*this)[0.5250] = +0.13088;
1614 (*this)[0.5260] = +0.13423;
1615 (*this)[0.5270] = +0.13757;
1616 (*this)[0.5280] = +0.14091;
1617 (*this)[0.5290] = +0.14425;
1618 (*this)[0.5300] = +0.14760;
1619 (*this)[0.5310] = +0.15094;
1620 (*this)[0.5320] = +0.15428;
1621 (*this)[0.5330] = +0.15762;
1622 (*this)[0.5340] = +0.16097;
1623 (*this)[0.5350] = +0.16431;
1624 (*this)[0.5360] = +0.16765;
1625 (*this)[0.5370] = +0.17099;
1626 (*this)[0.5380] = +0.17434;
1627 (*this)[0.5390] = +0.17768;
1628 (*this)[0.5400] = +0.18102;
1629 (*this)[0.5410] = +0.18436;
1630 (*this)[0.5420] = +0.18771;
1631 (*this)[0.5430] = +0.19105;
1632 (*this)[0.5440] = +0.19439;
1633 (*this)[0.5450] = +0.19773;
1634 (*this)[0.5460] = +0.20108;
1635 (*this)[0.5470] = +0.20442;
1636 (*this)[0.5480] = +0.20776;
1637 (*this)[0.5490] = +0.21110;
1638 (*this)[0.5500] = +0.21445;
1639 (*this)[0.5510] = +0.21779;
1640 (*this)[0.5520] = +0.22113;
1641 (*this)[0.5530] = +0.22447;
1642 (*this)[0.5540] = +0.22782;
1643 (*this)[0.5550] = +0.23116;
1644 (*this)[0.5560] = +0.23450;
1645 (*this)[0.5570] = +0.23784;
1646 (*this)[0.5580] = +0.24119;
1647 (*this)[0.5590] = +0.24453;
1648 (*this)[0.5600] = +0.24787;
1649 (*this)[0.5610] = +0.25121;
1650 (*this)[0.5620] = +0.25456;
1651 (*this)[0.5630] = +0.25790;
1652 (*this)[0.5640] = +0.26124;
1653 (*this)[0.5650] = +0.26458;
1654 (*this)[0.5660] = +0.26793;
1655 (*this)[0.5670] = +0.27127;
1656 (*this)[0.5680] = +0.27461;
1657 (*this)[0.5690] = +0.27795;
1658 (*this)[0.5700] = +0.28130;
1659 (*this)[0.5710] = +0.28464;
1660 (*this)[0.5720] = +0.28798;
1661 (*this)[0.5730] = +0.29132;
1662 (*this)[0.5740] = +0.29467;
1663 (*this)[0.5750] = +0.29801;
1664 (*this)[0.5760] = +0.30135;
1665 (*this)[0.5770] = +0.30469;
1666 (*this)[0.5780] = +0.30804;
1667 (*this)[0.5790] = +0.31138;
1668 (*this)[0.5800] = +0.31472;
1669 (*this)[0.5810] = +0.31806;
1670 (*this)[0.5820] = +0.32141;
1671 (*this)[0.5830] = +0.32475;
1672 (*this)[0.5840] = +0.32809;
1673 (*this)[0.5850] = +0.33143;
1674 (*this)[0.5860] = +0.33478;
1675 (*this)[0.5870] = +0.33812;
1676 (*this)[0.5880] = +0.34146;
1677 (*this)[0.5890] = +0.34480;
1678 (*this)[0.5900] = +0.34815;
1679 (*this)[0.5910] = +0.35149;
1680 (*this)[0.5920] = +0.35483;
1681 (*this)[0.5930] = +0.35817;
1682 (*this)[0.5940] = +0.36152;
1683 (*this)[0.5950] = +0.36486;
1684 (*this)[0.5960] = +0.36820;
1685 (*this)[0.5970] = +0.37155;
1686 (*this)[0.5980] = +0.37489;
1687 (*this)[0.5990] = +0.37823;
1688 (*this)[0.6000] = +0.38157;
1689 (*this)[0.6010] = +0.38492;
1690 (*this)[0.6020] = +0.38826;
1691 (*this)[0.6030] = +0.39160;
1692 (*this)[0.6040] = +0.39494;
1693 (*this)[0.6050] = +0.39829;
1694 (*this)[0.6060] = +0.40163;
1695 (*this)[0.6070] = +0.40497;
1696 (*this)[0.6080] = +0.40831;
1697 (*this)[0.6090] = +0.41166;
1698 (*this)[0.6100] = +0.41500;
1699 (*this)[0.6110] = +0.41834;
1700 (*this)[0.6120] = +0.42168;
1701 (*this)[0.6130] = +0.42503;
1702 (*this)[0.6140] = +0.42837;
1703 (*this)[0.6150] = +0.43171;
1704 (*this)[0.6160] = +0.43505;
1705 (*this)[0.6170] = +0.43840;
1706 (*this)[0.6180] = +0.44174;
1707 (*this)[0.6190] = +0.44508;
1708 (*this)[0.6200] = +0.44842;
1709 (*this)[0.6210] = +0.45177;
1710 (*this)[0.6220] = +0.45511;
1711 (*this)[0.6230] = +0.45845;
1712 (*this)[0.6240] = +0.46179;
1713 (*this)[0.6250] = +0.46514;
1714 (*this)[0.6260] = +0.46848;
1715 (*this)[0.6270] = +0.47182;
1716 (*this)[0.6280] = +0.47516;
1717 (*this)[0.6290] = +0.47851;
1718 (*this)[0.6300] = +0.48185;
1719 (*this)[0.6310] = +0.48519;
1720 (*this)[0.6320] = +0.48853;
1721 (*this)[0.6330] = +0.49188;
1722 (*this)[0.6340] = +0.49551;
1723 (*this)[0.6350] = +0.49953;
1724 (*this)[0.6360] = +0.50355;
1725 (*this)[0.6370] = +0.50757;
1726 (*this)[0.6380] = +0.51158;
1727 (*this)[0.6390] = +0.51560;
1728 (*this)[0.6400] = +0.51962;
1729 (*this)[0.6410] = +0.52364;
1730 (*this)[0.6420] = +0.52766;
1731 (*this)[0.6430] = +0.53168;
1732 (*this)[0.6440] = +0.53570;
1733 (*this)[0.6450] = +0.53971;
1734 (*this)[0.6460] = +0.54373;
1735 (*this)[0.6470] = +0.54775;
1736 (*this)[0.6480] = +0.55177;
1737 (*this)[0.6490] = +0.55579;
1738 (*this)[0.6500] = +0.55981;
1739 (*this)[0.6510] = +0.56383;
1740 (*this)[0.6520] = +0.56784;
1741 (*this)[0.6530] = +0.57186;
1742 (*this)[0.6540] = +0.57588;
1743 (*this)[0.6550] = +0.57990;
1744 (*this)[0.6560] = +0.58392;
1745 (*this)[0.6570] = +0.58794;
1746 (*this)[0.6580] = +0.59196;
1747 (*this)[0.6590] = +0.59597;
1748 (*this)[0.6600] = +0.59999;
1749 (*this)[0.6610] = +0.60401;
1750 (*this)[0.6620] = +0.60803;
1751 (*this)[0.6630] = +0.61205;
1752 (*this)[0.6640] = +0.61607;
1753 (*this)[0.6650] = +0.62008;
1754 (*this)[0.6660] = +0.62410;
1755 (*this)[0.6670] = +0.62812;
1756 (*this)[0.6680] = +0.63214;
1757 (*this)[0.6690] = +0.63616;
1758 (*this)[0.6700] = +0.64018;
1759 (*this)[0.6710] = +0.64420;
1760 (*this)[0.6720] = +0.64821;
1761 (*this)[0.6730] = +0.65223;
1762 (*this)[0.6740] = +0.65625;
1763 (*this)[0.6750] = +0.66027;
1764 (*this)[0.6760] = +0.66429;
1765 (*this)[0.6770] = +0.66831;
1766 (*this)[0.6780] = +0.67233;
1767 (*this)[0.6790] = +0.67634;
1768 (*this)[0.6800] = +0.68036;
1769 (*this)[0.6810] = +0.68438;
1770 (*this)[0.6820] = +0.68840;
1771 (*this)[0.6830] = +0.69242;
1772 (*this)[0.6840] = +0.69644;
1773 (*this)[0.6850] = +0.70046;
1774 (*this)[0.6860] = +0.70447;
1775 (*this)[0.6870] = +0.70849;
1776 (*this)[0.6880] = +0.71251;
1777 (*this)[0.6890] = +0.71653;
1778 (*this)[0.6900] = +0.72055;
1779 (*this)[0.6910] = +0.72457;
1780 (*this)[0.6920] = +0.72859;
1781 (*this)[0.6930] = +0.73260;
1782 (*this)[0.6940] = +0.73662;
1783 (*this)[0.6950] = +0.74064;
1784 (*this)[0.6960] = +0.74466;
1785 (*this)[0.6970] = +0.74868;
1786 (*this)[0.6980] = +0.75270;
1787 (*this)[0.6990] = +0.75671;
1788 (*this)[0.7000] = +0.76073;
1789 (*this)[0.7010] = +0.76475;
1790 (*this)[0.7020] = +0.76877;
1791 (*this)[0.7030] = +0.77279;
1792 (*this)[0.7040] = +0.77681;
1793 (*this)[0.7050] = +0.78083;
1794 (*this)[0.7060] = +0.78484;
1795 (*this)[0.7070] = +0.78886;
1796 (*this)[0.7080] = +0.79288;
1797 (*this)[0.7090] = +0.79690;
1798 (*this)[0.7100] = +0.80092;
1799 (*this)[0.7110] = +0.80494;
1800 (*this)[0.7120] = +0.80896;
1801 (*this)[0.7130] = +0.81297;
1802 (*this)[0.7140] = +0.81699;
1803 (*this)[0.7150] = +0.82101;
1804 (*this)[0.7160] = +0.82503;
1805 (*this)[0.7170] = +0.82905;
1806 (*this)[0.7180] = +0.83307;
1807 (*this)[0.7190] = +0.83709;
1808 (*this)[0.7200] = +0.84110;
1809 (*this)[0.7210] = +0.84512;
1810 (*this)[0.7220] = +0.84914;
1811 (*this)[0.7230] = +0.85316;
1812 (*this)[0.7240] = +0.85718;
1813 (*this)[0.7250] = +0.86120;
1814 (*this)[0.7260] = +0.86522;
1815 (*this)[0.7270] = +0.86923;
1816 (*this)[0.7280] = +0.87325;
1817 (*this)[0.7290] = +0.87727;
1818 (*this)[0.7300] = +0.88129;
1819 (*this)[0.7310] = +0.88531;
1820 (*this)[0.7320] = +0.88933;
1821 (*this)[0.7330] = +0.89335;
1822 (*this)[0.7340] = +0.89736;
1823 (*this)[0.7350] = +0.90138;
1824 (*this)[0.7360] = +0.90540;
1825 (*this)[0.7370] = +0.90942;
1826 (*this)[0.7380] = +0.91344;
1827 (*this)[0.7390] = +0.91746;
1828 (*this)[0.7400] = +0.92147;
1829 (*this)[0.7410] = +0.92549;
1830 (*this)[0.7420] = +0.92951;
1831 (*this)[0.7430] = +0.93353;
1832 (*this)[0.7440] = +0.93755;
1833 (*this)[0.7450] = +0.94157;
1834 (*this)[0.7460] = +0.94559;
1835 (*this)[0.7470] = +0.94960;
1836 (*this)[0.7480] = +0.95362;
1837 (*this)[0.7490] = +0.95764;
1838 (*this)[0.7500] = +0.96166;
1839 (*this)[0.7510] = +0.96568;
1840 (*this)[0.7520] = +0.96970;
1841 (*this)[0.7530] = +0.97372;
1842 (*this)[0.7540] = +0.97773;
1843 (*this)[0.7550] = +0.98175;
1844 (*this)[0.7560] = +0.98577;
1845 (*this)[0.7570] = +0.98979;
1846 (*this)[0.7580] = +0.99382;
1847 (*this)[0.7590] = +0.99949;
1848 (*this)[0.7600] = +1.00517;
1849 (*this)[0.7610] = +1.01084;
1850 (*this)[0.7620] = +1.01651;
1851 (*this)[0.7630] = +1.02218;
1852 (*this)[0.7640] = +1.02786;
1853 (*this)[0.7650] = +1.03353;
1854 (*this)[0.7660] = +1.03920;
1855 (*this)[0.7670] = +1.04487;
1856 (*this)[0.7680] = +1.05055;
1857 (*this)[0.7690] = +1.05622;
1858 (*this)[0.7700] = +1.06189;
1859 (*this)[0.7710] = +1.06756;
1860 (*this)[0.7720] = +1.07324;
1861 (*this)[0.7730] = +1.07891;
1862 (*this)[0.7740] = +1.08458;
1863 (*this)[0.7750] = +1.09025;
1864 (*this)[0.7760] = +1.09593;
1865 (*this)[0.7770] = +1.10160;
1866 (*this)[0.7780] = +1.10727;
1867 (*this)[0.7790] = +1.11294;
1868 (*this)[0.7800] = +1.11862;
1869 (*this)[0.7810] = +1.12429;
1870 (*this)[0.7820] = +1.12996;
1871 (*this)[0.7830] = +1.13563;
1872 (*this)[0.7840] = +1.14131;
1873 (*this)[0.7850] = +1.14698;
1874 (*this)[0.7860] = +1.15265;
1875 (*this)[0.7870] = +1.15832;
1876 (*this)[0.7880] = +1.16400;
1877 (*this)[0.7890] = +1.16967;
1878 (*this)[0.7900] = +1.17534;
1879 (*this)[0.7910] = +1.18101;
1880 (*this)[0.7920] = +1.18669;
1881 (*this)[0.7930] = +1.19236;
1882 (*this)[0.7940] = +1.19803;
1883 (*this)[0.7950] = +1.20370;
1884 (*this)[0.7960] = +1.20938;
1885 (*this)[0.7970] = +1.21505;
1886 (*this)[0.7980] = +1.22072;
1887 (*this)[0.7990] = +1.22639;
1888 (*this)[0.8000] = +1.23207;
1889 (*this)[0.8010] = +1.23774;
1890 (*this)[0.8020] = +1.24341;
1891 (*this)[0.8030] = +1.24908;
1892 (*this)[0.8040] = +1.25476;
1893 (*this)[0.8050] = +1.26043;
1894 (*this)[0.8060] = +1.26610;
1895 (*this)[0.8070] = +1.27177;
1896 (*this)[0.8080] = +1.27745;
1897 (*this)[0.8090] = +1.28312;
1898 (*this)[0.8100] = +1.28879;
1899 (*this)[0.8110] = +1.29446;
1900 (*this)[0.8120] = +1.30014;
1901 (*this)[0.8130] = +1.30581;
1902 (*this)[0.8140] = +1.31148;
1903 (*this)[0.8150] = +1.31715;
1904 (*this)[0.8160] = +1.32283;
1905 (*this)[0.8170] = +1.32850;
1906 (*this)[0.8180] = +1.33417;
1907 (*this)[0.8190] = +1.33984;
1908 (*this)[0.8200] = +1.34552;
1909 (*this)[0.8210] = +1.35119;
1910 (*this)[0.8220] = +1.35686;
1911 (*this)[0.8230] = +1.36253;
1912 (*this)[0.8240] = +1.36821;
1913 (*this)[0.8250] = +1.37388;
1914 (*this)[0.8260] = +1.37955;
1915 (*this)[0.8270] = +1.38522;
1916 (*this)[0.8280] = +1.39090;
1917 (*this)[0.8290] = +1.39657;
1918 (*this)[0.8300] = +1.40224;
1919 (*this)[0.8310] = +1.40791;
1920 (*this)[0.8320] = +1.41359;
1921 (*this)[0.8330] = +1.41926;
1922 (*this)[0.8340] = +1.42493;
1923 (*this)[0.8350] = +1.43060;
1924 (*this)[0.8360] = +1.43628;
1925 (*this)[0.8370] = +1.44195;
1926 (*this)[0.8380] = +1.44762;
1927 (*this)[0.8390] = +1.45329;
1928 (*this)[0.8400] = +1.45897;
1929 (*this)[0.8410] = +1.46464;
1930 (*this)[0.8420] = +1.47031;
1931 (*this)[0.8430] = +1.47598;
1932 (*this)[0.8440] = +1.48166;
1933 (*this)[0.8450] = +1.48733;
1934 (*this)[0.8460] = +1.49300;
1935 (*this)[0.8470] = +1.50169;
1936 (*this)[0.8480] = +1.51085;
1937 (*this)[0.8490] = +1.52001;
1938 (*this)[0.8500] = +1.52917;
1939 (*this)[0.8510] = +1.53833;
1940 (*this)[0.8520] = +1.54749;
1941 (*this)[0.8530] = +1.55665;
1942 (*this)[0.8540] = +1.56581;
1943 (*this)[0.8550] = +1.57497;
1944 (*this)[0.8560] = +1.58413;
1945 (*this)[0.8570] = +1.59329;
1946 (*this)[0.8580] = +1.60245;
1947 (*this)[0.8590] = +1.61161;
1948 (*this)[0.8600] = +1.62076;
1949 (*this)[0.8610] = +1.62992;
1950 (*this)[0.8620] = +1.63908;
1951 (*this)[0.8630] = +1.64824;
1952 (*this)[0.8640] = +1.65740;
1953 (*this)[0.8650] = +1.66656;
1954 (*this)[0.8660] = +1.67572;
1955 (*this)[0.8670] = +1.68488;
1956 (*this)[0.8680] = +1.69404;
1957 (*this)[0.8690] = +1.70320;
1958 (*this)[0.8700] = +1.71236;
1959 (*this)[0.8710] = +1.72152;
1960 (*this)[0.8720] = +1.73068;
1961 (*this)[0.8730] = +1.73984;
1962 (*this)[0.8740] = +1.74900;
1963 (*this)[0.8750] = +1.75816;
1964 (*this)[0.8760] = +1.76732;
1965 (*this)[0.8770] = +1.77648;
1966 (*this)[0.8780] = +1.78564;
1967 (*this)[0.8790] = +1.79480;
1968 (*this)[0.8800] = +1.80396;
1969 (*this)[0.8810] = +1.81312;
1970 (*this)[0.8820] = +1.82228;
1971 (*this)[0.8830] = +1.83144;
1972 (*this)[0.8840] = +1.84060;
1973 (*this)[0.8850] = +1.84976;
1974 (*this)[0.8860] = +1.85892;
1975 (*this)[0.8870] = +1.86808;
1976 (*this)[0.8880] = +1.87724;
1977 (*this)[0.8890] = +1.88640;
1978 (*this)[0.8900] = +1.89556;
1979 (*this)[0.8910] = +1.90472;
1980 (*this)[0.8920] = +1.91388;
1981 (*this)[0.8930] = +1.92304;
1982 (*this)[0.8940] = +1.93220;
1983 (*this)[0.8950] = +1.94136;
1984 (*this)[0.8960] = +1.95052;
1985 (*this)[0.8970] = +1.95968;
1986 (*this)[0.8980] = +1.96884;
1987 (*this)[0.8990] = +1.97800;
1988 (*this)[0.9000] = +1.98716;
1989 (*this)[0.9010] = +1.99811;
1990 (*this)[0.9020] = +2.01374;
1991 (*this)[0.9030] = +2.02937;
1992 (*this)[0.9040] = +2.04500;
1993 (*this)[0.9050] = +2.06062;
1994 (*this)[0.9060] = +2.07625;
1995 (*this)[0.9070] = +2.09188;
1996 (*this)[0.9080] = +2.10751;
1997 (*this)[0.9090] = +2.12313;
1998 (*this)[0.9100] = +2.13876;
1999 (*this)[0.9110] = +2.15439;
2000 (*this)[0.9120] = +2.17002;
2001 (*this)[0.9130] = +2.18564;
2002 (*this)[0.9140] = +2.20127;
2003 (*this)[0.9150] = +2.21690;
2004 (*this)[0.9160] = +2.23253;
2005 (*this)[0.9170] = +2.24815;
2006 (*this)[0.9180] = +2.26378;
2007 (*this)[0.9190] = +2.27941;
2008 (*this)[0.9200] = +2.29504;
2009 (*this)[0.9210] = +2.31066;
2010 (*this)[0.9220] = +2.32629;
2011 (*this)[0.9230] = +2.34192;
2012 (*this)[0.9240] = +2.35755;
2013 (*this)[0.9250] = +2.37317;
2014 (*this)[0.9260] = +2.38880;
2015 (*this)[0.9270] = +2.40443;
2016 (*this)[0.9280] = +2.42006;
2017 (*this)[0.9290] = +2.43568;
2018 (*this)[0.9300] = +2.45131;
2019 (*this)[0.9310] = +2.46694;
2020 (*this)[0.9320] = +2.48256;
2021 (*this)[0.9330] = +2.50134;
2022 (*this)[0.9340] = +2.52812;
2023 (*this)[0.9350] = +2.55490;
2024 (*this)[0.9360] = +2.58168;
2025 (*this)[0.9370] = +2.60845;
2026 (*this)[0.9380] = +2.63523;
2027 (*this)[0.9390] = +2.66201;
2028 (*this)[0.9400] = +2.68879;
2029 (*this)[0.9410] = +2.71556;
2030 (*this)[0.9420] = +2.74234;
2031 (*this)[0.9430] = +2.76912;
2032 (*this)[0.9440] = +2.79590;
2033 (*this)[0.9450] = +2.82267;
2034 (*this)[0.9460] = +2.84945;
2035 (*this)[0.9470] = +2.87623;
2036 (*this)[0.9480] = +2.90300;
2037 (*this)[0.9490] = +2.92978;
2038 (*this)[0.9500] = +2.95656;
2039 (*this)[0.9510] = +2.98334;
2040 (*this)[0.9520] = +3.02170;
2041 (*this)[0.9530] = +3.06746;
2042 (*this)[0.9540] = +3.11322;
2043 (*this)[0.9550] = +3.15898;
2044 (*this)[0.9560] = +3.20473;
2045 (*this)[0.9570] = +3.25049;
2046 (*this)[0.9580] = +3.29625;
2047 (*this)[0.9590] = +3.34201;
2048 (*this)[0.9600] = +3.38777;
2049 (*this)[0.9610] = +3.43353;
2050 (*this)[0.9620] = +3.47929;
2051 (*this)[0.9630] = +3.55278;
2052 (*this)[0.9640] = +3.63912;
2053 (*this)[0.9650] = +3.72546;
2054 (*this)[0.9660] = +3.81179;
2055 (*this)[0.9670] = +3.89813;
2056 (*this)[0.9680] = +3.98446;
2057 (*this)[0.9690] = +4.14328;
2058 (*this)[0.9700] = +4.31086;
2059 (*this)[0.9710] = +4.47843;
2060 (*this)[0.9720] = +4.73980;
2061 (*this)[0.9730] = +5.01524;
2062 (*this)[0.9740] = +5.36041;
2063 (*this)[0.9750] = +5.75069;
2064 (*this)[0.9760] = +6.21713;
2065 (*this)[0.9770] = +6.82868;
2066 (*this)[0.9780] = +7.72171;
2067 (*this)[0.9790] = +9.08313;
2068 (*this)[0.9800] = +10.98762;
2069 (*this)[0.9810] = +13.07817;
2070 (*this)[0.9820] = +14.92995;
2071 (*this)[0.9830] = +16.60067;
2072 (*this)[0.9840] = +18.19405;
2073 (*this)[0.9850] = +19.78008;
2074 (*this)[0.9860] = +21.38155;
2075 (*this)[0.9870] = +22.87504;
2076 (*this)[0.9880] = +24.18572;
2077 (*this)[0.9890] = +25.30416;
2078 (*this)[0.9900] = +26.28021;
2079 (*this)[0.9910] = +27.17982;
2080 (*this)[0.9920] = +28.06512;
2081 (*this)[0.9930] = +28.97787;
2082 (*this)[0.9940] = +29.96064;
2083 (*this)[0.9950] = +31.07240;
2084 (*this)[0.9960] = +32.46545;
2085 (*this)[0.9970] = +34.45872;
2086 (*this)[0.9980] = +38.53662;
2087 (*this)[0.9990] = +48.45756;
2088 (*this)[1.0000] = +92.36217;
2089
2090 compile();
2091 }

Member Function Documentation

◆ getProbability()

double JDETECTOR::JTransitionTimeGenerator_t::getProbability ( const double t_ns) const
inlineinherited

Get integrated probablity from $-\infty$ to given time.

Parameters
t_nstime [ns]
Returns
probability

Definition at line 37 of file JPMTTransitTimeGenerator.hh.

38 {
39 using namespace std;
40 using namespace JPP;
41
42 const_iterator p = std::lower_bound(this->begin(),
43 this->end(),
44 t_ns,
45 make_comparator(&value_type::getY, JComparison::lt()));
46
47 if (p == this->end())
48 return 1.0;
49 else if (p == this->begin())
50 return 0.0;
51 else
52 return p->getX();
53 }
JComparator< JResult_t T::*, JComparison::lt > make_comparator(JResult_t T::*member)
Helper method to create comparator between values of data member.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).

◆ 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: