Jpp 20.0.0-195-g190c9e876
the software that should make you happy
Loading...
Searching...
No Matches
JDETECTOR::JTransitTimeGenerator< 41 > Struct Referenceabstract

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

#include <JPMTTransitTimeGenerator.hh>

Inheritance diagram for JDETECTOR::JTransitTimeGenerator< 41 >:
JDETECTOR::JTransitTimeGenerator< type > 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::JFunction< 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 functional_type::JExceptionHandler JExceptionHandler
 
typedef JSupervisor supervisor_type
 

Public Member Functions

 JTransitTimeGenerator ()
 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.
 
const JSupervisor & getSupervisor () const
 Get supervisor.
 
const JExceptionHandler & getExceptionHandler () const override
 Get exception handler.
 
void setExceptionHandler (const JSupervisor &supervisor)
 Set the supervisor for handling of exceptions.
 
virtual result_type evaluate (const argument_type *pX) const=0
 Recursive function value evaluation.
 

Static Public Member Functions

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

Protected Attributes

JSupervisor __supervisor
 

Detailed Description

Implementation to generate PMT transit times based on measurements.


This implementation should be considered and alternative for the default.

Definition at line 2103 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 586 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 588 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 589 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 590 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 591 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 593 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 594 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 595 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 596 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 598 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 600 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 601 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 602 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 332 of file JFunctional.hh.

◆ JExceptionHandler

functional_type::JExceptionHandler JTOOLS::JFunction< JSplineElement2D< double, double >::abscissa_type, double >::JExceptionHandler
inherited

Definition at line 235 of file JFunctional.hh.

◆ supervisor_type

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

Definition at line 237 of file JFunctional.hh.

Member Enumeration Documentation

◆ anonymous enum

Constructor & Destructor Documentation

◆ JTransitTimeGenerator()

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

Default constructor.

Definition at line 2109 of file JPMTTransitTimeGenerator.hh.

2110 {
2111 // produced by JLegolas.cc
2112 (*this)[0.0000] = -19.53307;
2113 (*this)[0.0010] = -4.98740;
2114 (*this)[0.0020] = -4.52452;
2115 (*this)[0.0030] = -4.34753;
2116 (*this)[0.0040] = -4.17054;
2117 (*this)[0.0050] = -4.01672;
2118 (*this)[0.0060] = -3.94347;
2119 (*this)[0.0070] = -3.87022;
2120 (*this)[0.0080] = -3.79697;
2121 (*this)[0.0090] = -3.72372;
2122 (*this)[0.0100] = -3.65047;
2123 (*this)[0.0110] = -3.57722;
2124 (*this)[0.0120] = -3.51952;
2125 (*this)[0.0130] = -3.48539;
2126 (*this)[0.0140] = -3.45127;
2127 (*this)[0.0150] = -3.41714;
2128 (*this)[0.0160] = -3.38302;
2129 (*this)[0.0170] = -3.34889;
2130 (*this)[0.0180] = -3.31477;
2131 (*this)[0.0190] = -3.28064;
2132 (*this)[0.0200] = -3.24651;
2133 (*this)[0.0210] = -3.21239;
2134 (*this)[0.0220] = -3.17826;
2135 (*this)[0.0230] = -3.14414;
2136 (*this)[0.0240] = -3.11001;
2137 (*this)[0.0250] = -3.07589;
2138 (*this)[0.0260] = -3.04176;
2139 (*this)[0.0270] = -3.01935;
2140 (*this)[0.0280] = -3.00095;
2141 (*this)[0.0290] = -2.98254;
2142 (*this)[0.0300] = -2.96413;
2143 (*this)[0.0310] = -2.94573;
2144 (*this)[0.0320] = -2.92732;
2145 (*this)[0.0330] = -2.90891;
2146 (*this)[0.0340] = -2.89051;
2147 (*this)[0.0350] = -2.87210;
2148 (*this)[0.0360] = -2.85369;
2149 (*this)[0.0370] = -2.83529;
2150 (*this)[0.0380] = -2.81688;
2151 (*this)[0.0390] = -2.79847;
2152 (*this)[0.0400] = -2.78007;
2153 (*this)[0.0410] = -2.76166;
2154 (*this)[0.0420] = -2.74325;
2155 (*this)[0.0430] = -2.72485;
2156 (*this)[0.0440] = -2.70644;
2157 (*this)[0.0450] = -2.68803;
2158 (*this)[0.0460] = -2.66963;
2159 (*this)[0.0470] = -2.65122;
2160 (*this)[0.0480] = -2.63281;
2161 (*this)[0.0490] = -2.61441;
2162 (*this)[0.0500] = -2.59600;
2163 (*this)[0.0510] = -2.57759;
2164 (*this)[0.0520] = -2.55919;
2165 (*this)[0.0530] = -2.54078;
2166 (*this)[0.0540] = -2.52649;
2167 (*this)[0.0550] = -2.51518;
2168 (*this)[0.0560] = -2.50386;
2169 (*this)[0.0570] = -2.49254;
2170 (*this)[0.0580] = -2.48123;
2171 (*this)[0.0590] = -2.46991;
2172 (*this)[0.0600] = -2.45859;
2173 (*this)[0.0610] = -2.44728;
2174 (*this)[0.0620] = -2.43596;
2175 (*this)[0.0630] = -2.42465;
2176 (*this)[0.0640] = -2.41333;
2177 (*this)[0.0650] = -2.40201;
2178 (*this)[0.0660] = -2.39070;
2179 (*this)[0.0670] = -2.37938;
2180 (*this)[0.0680] = -2.36806;
2181 (*this)[0.0690] = -2.35675;
2182 (*this)[0.0700] = -2.34543;
2183 (*this)[0.0710] = -2.33411;
2184 (*this)[0.0720] = -2.32280;
2185 (*this)[0.0730] = -2.31148;
2186 (*this)[0.0740] = -2.30016;
2187 (*this)[0.0750] = -2.28885;
2188 (*this)[0.0760] = -2.27753;
2189 (*this)[0.0770] = -2.26622;
2190 (*this)[0.0780] = -2.25490;
2191 (*this)[0.0790] = -2.24358;
2192 (*this)[0.0800] = -2.23227;
2193 (*this)[0.0810] = -2.22095;
2194 (*this)[0.0820] = -2.20963;
2195 (*this)[0.0830] = -2.19832;
2196 (*this)[0.0840] = -2.18700;
2197 (*this)[0.0850] = -2.17568;
2198 (*this)[0.0860] = -2.16437;
2199 (*this)[0.0870] = -2.15305;
2200 (*this)[0.0880] = -2.14173;
2201 (*this)[0.0890] = -2.13042;
2202 (*this)[0.0900] = -2.11910;
2203 (*this)[0.0910] = -2.10779;
2204 (*this)[0.0920] = -2.09647;
2205 (*this)[0.0930] = -2.08515;
2206 (*this)[0.0940] = -2.07384;
2207 (*this)[0.0950] = -2.06252;
2208 (*this)[0.0960] = -2.05120;
2209 (*this)[0.0970] = -2.03989;
2210 (*this)[0.0980] = -2.02997;
2211 (*this)[0.0990] = -2.02217;
2212 (*this)[0.1000] = -2.01437;
2213 (*this)[0.1010] = -2.00658;
2214 (*this)[0.1020] = -1.99878;
2215 (*this)[0.1030] = -1.99098;
2216 (*this)[0.1040] = -1.98318;
2217 (*this)[0.1050] = -1.97538;
2218 (*this)[0.1060] = -1.96759;
2219 (*this)[0.1070] = -1.95979;
2220 (*this)[0.1080] = -1.95199;
2221 (*this)[0.1090] = -1.94419;
2222 (*this)[0.1100] = -1.93639;
2223 (*this)[0.1110] = -1.92860;
2224 (*this)[0.1120] = -1.92080;
2225 (*this)[0.1130] = -1.91300;
2226 (*this)[0.1140] = -1.90520;
2227 (*this)[0.1150] = -1.89740;
2228 (*this)[0.1160] = -1.88961;
2229 (*this)[0.1170] = -1.88181;
2230 (*this)[0.1180] = -1.87401;
2231 (*this)[0.1190] = -1.86621;
2232 (*this)[0.1200] = -1.85841;
2233 (*this)[0.1210] = -1.85062;
2234 (*this)[0.1220] = -1.84282;
2235 (*this)[0.1230] = -1.83502;
2236 (*this)[0.1240] = -1.82722;
2237 (*this)[0.1250] = -1.81942;
2238 (*this)[0.1260] = -1.81163;
2239 (*this)[0.1270] = -1.80383;
2240 (*this)[0.1280] = -1.79603;
2241 (*this)[0.1290] = -1.78823;
2242 (*this)[0.1300] = -1.78043;
2243 (*this)[0.1310] = -1.77264;
2244 (*this)[0.1320] = -1.76484;
2245 (*this)[0.1330] = -1.75704;
2246 (*this)[0.1340] = -1.74924;
2247 (*this)[0.1350] = -1.74145;
2248 (*this)[0.1360] = -1.73365;
2249 (*this)[0.1370] = -1.72585;
2250 (*this)[0.1380] = -1.71805;
2251 (*this)[0.1390] = -1.71025;
2252 (*this)[0.1400] = -1.70246;
2253 (*this)[0.1410] = -1.69466;
2254 (*this)[0.1420] = -1.68686;
2255 (*this)[0.1430] = -1.67906;
2256 (*this)[0.1440] = -1.67126;
2257 (*this)[0.1450] = -1.66347;
2258 (*this)[0.1460] = -1.65567;
2259 (*this)[0.1470] = -1.64787;
2260 (*this)[0.1480] = -1.64007;
2261 (*this)[0.1490] = -1.63227;
2262 (*this)[0.1500] = -1.62448;
2263 (*this)[0.1510] = -1.61668;
2264 (*this)[0.1520] = -1.60888;
2265 (*this)[0.1530] = -1.60108;
2266 (*this)[0.1540] = -1.59328;
2267 (*this)[0.1550] = -1.58549;
2268 (*this)[0.1560] = -1.57769;
2269 (*this)[0.1570] = -1.56989;
2270 (*this)[0.1580] = -1.56209;
2271 (*this)[0.1590] = -1.55429;
2272 (*this)[0.1600] = -1.54650;
2273 (*this)[0.1610] = -1.53870;
2274 (*this)[0.1620] = -1.53145;
2275 (*this)[0.1630] = -1.52563;
2276 (*this)[0.1640] = -1.51981;
2277 (*this)[0.1650] = -1.51399;
2278 (*this)[0.1660] = -1.50817;
2279 (*this)[0.1670] = -1.50235;
2280 (*this)[0.1680] = -1.49653;
2281 (*this)[0.1690] = -1.49071;
2282 (*this)[0.1700] = -1.48489;
2283 (*this)[0.1710] = -1.47907;
2284 (*this)[0.1720] = -1.47325;
2285 (*this)[0.1730] = -1.46743;
2286 (*this)[0.1740] = -1.46162;
2287 (*this)[0.1750] = -1.45580;
2288 (*this)[0.1760] = -1.44998;
2289 (*this)[0.1770] = -1.44416;
2290 (*this)[0.1780] = -1.43834;
2291 (*this)[0.1790] = -1.43252;
2292 (*this)[0.1800] = -1.42670;
2293 (*this)[0.1810] = -1.42088;
2294 (*this)[0.1820] = -1.41506;
2295 (*this)[0.1830] = -1.40924;
2296 (*this)[0.1840] = -1.40342;
2297 (*this)[0.1850] = -1.39760;
2298 (*this)[0.1860] = -1.39178;
2299 (*this)[0.1870] = -1.38596;
2300 (*this)[0.1880] = -1.38014;
2301 (*this)[0.1890] = -1.37432;
2302 (*this)[0.1900] = -1.36850;
2303 (*this)[0.1910] = -1.36268;
2304 (*this)[0.1920] = -1.35686;
2305 (*this)[0.1930] = -1.35104;
2306 (*this)[0.1940] = -1.34522;
2307 (*this)[0.1950] = -1.33940;
2308 (*this)[0.1960] = -1.33358;
2309 (*this)[0.1970] = -1.32776;
2310 (*this)[0.1980] = -1.32194;
2311 (*this)[0.1990] = -1.31612;
2312 (*this)[0.2000] = -1.31030;
2313 (*this)[0.2010] = -1.30448;
2314 (*this)[0.2020] = -1.29866;
2315 (*this)[0.2030] = -1.29285;
2316 (*this)[0.2040] = -1.28703;
2317 (*this)[0.2050] = -1.28121;
2318 (*this)[0.2060] = -1.27539;
2319 (*this)[0.2070] = -1.26957;
2320 (*this)[0.2080] = -1.26375;
2321 (*this)[0.2090] = -1.25793;
2322 (*this)[0.2100] = -1.25211;
2323 (*this)[0.2110] = -1.24629;
2324 (*this)[0.2120] = -1.24047;
2325 (*this)[0.2130] = -1.23465;
2326 (*this)[0.2140] = -1.22883;
2327 (*this)[0.2150] = -1.22301;
2328 (*this)[0.2160] = -1.21719;
2329 (*this)[0.2170] = -1.21137;
2330 (*this)[0.2180] = -1.20555;
2331 (*this)[0.2190] = -1.19973;
2332 (*this)[0.2200] = -1.19391;
2333 (*this)[0.2210] = -1.18809;
2334 (*this)[0.2220] = -1.18227;
2335 (*this)[0.2230] = -1.17645;
2336 (*this)[0.2240] = -1.17063;
2337 (*this)[0.2250] = -1.16481;
2338 (*this)[0.2260] = -1.15899;
2339 (*this)[0.2270] = -1.15317;
2340 (*this)[0.2280] = -1.14735;
2341 (*this)[0.2290] = -1.14153;
2342 (*this)[0.2300] = -1.13571;
2343 (*this)[0.2310] = -1.12989;
2344 (*this)[0.2320] = -1.12408;
2345 (*this)[0.2330] = -1.11826;
2346 (*this)[0.2340] = -1.11244;
2347 (*this)[0.2350] = -1.10662;
2348 (*this)[0.2360] = -1.10080;
2349 (*this)[0.2370] = -1.09498;
2350 (*this)[0.2380] = -1.08916;
2351 (*this)[0.2390] = -1.08334;
2352 (*this)[0.2400] = -1.07752;
2353 (*this)[0.2410] = -1.07170;
2354 (*this)[0.2420] = -1.06588;
2355 (*this)[0.2430] = -1.06006;
2356 (*this)[0.2440] = -1.05424;
2357 (*this)[0.2450] = -1.04842;
2358 (*this)[0.2460] = -1.04260;
2359 (*this)[0.2470] = -1.03678;
2360 (*this)[0.2480] = -1.03134;
2361 (*this)[0.2490] = -1.02659;
2362 (*this)[0.2500] = -1.02183;
2363 (*this)[0.2510] = -1.01707;
2364 (*this)[0.2520] = -1.01231;
2365 (*this)[0.2530] = -1.00755;
2366 (*this)[0.2540] = -1.00279;
2367 (*this)[0.2550] = -0.99803;
2368 (*this)[0.2560] = -0.99327;
2369 (*this)[0.2570] = -0.98851;
2370 (*this)[0.2580] = -0.98375;
2371 (*this)[0.2590] = -0.97899;
2372 (*this)[0.2600] = -0.97423;
2373 (*this)[0.2610] = -0.96947;
2374 (*this)[0.2620] = -0.96471;
2375 (*this)[0.2630] = -0.95995;
2376 (*this)[0.2640] = -0.95520;
2377 (*this)[0.2650] = -0.95044;
2378 (*this)[0.2660] = -0.94568;
2379 (*this)[0.2670] = -0.94092;
2380 (*this)[0.2680] = -0.93616;
2381 (*this)[0.2690] = -0.93140;
2382 (*this)[0.2700] = -0.92664;
2383 (*this)[0.2710] = -0.92188;
2384 (*this)[0.2720] = -0.91712;
2385 (*this)[0.2730] = -0.91236;
2386 (*this)[0.2740] = -0.90760;
2387 (*this)[0.2750] = -0.90284;
2388 (*this)[0.2760] = -0.89808;
2389 (*this)[0.2770] = -0.89332;
2390 (*this)[0.2780] = -0.88856;
2391 (*this)[0.2790] = -0.88381;
2392 (*this)[0.2800] = -0.87905;
2393 (*this)[0.2810] = -0.87429;
2394 (*this)[0.2820] = -0.86953;
2395 (*this)[0.2830] = -0.86477;
2396 (*this)[0.2840] = -0.86001;
2397 (*this)[0.2850] = -0.85525;
2398 (*this)[0.2860] = -0.85049;
2399 (*this)[0.2870] = -0.84573;
2400 (*this)[0.2880] = -0.84097;
2401 (*this)[0.2890] = -0.83621;
2402 (*this)[0.2900] = -0.83145;
2403 (*this)[0.2910] = -0.82669;
2404 (*this)[0.2920] = -0.82193;
2405 (*this)[0.2930] = -0.81717;
2406 (*this)[0.2940] = -0.81242;
2407 (*this)[0.2950] = -0.80766;
2408 (*this)[0.2960] = -0.80290;
2409 (*this)[0.2970] = -0.79814;
2410 (*this)[0.2980] = -0.79338;
2411 (*this)[0.2990] = -0.78862;
2412 (*this)[0.3000] = -0.78386;
2413 (*this)[0.3010] = -0.77910;
2414 (*this)[0.3020] = -0.77434;
2415 (*this)[0.3030] = -0.76958;
2416 (*this)[0.3040] = -0.76482;
2417 (*this)[0.3050] = -0.76006;
2418 (*this)[0.3060] = -0.75530;
2419 (*this)[0.3070] = -0.75054;
2420 (*this)[0.3080] = -0.74578;
2421 (*this)[0.3090] = -0.74103;
2422 (*this)[0.3100] = -0.73627;
2423 (*this)[0.3110] = -0.73151;
2424 (*this)[0.3120] = -0.72675;
2425 (*this)[0.3130] = -0.72199;
2426 (*this)[0.3140] = -0.71723;
2427 (*this)[0.3150] = -0.71247;
2428 (*this)[0.3160] = -0.70771;
2429 (*this)[0.3170] = -0.70295;
2430 (*this)[0.3180] = -0.69819;
2431 (*this)[0.3190] = -0.69343;
2432 (*this)[0.3200] = -0.68867;
2433 (*this)[0.3210] = -0.68391;
2434 (*this)[0.3220] = -0.67915;
2435 (*this)[0.3230] = -0.67439;
2436 (*this)[0.3240] = -0.66964;
2437 (*this)[0.3250] = -0.66488;
2438 (*this)[0.3260] = -0.66012;
2439 (*this)[0.3270] = -0.65536;
2440 (*this)[0.3280] = -0.65060;
2441 (*this)[0.3290] = -0.64584;
2442 (*this)[0.3300] = -0.64108;
2443 (*this)[0.3310] = -0.63632;
2444 (*this)[0.3320] = -0.63156;
2445 (*this)[0.3330] = -0.62680;
2446 (*this)[0.3340] = -0.62204;
2447 (*this)[0.3350] = -0.61728;
2448 (*this)[0.3360] = -0.61252;
2449 (*this)[0.3370] = -0.60776;
2450 (*this)[0.3380] = -0.60300;
2451 (*this)[0.3390] = -0.59825;
2452 (*this)[0.3400] = -0.59349;
2453 (*this)[0.3410] = -0.58873;
2454 (*this)[0.3420] = -0.58397;
2455 (*this)[0.3430] = -0.57921;
2456 (*this)[0.3440] = -0.57445;
2457 (*this)[0.3450] = -0.56969;
2458 (*this)[0.3460] = -0.56493;
2459 (*this)[0.3470] = -0.56017;
2460 (*this)[0.3480] = -0.55541;
2461 (*this)[0.3490] = -0.55065;
2462 (*this)[0.3500] = -0.54589;
2463 (*this)[0.3510] = -0.54113;
2464 (*this)[0.3520] = -0.53637;
2465 (*this)[0.3530] = -0.53174;
2466 (*this)[0.3540] = -0.52741;
2467 (*this)[0.3550] = -0.52307;
2468 (*this)[0.3560] = -0.51873;
2469 (*this)[0.3570] = -0.51439;
2470 (*this)[0.3580] = -0.51005;
2471 (*this)[0.3590] = -0.50572;
2472 (*this)[0.3600] = -0.50138;
2473 (*this)[0.3610] = -0.49704;
2474 (*this)[0.3620] = -0.49270;
2475 (*this)[0.3630] = -0.48837;
2476 (*this)[0.3640] = -0.48403;
2477 (*this)[0.3650] = -0.47969;
2478 (*this)[0.3660] = -0.47535;
2479 (*this)[0.3670] = -0.47102;
2480 (*this)[0.3680] = -0.46668;
2481 (*this)[0.3690] = -0.46234;
2482 (*this)[0.3700] = -0.45800;
2483 (*this)[0.3710] = -0.45366;
2484 (*this)[0.3720] = -0.44933;
2485 (*this)[0.3730] = -0.44499;
2486 (*this)[0.3740] = -0.44065;
2487 (*this)[0.3750] = -0.43631;
2488 (*this)[0.3760] = -0.43198;
2489 (*this)[0.3770] = -0.42764;
2490 (*this)[0.3780] = -0.42330;
2491 (*this)[0.3790] = -0.41896;
2492 (*this)[0.3800] = -0.41462;
2493 (*this)[0.3810] = -0.41029;
2494 (*this)[0.3820] = -0.40595;
2495 (*this)[0.3830] = -0.40161;
2496 (*this)[0.3840] = -0.39727;
2497 (*this)[0.3850] = -0.39294;
2498 (*this)[0.3860] = -0.38860;
2499 (*this)[0.3870] = -0.38426;
2500 (*this)[0.3880] = -0.37992;
2501 (*this)[0.3890] = -0.37558;
2502 (*this)[0.3900] = -0.37125;
2503 (*this)[0.3910] = -0.36691;
2504 (*this)[0.3920] = -0.36257;
2505 (*this)[0.3930] = -0.35823;
2506 (*this)[0.3940] = -0.35390;
2507 (*this)[0.3950] = -0.34956;
2508 (*this)[0.3960] = -0.34522;
2509 (*this)[0.3970] = -0.34088;
2510 (*this)[0.3980] = -0.33655;
2511 (*this)[0.3990] = -0.33221;
2512 (*this)[0.4000] = -0.32787;
2513 (*this)[0.4010] = -0.32353;
2514 (*this)[0.4020] = -0.31919;
2515 (*this)[0.4030] = -0.31486;
2516 (*this)[0.4040] = -0.31052;
2517 (*this)[0.4050] = -0.30618;
2518 (*this)[0.4060] = -0.30184;
2519 (*this)[0.4070] = -0.29751;
2520 (*this)[0.4080] = -0.29317;
2521 (*this)[0.4090] = -0.28883;
2522 (*this)[0.4100] = -0.28449;
2523 (*this)[0.4110] = -0.28015;
2524 (*this)[0.4120] = -0.27582;
2525 (*this)[0.4130] = -0.27148;
2526 (*this)[0.4140] = -0.26714;
2527 (*this)[0.4150] = -0.26280;
2528 (*this)[0.4160] = -0.25847;
2529 (*this)[0.4170] = -0.25413;
2530 (*this)[0.4180] = -0.24979;
2531 (*this)[0.4190] = -0.24545;
2532 (*this)[0.4200] = -0.24112;
2533 (*this)[0.4210] = -0.23678;
2534 (*this)[0.4220] = -0.23244;
2535 (*this)[0.4230] = -0.22810;
2536 (*this)[0.4240] = -0.22376;
2537 (*this)[0.4250] = -0.21943;
2538 (*this)[0.4260] = -0.21509;
2539 (*this)[0.4270] = -0.21075;
2540 (*this)[0.4280] = -0.20641;
2541 (*this)[0.4290] = -0.20208;
2542 (*this)[0.4300] = -0.19774;
2543 (*this)[0.4310] = -0.19340;
2544 (*this)[0.4320] = -0.18906;
2545 (*this)[0.4330] = -0.18472;
2546 (*this)[0.4340] = -0.18039;
2547 (*this)[0.4350] = -0.17605;
2548 (*this)[0.4360] = -0.17171;
2549 (*this)[0.4370] = -0.16737;
2550 (*this)[0.4380] = -0.16304;
2551 (*this)[0.4390] = -0.15870;
2552 (*this)[0.4400] = -0.15436;
2553 (*this)[0.4410] = -0.15002;
2554 (*this)[0.4420] = -0.14568;
2555 (*this)[0.4430] = -0.14135;
2556 (*this)[0.4440] = -0.13701;
2557 (*this)[0.4450] = -0.13267;
2558 (*this)[0.4460] = -0.12833;
2559 (*this)[0.4470] = -0.12400;
2560 (*this)[0.4480] = -0.11966;
2561 (*this)[0.4490] = -0.11532;
2562 (*this)[0.4500] = -0.11098;
2563 (*this)[0.4510] = -0.10665;
2564 (*this)[0.4520] = -0.10231;
2565 (*this)[0.4530] = -0.09797;
2566 (*this)[0.4540] = -0.09363;
2567 (*this)[0.4550] = -0.08929;
2568 (*this)[0.4560] = -0.08496;
2569 (*this)[0.4570] = -0.08062;
2570 (*this)[0.4580] = -0.07628;
2571 (*this)[0.4590] = -0.07194;
2572 (*this)[0.4600] = -0.06761;
2573 (*this)[0.4610] = -0.06327;
2574 (*this)[0.4620] = -0.05893;
2575 (*this)[0.4630] = -0.05459;
2576 (*this)[0.4640] = -0.05025;
2577 (*this)[0.4650] = -0.04592;
2578 (*this)[0.4660] = -0.04158;
2579 (*this)[0.4670] = -0.03724;
2580 (*this)[0.4680] = -0.03290;
2581 (*this)[0.4690] = -0.02847;
2582 (*this)[0.4700] = -0.02404;
2583 (*this)[0.4710] = -0.01961;
2584 (*this)[0.4720] = -0.01519;
2585 (*this)[0.4730] = -0.01076;
2586 (*this)[0.4740] = -0.00633;
2587 (*this)[0.4750] = -0.00190;
2588 (*this)[0.4760] = +0.00253;
2589 (*this)[0.4770] = +0.00696;
2590 (*this)[0.4780] = +0.01139;
2591 (*this)[0.4790] = +0.01581;
2592 (*this)[0.4800] = +0.02024;
2593 (*this)[0.4810] = +0.02467;
2594 (*this)[0.4820] = +0.02910;
2595 (*this)[0.4830] = +0.03353;
2596 (*this)[0.4840] = +0.03796;
2597 (*this)[0.4850] = +0.04239;
2598 (*this)[0.4860] = +0.04681;
2599 (*this)[0.4870] = +0.05124;
2600 (*this)[0.4880] = +0.05567;
2601 (*this)[0.4890] = +0.06010;
2602 (*this)[0.4900] = +0.06453;
2603 (*this)[0.4910] = +0.06896;
2604 (*this)[0.4920] = +0.07339;
2605 (*this)[0.4930] = +0.07781;
2606 (*this)[0.4940] = +0.08224;
2607 (*this)[0.4950] = +0.08667;
2608 (*this)[0.4960] = +0.09110;
2609 (*this)[0.4970] = +0.09553;
2610 (*this)[0.4980] = +0.09996;
2611 (*this)[0.4990] = +0.10439;
2612 (*this)[0.5000] = +0.10881;
2613 (*this)[0.5010] = +0.11324;
2614 (*this)[0.5020] = +0.11767;
2615 (*this)[0.5030] = +0.12210;
2616 (*this)[0.5040] = +0.12653;
2617 (*this)[0.5050] = +0.13096;
2618 (*this)[0.5060] = +0.13539;
2619 (*this)[0.5070] = +0.13981;
2620 (*this)[0.5080] = +0.14424;
2621 (*this)[0.5090] = +0.14867;
2622 (*this)[0.5100] = +0.15310;
2623 (*this)[0.5110] = +0.15753;
2624 (*this)[0.5120] = +0.16196;
2625 (*this)[0.5130] = +0.16639;
2626 (*this)[0.5140] = +0.17081;
2627 (*this)[0.5150] = +0.17524;
2628 (*this)[0.5160] = +0.17967;
2629 (*this)[0.5170] = +0.18410;
2630 (*this)[0.5180] = +0.18853;
2631 (*this)[0.5190] = +0.19296;
2632 (*this)[0.5200] = +0.19739;
2633 (*this)[0.5210] = +0.20181;
2634 (*this)[0.5220] = +0.20624;
2635 (*this)[0.5230] = +0.21067;
2636 (*this)[0.5240] = +0.21510;
2637 (*this)[0.5250] = +0.21953;
2638 (*this)[0.5260] = +0.22396;
2639 (*this)[0.5270] = +0.22839;
2640 (*this)[0.5280] = +0.23281;
2641 (*this)[0.5290] = +0.23724;
2642 (*this)[0.5300] = +0.24167;
2643 (*this)[0.5310] = +0.24610;
2644 (*this)[0.5320] = +0.25053;
2645 (*this)[0.5330] = +0.25496;
2646 (*this)[0.5340] = +0.25939;
2647 (*this)[0.5350] = +0.26381;
2648 (*this)[0.5360] = +0.26824;
2649 (*this)[0.5370] = +0.27267;
2650 (*this)[0.5380] = +0.27710;
2651 (*this)[0.5390] = +0.28153;
2652 (*this)[0.5400] = +0.28596;
2653 (*this)[0.5410] = +0.29039;
2654 (*this)[0.5420] = +0.29481;
2655 (*this)[0.5430] = +0.29924;
2656 (*this)[0.5440] = +0.30367;
2657 (*this)[0.5450] = +0.30810;
2658 (*this)[0.5460] = +0.31253;
2659 (*this)[0.5470] = +0.31696;
2660 (*this)[0.5480] = +0.32139;
2661 (*this)[0.5490] = +0.32581;
2662 (*this)[0.5500] = +0.33024;
2663 (*this)[0.5510] = +0.33467;
2664 (*this)[0.5520] = +0.33910;
2665 (*this)[0.5530] = +0.34353;
2666 (*this)[0.5540] = +0.34796;
2667 (*this)[0.5550] = +0.35239;
2668 (*this)[0.5560] = +0.35681;
2669 (*this)[0.5570] = +0.36124;
2670 (*this)[0.5580] = +0.36567;
2671 (*this)[0.5590] = +0.37010;
2672 (*this)[0.5600] = +0.37453;
2673 (*this)[0.5610] = +0.37896;
2674 (*this)[0.5620] = +0.38339;
2675 (*this)[0.5630] = +0.38781;
2676 (*this)[0.5640] = +0.39224;
2677 (*this)[0.5650] = +0.39667;
2678 (*this)[0.5660] = +0.40110;
2679 (*this)[0.5670] = +0.40553;
2680 (*this)[0.5680] = +0.40996;
2681 (*this)[0.5690] = +0.41439;
2682 (*this)[0.5700] = +0.41881;
2683 (*this)[0.5710] = +0.42324;
2684 (*this)[0.5720] = +0.42767;
2685 (*this)[0.5730] = +0.43210;
2686 (*this)[0.5740] = +0.43653;
2687 (*this)[0.5750] = +0.44096;
2688 (*this)[0.5760] = +0.44539;
2689 (*this)[0.5770] = +0.44981;
2690 (*this)[0.5780] = +0.45424;
2691 (*this)[0.5790] = +0.45867;
2692 (*this)[0.5800] = +0.46310;
2693 (*this)[0.5810] = +0.46761;
2694 (*this)[0.5820] = +0.47267;
2695 (*this)[0.5830] = +0.47772;
2696 (*this)[0.5840] = +0.48278;
2697 (*this)[0.5850] = +0.48783;
2698 (*this)[0.5860] = +0.49289;
2699 (*this)[0.5870] = +0.49794;
2700 (*this)[0.5880] = +0.50300;
2701 (*this)[0.5890] = +0.50805;
2702 (*this)[0.5900] = +0.51310;
2703 (*this)[0.5910] = +0.51816;
2704 (*this)[0.5920] = +0.52321;
2705 (*this)[0.5930] = +0.52827;
2706 (*this)[0.5940] = +0.53332;
2707 (*this)[0.5950] = +0.53838;
2708 (*this)[0.5960] = +0.54343;
2709 (*this)[0.5970] = +0.54849;
2710 (*this)[0.5980] = +0.55354;
2711 (*this)[0.5990] = +0.55860;
2712 (*this)[0.6000] = +0.56365;
2713 (*this)[0.6010] = +0.56871;
2714 (*this)[0.6020] = +0.57376;
2715 (*this)[0.6030] = +0.57882;
2716 (*this)[0.6040] = +0.58387;
2717 (*this)[0.6050] = +0.58892;
2718 (*this)[0.6060] = +0.59398;
2719 (*this)[0.6070] = +0.59903;
2720 (*this)[0.6080] = +0.60409;
2721 (*this)[0.6090] = +0.60914;
2722 (*this)[0.6100] = +0.61420;
2723 (*this)[0.6110] = +0.61925;
2724 (*this)[0.6120] = +0.62431;
2725 (*this)[0.6130] = +0.62936;
2726 (*this)[0.6140] = +0.63442;
2727 (*this)[0.6150] = +0.63947;
2728 (*this)[0.6160] = +0.64453;
2729 (*this)[0.6170] = +0.64958;
2730 (*this)[0.6180] = +0.65464;
2731 (*this)[0.6190] = +0.65969;
2732 (*this)[0.6200] = +0.66474;
2733 (*this)[0.6210] = +0.66980;
2734 (*this)[0.6220] = +0.67485;
2735 (*this)[0.6230] = +0.67991;
2736 (*this)[0.6240] = +0.68496;
2737 (*this)[0.6250] = +0.69002;
2738 (*this)[0.6260] = +0.69507;
2739 (*this)[0.6270] = +0.70013;
2740 (*this)[0.6280] = +0.70518;
2741 (*this)[0.6290] = +0.71024;
2742 (*this)[0.6300] = +0.71529;
2743 (*this)[0.6310] = +0.72035;
2744 (*this)[0.6320] = +0.72540;
2745 (*this)[0.6330] = +0.73046;
2746 (*this)[0.6340] = +0.73551;
2747 (*this)[0.6350] = +0.74056;
2748 (*this)[0.6360] = +0.74562;
2749 (*this)[0.6370] = +0.75067;
2750 (*this)[0.6380] = +0.75573;
2751 (*this)[0.6390] = +0.76078;
2752 (*this)[0.6400] = +0.76584;
2753 (*this)[0.6410] = +0.77089;
2754 (*this)[0.6420] = +0.77595;
2755 (*this)[0.6430] = +0.78100;
2756 (*this)[0.6440] = +0.78606;
2757 (*this)[0.6450] = +0.79111;
2758 (*this)[0.6460] = +0.79617;
2759 (*this)[0.6470] = +0.80122;
2760 (*this)[0.6480] = +0.80628;
2761 (*this)[0.6490] = +0.81133;
2762 (*this)[0.6500] = +0.81638;
2763 (*this)[0.6510] = +0.82144;
2764 (*this)[0.6520] = +0.82649;
2765 (*this)[0.6530] = +0.83155;
2766 (*this)[0.6540] = +0.83660;
2767 (*this)[0.6550] = +0.84166;
2768 (*this)[0.6560] = +0.84671;
2769 (*this)[0.6570] = +0.85177;
2770 (*this)[0.6580] = +0.85682;
2771 (*this)[0.6590] = +0.86188;
2772 (*this)[0.6600] = +0.86693;
2773 (*this)[0.6610] = +0.87199;
2774 (*this)[0.6620] = +0.87704;
2775 (*this)[0.6630] = +0.88210;
2776 (*this)[0.6640] = +0.88715;
2777 (*this)[0.6650] = +0.89220;
2778 (*this)[0.6660] = +0.89726;
2779 (*this)[0.6670] = +0.90231;
2780 (*this)[0.6680] = +0.90737;
2781 (*this)[0.6690] = +0.91242;
2782 (*this)[0.6700] = +0.91748;
2783 (*this)[0.6710] = +0.92253;
2784 (*this)[0.6720] = +0.92759;
2785 (*this)[0.6730] = +0.93264;
2786 (*this)[0.6740] = +0.93770;
2787 (*this)[0.6750] = +0.94275;
2788 (*this)[0.6760] = +0.94781;
2789 (*this)[0.6770] = +0.95286;
2790 (*this)[0.6780] = +0.95792;
2791 (*this)[0.6790] = +0.96297;
2792 (*this)[0.6800] = +0.96831;
2793 (*this)[0.6810] = +0.97469;
2794 (*this)[0.6820] = +0.98107;
2795 (*this)[0.6830] = +0.98744;
2796 (*this)[0.6840] = +0.99382;
2797 (*this)[0.6850] = +1.00020;
2798 (*this)[0.6860] = +1.00658;
2799 (*this)[0.6870] = +1.01295;
2800 (*this)[0.6880] = +1.01933;
2801 (*this)[0.6890] = +1.02571;
2802 (*this)[0.6900] = +1.03209;
2803 (*this)[0.6910] = +1.03846;
2804 (*this)[0.6920] = +1.04484;
2805 (*this)[0.6930] = +1.05122;
2806 (*this)[0.6940] = +1.05759;
2807 (*this)[0.6950] = +1.06397;
2808 (*this)[0.6960] = +1.07035;
2809 (*this)[0.6970] = +1.07673;
2810 (*this)[0.6980] = +1.08310;
2811 (*this)[0.6990] = +1.08948;
2812 (*this)[0.7000] = +1.09586;
2813 (*this)[0.7010] = +1.10224;
2814 (*this)[0.7020] = +1.10861;
2815 (*this)[0.7030] = +1.11499;
2816 (*this)[0.7040] = +1.12137;
2817 (*this)[0.7050] = +1.12775;
2818 (*this)[0.7060] = +1.13412;
2819 (*this)[0.7070] = +1.14050;
2820 (*this)[0.7080] = +1.14688;
2821 (*this)[0.7090] = +1.15326;
2822 (*this)[0.7100] = +1.15963;
2823 (*this)[0.7110] = +1.16601;
2824 (*this)[0.7120] = +1.17239;
2825 (*this)[0.7130] = +1.17877;
2826 (*this)[0.7140] = +1.18514;
2827 (*this)[0.7150] = +1.19152;
2828 (*this)[0.7160] = +1.19790;
2829 (*this)[0.7170] = +1.20427;
2830 (*this)[0.7180] = +1.21065;
2831 (*this)[0.7190] = +1.21703;
2832 (*this)[0.7200] = +1.22341;
2833 (*this)[0.7210] = +1.22978;
2834 (*this)[0.7220] = +1.23616;
2835 (*this)[0.7230] = +1.24254;
2836 (*this)[0.7240] = +1.24892;
2837 (*this)[0.7250] = +1.25529;
2838 (*this)[0.7260] = +1.26167;
2839 (*this)[0.7270] = +1.26805;
2840 (*this)[0.7280] = +1.27443;
2841 (*this)[0.7290] = +1.28080;
2842 (*this)[0.7300] = +1.28718;
2843 (*this)[0.7310] = +1.29356;
2844 (*this)[0.7320] = +1.29994;
2845 (*this)[0.7330] = +1.30631;
2846 (*this)[0.7340] = +1.31269;
2847 (*this)[0.7350] = +1.31907;
2848 (*this)[0.7360] = +1.32545;
2849 (*this)[0.7370] = +1.33182;
2850 (*this)[0.7380] = +1.33820;
2851 (*this)[0.7390] = +1.34458;
2852 (*this)[0.7400] = +1.35095;
2853 (*this)[0.7410] = +1.35733;
2854 (*this)[0.7420] = +1.36371;
2855 (*this)[0.7430] = +1.37009;
2856 (*this)[0.7440] = +1.37646;
2857 (*this)[0.7450] = +1.38284;
2858 (*this)[0.7460] = +1.38922;
2859 (*this)[0.7470] = +1.39560;
2860 (*this)[0.7480] = +1.40197;
2861 (*this)[0.7490] = +1.40835;
2862 (*this)[0.7500] = +1.41473;
2863 (*this)[0.7510] = +1.42111;
2864 (*this)[0.7520] = +1.42748;
2865 (*this)[0.7530] = +1.43386;
2866 (*this)[0.7540] = +1.44024;
2867 (*this)[0.7550] = +1.44662;
2868 (*this)[0.7560] = +1.45299;
2869 (*this)[0.7570] = +1.45937;
2870 (*this)[0.7580] = +1.46575;
2871 (*this)[0.7590] = +1.47396;
2872 (*this)[0.7600] = +1.48260;
2873 (*this)[0.7610] = +1.49124;
2874 (*this)[0.7620] = +1.49987;
2875 (*this)[0.7630] = +1.50851;
2876 (*this)[0.7640] = +1.51714;
2877 (*this)[0.7650] = +1.52578;
2878 (*this)[0.7660] = +1.53441;
2879 (*this)[0.7670] = +1.54305;
2880 (*this)[0.7680] = +1.55168;
2881 (*this)[0.7690] = +1.56032;
2882 (*this)[0.7700] = +1.56895;
2883 (*this)[0.7710] = +1.57759;
2884 (*this)[0.7720] = +1.58622;
2885 (*this)[0.7730] = +1.59486;
2886 (*this)[0.7740] = +1.60350;
2887 (*this)[0.7750] = +1.61213;
2888 (*this)[0.7760] = +1.62077;
2889 (*this)[0.7770] = +1.62940;
2890 (*this)[0.7780] = +1.63804;
2891 (*this)[0.7790] = +1.64667;
2892 (*this)[0.7800] = +1.65531;
2893 (*this)[0.7810] = +1.66394;
2894 (*this)[0.7820] = +1.67258;
2895 (*this)[0.7830] = +1.68121;
2896 (*this)[0.7840] = +1.68985;
2897 (*this)[0.7850] = +1.69848;
2898 (*this)[0.7860] = +1.70712;
2899 (*this)[0.7870] = +1.71576;
2900 (*this)[0.7880] = +1.72439;
2901 (*this)[0.7890] = +1.73303;
2902 (*this)[0.7900] = +1.74166;
2903 (*this)[0.7910] = +1.75030;
2904 (*this)[0.7920] = +1.75893;
2905 (*this)[0.7930] = +1.76757;
2906 (*this)[0.7940] = +1.77620;
2907 (*this)[0.7950] = +1.78484;
2908 (*this)[0.7960] = +1.79347;
2909 (*this)[0.7970] = +1.80211;
2910 (*this)[0.7980] = +1.81074;
2911 (*this)[0.7990] = +1.81938;
2912 (*this)[0.8000] = +1.82802;
2913 (*this)[0.8010] = +1.83665;
2914 (*this)[0.8020] = +1.84529;
2915 (*this)[0.8030] = +1.85392;
2916 (*this)[0.8040] = +1.86256;
2917 (*this)[0.8050] = +1.87119;
2918 (*this)[0.8060] = +1.87983;
2919 (*this)[0.8070] = +1.88846;
2920 (*this)[0.8080] = +1.89710;
2921 (*this)[0.8090] = +1.90573;
2922 (*this)[0.8100] = +1.91437;
2923 (*this)[0.8110] = +1.92300;
2924 (*this)[0.8120] = +1.93164;
2925 (*this)[0.8130] = +1.94028;
2926 (*this)[0.8140] = +1.94891;
2927 (*this)[0.8150] = +1.95755;
2928 (*this)[0.8160] = +1.96618;
2929 (*this)[0.8170] = +1.97809;
2930 (*this)[0.8180] = +1.99031;
2931 (*this)[0.8190] = +2.00253;
2932 (*this)[0.8200] = +2.01476;
2933 (*this)[0.8210] = +2.02698;
2934 (*this)[0.8220] = +2.03920;
2935 (*this)[0.8230] = +2.05142;
2936 (*this)[0.8240] = +2.06364;
2937 (*this)[0.8250] = +2.07586;
2938 (*this)[0.8260] = +2.08808;
2939 (*this)[0.8270] = +2.10030;
2940 (*this)[0.8280] = +2.11252;
2941 (*this)[0.8290] = +2.12474;
2942 (*this)[0.8300] = +2.13697;
2943 (*this)[0.8310] = +2.14919;
2944 (*this)[0.8320] = +2.16141;
2945 (*this)[0.8330] = +2.17363;
2946 (*this)[0.8340] = +2.18585;
2947 (*this)[0.8350] = +2.19807;
2948 (*this)[0.8360] = +2.21029;
2949 (*this)[0.8370] = +2.22251;
2950 (*this)[0.8380] = +2.23473;
2951 (*this)[0.8390] = +2.24695;
2952 (*this)[0.8400] = +2.25918;
2953 (*this)[0.8410] = +2.27140;
2954 (*this)[0.8420] = +2.28362;
2955 (*this)[0.8430] = +2.29584;
2956 (*this)[0.8440] = +2.30806;
2957 (*this)[0.8450] = +2.32028;
2958 (*this)[0.8460] = +2.33250;
2959 (*this)[0.8470] = +2.34472;
2960 (*this)[0.8480] = +2.35694;
2961 (*this)[0.8490] = +2.36916;
2962 (*this)[0.8500] = +2.38139;
2963 (*this)[0.8510] = +2.39361;
2964 (*this)[0.8520] = +2.40583;
2965 (*this)[0.8530] = +2.41805;
2966 (*this)[0.8540] = +2.43027;
2967 (*this)[0.8550] = +2.44249;
2968 (*this)[0.8560] = +2.45471;
2969 (*this)[0.8570] = +2.46693;
2970 (*this)[0.8580] = +2.48441;
2971 (*this)[0.8590] = +2.50188;
2972 (*this)[0.8600] = +2.51936;
2973 (*this)[0.8610] = +2.53684;
2974 (*this)[0.8620] = +2.55431;
2975 (*this)[0.8630] = +2.57179;
2976 (*this)[0.8640] = +2.58926;
2977 (*this)[0.8650] = +2.60674;
2978 (*this)[0.8660] = +2.62421;
2979 (*this)[0.8670] = +2.64169;
2980 (*this)[0.8680] = +2.65916;
2981 (*this)[0.8690] = +2.67664;
2982 (*this)[0.8700] = +2.69412;
2983 (*this)[0.8710] = +2.71159;
2984 (*this)[0.8720] = +2.72907;
2985 (*this)[0.8730] = +2.74654;
2986 (*this)[0.8740] = +2.76402;
2987 (*this)[0.8750] = +2.78149;
2988 (*this)[0.8760] = +2.79897;
2989 (*this)[0.8770] = +2.81644;
2990 (*this)[0.8780] = +2.83392;
2991 (*this)[0.8790] = +2.85140;
2992 (*this)[0.8800] = +2.86887;
2993 (*this)[0.8810] = +2.88635;
2994 (*this)[0.8820] = +2.90382;
2995 (*this)[0.8830] = +2.92130;
2996 (*this)[0.8840] = +2.93877;
2997 (*this)[0.8850] = +2.95625;
2998 (*this)[0.8860] = +2.97666;
2999 (*this)[0.8870] = +3.00168;
3000 (*this)[0.8880] = +3.02669;
3001 (*this)[0.8890] = +3.05171;
3002 (*this)[0.8900] = +3.07673;
3003 (*this)[0.8910] = +3.10175;
3004 (*this)[0.8920] = +3.12676;
3005 (*this)[0.8930] = +3.15178;
3006 (*this)[0.8940] = +3.17680;
3007 (*this)[0.8950] = +3.20182;
3008 (*this)[0.8960] = +3.22684;
3009 (*this)[0.8970] = +3.25185;
3010 (*this)[0.8980] = +3.27687;
3011 (*this)[0.8990] = +3.30189;
3012 (*this)[0.9000] = +3.32691;
3013 (*this)[0.9010] = +3.35192;
3014 (*this)[0.9020] = +3.37694;
3015 (*this)[0.9030] = +3.40196;
3016 (*this)[0.9040] = +3.42698;
3017 (*this)[0.9050] = +3.45199;
3018 (*this)[0.9060] = +3.48126;
3019 (*this)[0.9070] = +3.51682;
3020 (*this)[0.9080] = +3.55238;
3021 (*this)[0.9090] = +3.58795;
3022 (*this)[0.9100] = +3.62351;
3023 (*this)[0.9110] = +3.65907;
3024 (*this)[0.9120] = +3.69463;
3025 (*this)[0.9130] = +3.73019;
3026 (*this)[0.9140] = +3.76575;
3027 (*this)[0.9150] = +3.80131;
3028 (*this)[0.9160] = +3.83687;
3029 (*this)[0.9170] = +3.87244;
3030 (*this)[0.9180] = +3.90800;
3031 (*this)[0.9190] = +3.94356;
3032 (*this)[0.9200] = +3.98470;
3033 (*this)[0.9210] = +4.03654;
3034 (*this)[0.9220] = +4.08838;
3035 (*this)[0.9230] = +4.14022;
3036 (*this)[0.9240] = +4.19207;
3037 (*this)[0.9250] = +4.24391;
3038 (*this)[0.9260] = +4.29575;
3039 (*this)[0.9270] = +4.34759;
3040 (*this)[0.9280] = +4.39943;
3041 (*this)[0.9290] = +4.45128;
3042 (*this)[0.9300] = +4.52054;
3043 (*this)[0.9310] = +4.59735;
3044 (*this)[0.9320] = +4.67416;
3045 (*this)[0.9330] = +4.75097;
3046 (*this)[0.9340] = +4.82777;
3047 (*this)[0.9350] = +4.90458;
3048 (*this)[0.9360] = +4.98770;
3049 (*this)[0.9370] = +5.09802;
3050 (*this)[0.9380] = +5.20834;
3051 (*this)[0.9390] = +5.31866;
3052 (*this)[0.9400] = +5.42899;
3053 (*this)[0.9410] = +5.56069;
3054 (*this)[0.9420] = +5.70360;
3055 (*this)[0.9430] = +5.84651;
3056 (*this)[0.9440] = +5.99370;
3057 (*this)[0.9450] = +6.16382;
3058 (*this)[0.9460] = +6.33393;
3059 (*this)[0.9470] = +6.50983;
3060 (*this)[0.9480] = +6.70641;
3061 (*this)[0.9490] = +6.90300;
3062 (*this)[0.9500] = +7.12216;
3063 (*this)[0.9510] = +7.35219;
3064 (*this)[0.9520] = +7.60131;
3065 (*this)[0.9530] = +7.86944;
3066 (*this)[0.9540] = +8.16495;
3067 (*this)[0.9550] = +8.47740;
3068 (*this)[0.9560] = +8.83250;
3069 (*this)[0.9570] = +9.21642;
3070 (*this)[0.9580] = +9.63363;
3071 (*this)[0.9590] = +10.08743;
3072 (*this)[0.9600] = +10.58057;
3073 (*this)[0.9610] = +11.11009;
3074 (*this)[0.9620] = +11.67422;
3075 (*this)[0.9630] = +12.26513;
3076 (*this)[0.9640] = +12.87490;
3077 (*this)[0.9650] = +13.49695;
3078 (*this)[0.9660] = +14.12004;
3079 (*this)[0.9670] = +14.74213;
3080 (*this)[0.9680] = +15.36040;
3081 (*this)[0.9690] = +15.97284;
3082 (*this)[0.9700] = +16.58473;
3083 (*this)[0.9710] = +17.19799;
3084 (*this)[0.9720] = +17.81857;
3085 (*this)[0.9730] = +18.45020;
3086 (*this)[0.9740] = +19.09341;
3087 (*this)[0.9750] = +19.75250;
3088 (*this)[0.9760] = +20.42880;
3089 (*this)[0.9770] = +21.12663;
3090 (*this)[0.9780] = +21.84694;
3091 (*this)[0.9790] = +22.58268;
3092 (*this)[0.9800] = +23.31851;
3093 (*this)[0.9810] = +24.03825;
3094 (*this)[0.9820] = +24.72714;
3095 (*this)[0.9830] = +25.38120;
3096 (*this)[0.9840] = +25.99548;
3097 (*this)[0.9850] = +26.57603;
3098 (*this)[0.9860] = +27.12984;
3099 (*this)[0.9870] = +27.66748;
3100 (*this)[0.9880] = +28.19600;
3101 (*this)[0.9890] = +28.72559;
3102 (*this)[0.9900] = +29.26628;
3103 (*this)[0.9910] = +29.82861;
3104 (*this)[0.9920] = +30.42754;
3105 (*this)[0.9930] = +31.08679;
3106 (*this)[0.9940] = +31.82708;
3107 (*this)[0.9950] = +32.69277;
3108 (*this)[0.9960] = +33.75956;
3109 (*this)[0.9970] = +35.23144;
3110 (*this)[0.9980] = +37.82029;
3111 (*this)[0.9990] = +45.25581;
3112 (*this)[1.0000] = +96.53998;
3113
3114 compile();
3115 }

Member Function Documentation

◆ getProbability()

template<int type = 0>
double JDETECTOR::JTransitTimeGenerator< type >::getProbability ( const double t_ns) const
inlineinherited

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

Parameters
t_nstime [ns]
Returns
probability

Definition at line 38 of file JPMTTransitTimeGenerator.hh.

39 {
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 343 of file JFunctional.hh.

344 {
345 return this->evaluate(&x);
346 }
virtual result_type evaluate(const argument_type *pX) const=0

◆ getSupervisor()

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

Get supervisor.

Returns
supervisor

Definition at line 290 of file JFunctional.hh.

◆ getExceptionHandler()

const JExceptionHandler & JTOOLS::JFunction< JSplineElement2D< double, double >::abscissa_type, double >::getExceptionHandler ( ) const
inlineoverridevirtualinherited

Get exception handler.

Returns
exception handler

Implements JTOOLS::JFunctional< JSplineElement2D< double, double >::abscissa_type, double >.

Definition at line 301 of file JFunctional.hh.

302 {
303 return *__supervisor.handler;
304 }

◆ setExceptionHandler()

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

Set the supervisor for handling of exceptions.

Parameters
supervisorsupervisor

Definition at line 312 of file JFunctional.hh.

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

◆ evaluate()

virtual result_type JTOOLS::JFunctional< 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 103 of file JFunctional.hh.

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

◆ 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 117 of file JFunctional.hh.

119 {
120 return value;
121 }

Member Data Documentation

◆ __supervisor

JSupervisor JTOOLS::JFunction< JSplineElement2D< double, double >::abscissa_type, double >::__supervisor
protectedinherited

Definition at line 318 of file JFunctional.hh.


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