diff --git a/doc/musrSim.pdf b/doc/musrSim.pdf index b432c20..20edcca 100644 Binary files a/doc/musrSim.pdf and b/doc/musrSim.pdf differ diff --git a/doc/musrSim.tex b/doc/musrSim.tex index d8d6375..bd13d42 100644 --- a/doc/musrSim.tex +++ b/doc/musrSim.tex @@ -126,7 +126,8 @@ in the macro file: \end{itemize} By default, the output of the simulation is written out in the subdirectory ``data'' with -the name ``musr\_RUNNUMBER.root''. +the name ``musr\_RUNNUMBER.root''. The default ``data'' directory can be changed by the +command ``/musr/command rootOutputDirectoryName \emph{dirName}''. (Note that the execution of the simulation can be terminated gently by creating a file ``RUNNUMBER.stop'' in the working directory.) \section{Conventions} @@ -747,10 +748,72 @@ in order to simulate optical photons: E.g.\ REFLECTIVITY or EFFICIENCY for a given surface may be assigned this way. \end{description} -One has to assign a non-zero EFFICIENCY and a REFLECTIVITY smaller than 1 to a boundary surface -between the scintillator and sensitive device (e.g.\ an APD). +\item {\bf /musr/command OPSA \emph{subcommand} \emph{parameters ...}}\\ + Different commands related to Optical Photon Signal Analysis (OPSA):\\ + \begin{description} + \item{\bf signalSeparationTime \emph{timeSeparation}} \\ + If two subsequent optical photons arrive to the same active detector + in time smaller than \emph{timeSeparation}, they will form + the same ``optical photon signal''. Otherwise (i.e.\ if there is no photon + detected for time larger than \emph{timeSeparation}) the next arriving photon + will start a new ``optical photon signal''. See the similarity + to the command ``/musr/command signalSeparationTime \emph{timeSeparation}'' + for the deposited energy signals. + \item{\bf OPSAhist \emph{nBins} \emph{min} \emph{max}} \\ + Defines ``OPSA'' histograms -- i.e.\ histograms that + contain the time distribution of the arival of optical photons.\\ + \emph{nBins} ... number of bins of the histogram\\ + \emph{min} ... minimum of the x-axis of the histogram\\ + \emph{max}... maximum of the x-axis the histogram\\ + + In fact three kinds of histograms are created -- see command + ``/musr/command OPSA eventsForOPSAhistos \emph{eventID} \emph{detID}''. + + \item{\bf eventsForOPSAhistos \emph{eventID} \emph{detID}}\\ + Defines event number and detector ID, for which histograms of the + OPSA will be stored. If \emph{detID} is set to zero, all detectors will be + stored for the given event. + + The naming convention for the histograms is the following: + OPSAhist\_\emph{eventID}\_\emph{detID}\_\emph{n} ,\\ + where \emph{n} is the number of the ``optical photon signal'' in the + event \emph{eventID} in the detector \emph{detID}.\\ + There are other two histograms, namely + ``OPSAshape\_\emph{eventID}\_\emph{detID}\_\emph{n}'', which shows + the signal from OPSAhist convoluted with the responce function + of the optical detection device as e.g.\ G-APD, and + ``OPSA\_CFD\_\emph{eventID}\_\emph{detID}\_\emph{n}'', which shows + the signal from OPSAshape after the constant fraction discriminator. + \item{\bf pulseShapeArray \emph{pulseShapeFileName}}\\ + \emph{pulseShapeFileName} is the name of the file that contains responce + function (pulse shape) of a single cell (single photon) detected by + the photosensitive detector. The data format is very strict:\\ + \% ... comments \\ + first column ... time in picosecond (it has to be: 0, 1, 2, ... iPSmax + where iPSmax is smaller than 10000)\\ + second column ... amplitude of the APD response function\\ + {\bf Internally in musrSim, the data read from this file are interpolated to the + centers of the bins of the histograms defined by + ``/musr/command OPSA OPSAhist ''}. + + \item{\bf CFD \emph{a1} \emph{delay} \emph{timeShiftOffset}}\\ + \item{\bf minNrOfDetectedPhotons}\\ + \item{\bf photonFractions}\\ + \end{description} + \end{description} + +\subsection*{Tips and tricks} +\begin{itemize} + \item One has to assign a non-zero EFFICIENCY and a REFLECTIVITY smaller than 1 to a boundary surface + between the scintillator and sensitive device (e.g.\ an APD). + \item To get a perfectly reflecting surface, one can use REFLECTIVITY=1; EFFICIENCY=0; + \emph{surfaceType}=dielectric\_metal, \emph{surfaceFinish}=polished, \emph{surfaceModel}=unified. + +\end{itemize} + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Some other parameters} % @@ -760,6 +823,10 @@ between the scintillator and sensitive device (e.g.\ an APD). \emph{nrOfEvents} (int) -- number of events to be simulated.\\ (This is a default Geant4 command, which has to be specified in any simulation run). +\item{\bf /musr/command rootOutputDirectoryName \emph{dirName}} \\ + (default: /musr/command rootOutputDirectoryName data )\\ + Specify the (sub)directory to which the output file will be written out. + \item{\bf /musr/command logicalVolumeToBeReweighted mu \emph{logicalVolume} \emph{weight} }\\ (default: not defined; no reweighting is done unless explicitly requested by this command.) \\ Events can be reweighted by this command. If muon {\bf stops and decays} in the diff --git a/include/musrRootOutput.hh b/include/musrRootOutput.hh index 6857a33..7a77035 100644 --- a/include/musrRootOutput.hh +++ b/include/musrRootOutput.hh @@ -80,7 +80,8 @@ class musrRootOutput { G4int idVolVertex, G4int idProcVertex, G4int idTrackVertex, G4int particleID) ; void SetOPSAinfo (G4int nDetectors, G4int ID, G4int nPhot, G4double timeFirst, G4double timeA, - G4double timeB, G4double timeC, G4double timeD, G4double timeE, G4double timeLast); + G4double timeB, G4double timeC, G4double timeD, G4double timeE, G4double timeLast, + G4double timeCFD, G4double amplCFD); void SetSaveDetectorInfo (G4int ID, G4int particleID, G4double ke, G4double x, G4double y, G4double z, G4double time, G4double px, G4double py, G4double pz, G4double polx, G4double poly, G4double polz) ; @@ -124,7 +125,7 @@ class musrRootOutput { else {G4cout<<"musrRootOutput.hh::StoreGeantParameter: index="<SetOPSAinfo(nn,detID,nPhot,timeFirst,timeA,timeB,timeC,timeD,timeE,timeLast); + myRootOut->SetOPSAinfo(nn,detID,nPhot,timeFirst,timeA,timeB,timeC,timeD,timeE,timeLast,timeCFD,amplCFD); } private: @@ -55,6 +57,8 @@ class signalInfo { G4double timeD; G4double timeE; G4double timeLast; + G4double timeCFD; + G4double amplCFD; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -69,17 +73,26 @@ class musrScintSD : public G4VSensitiveDetector void Initialize(G4HCofThisEvent*); G4bool ProcessHits(G4Step*, G4TouchableHistory*); void EndOfEvent(G4HCofThisEvent*); + void EndOfRun(); // Optical Photon Signal Analysis (OPSA) void Set_OPSA_minNrOfDetectedPhotons(G4int val) {OPSA_minNrOfDetectedPhotons=val;} void Set_OPSA_SignalSeparationTime(G4double val) {OPSA_signalSeparationTime=val;} void Set_OPSA_frac(G4double a, G4double b, G4double c, G4double d, G4double e) {OPSA_fracA=a; OPSA_fracB=b; OPSA_fracC=c; OPSA_fracD=d; OPSA_fracE=e;} - void AddEventIDToMultimapOfEventIDsForOPSAhistos (G4int ev_ID, G4int detector_ID) - {bool_multimapOfEventIDsForOPSAhistosEXISTS=true; multimapOfEventIDsForOPSAhistos.insert(std::pair(ev_ID,detector_ID));} - void SetOPSAhistoBinning(Int_t nBins, Double_t min, Double_t max) {OPSAhistoNbin=nBins; OPSAhistoMin=min; OPSAhistoMax=max;} + void Set_OPSA_CFD(G4double a1, G4double delay, G4double timeShiftOffset) + {OPSA_CFD_a1=a1; OPSA_CFD_delay=delay; OPSA_CFD_timeShiftOffset = timeShiftOffset;} + void AddEventIDToMultimapOfEventIDsForOPSAhistos (G4int ev_ID, G4int detector_ID) { + bool_multimapOfEventIDsForOPSAhistosEXISTS=true; + multimapOfEventIDsForOPSAhistos.insert(std::pair(ev_ID,detector_ID)); + } + void SetOPSAhistoBinning(Int_t nBins, Double_t min, Double_t max) { + OPSAhistoNbin=nBins; OPSAhistoMin=min; OPSAhistoMax=max; + OPSAhistoBinWidth=(max-min)/nBins; OPSAhistoBinWidth1000=OPSAhistoBinWidth*1000; + } void ProcessOpticalPhoton(G4Step*); void EndOfEvent_OptiacalPhotons(); + void ReadInPulseShapeArray(const char* filename); private: static musrScintSD* pointer; @@ -111,7 +124,19 @@ class musrScintSD : public G4VSensitiveDetector multimapOfEventIDsForOPSAhistos_Type multimapOfEventIDsForOPSAhistos; TH1D* OPSAhisto; Int_t OPSAhistoNbin; - Double_t OPSAhistoMin, OPSAhistoMax; + Double_t OPSAhistoMin, OPSAhistoMax, OPSAhistoBinWidth, OPSAhistoBinWidth1000; + typedef std::map mapOfOPSAsumHistograms_Type; + mapOfOPSAsumHistograms_Type mapOfOPSAsumHistograms; + mapOfOPSAsumHistograms_Type mapOfOPSAsum0Histograms; + TH1D* OPSAhistoSUM; + TH1D* OPSAhistoSUM0; + TH1D* OPSAshape; + G4bool bool_pulseShapeExists; + G4int iPSmax; + G4double pulseShapeArray[10001]; + TH1D* OPSA_CFD; + G4double OPSA_CFD_a1,OPSA_CFD_delay, OPSA_CFD_timeShiftOffset; + }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/run/APDpulseShapeFile.txt b/run/APDpulseShapeFile.txt new file mode 100644 index 0000000..ebb0153 --- /dev/null +++ b/run/APDpulseShapeFile.txt @@ -0,0 +1,10014 @@ +% This is the file that contains responce function (pulse shape) +% of a single cell (single photon) detected by G-APD +% (Hamamatsu MPPC S10362-33-050) measured by Alexey Stoykov in +% "A time-resolution study with a plastic scintillator read out +% by a Geiger-mode Avalanche Photodiode", to be published +% probably in 2011. +% +% The data format: % ... comments +% first column ... time in picosecond +% (it has to be: 0, 1, 2, ... iPSmax +% where iPSmax is smaller than 10000) +% second column ... amplitude of the APD response function +% +0 0.00378952 +1 0.00383 +2 0.00388667 +3 0.00394333 +4 0.004 +5 0.00405667 +6 0.00411333 +7 0.00417 +8 0.00422667 +9 0.00428333 +10 0.00434 +11 0.00439667 +12 0.00445333 +13 0.00451 +14 0.00456667 +15 0.00462333 +16 0.00468 +17 0.00473667 +18 0.00479333 +19 0.00485 +20 0.00490667 +21 0.00496333 +22 0.00502 +23 0.00507667 +24 0.00513333 +25 0.00519 +26 0.00524667 +27 0.00530333 +28 0.00536 +29 0.00541667 +30 0.00547333 +31 0.00553 +32 0.00558667 +33 0.00564333 +34 0.0057 +35 0.00575667 +36 0.00581333 +37 0.00587 +38 0.00592667 +39 0.00598333 +40 0.00604 +41 0.00609667 +42 0.00615333 +43 0.00621 +44 0.00626667 +45 0.00632333 +46 0.00638 +47 0.00643667 +48 0.00649333 +49 0.00655 +50 0.00660667 +51 0.00666333 +52 0.00672 +53 0.00677667 +54 0.00683333 +55 0.00689 +56 0.00694667 +57 0.00700333 +58 0.00706 +59 0.00711667 +60 0.00717333 +61 0.00723 +62 0.00728667 +63 0.00734333 +64 0.0074 +65 0.00745645 +66 0.0075129 +67 0.00756935 +68 0.00762581 +69 0.00768226 +70 0.00773871 +71 0.00779516 +72 0.00785161 +73 0.00790806 +74 0.00796452 +75 0.00802097 +76 0.00807742 +77 0.00813387 +78 0.00819032 +79 0.00824677 +80 0.00830323 +81 0.00835968 +82 0.00841613 +83 0.00847258 +84 0.00852903 +85 0.00858548 +86 0.00864194 +87 0.00869839 +88 0.00875484 +89 0.00881129 +90 0.00886774 +91 0.00892419 +92 0.00898065 +93 0.0090371 +94 0.00909355 +95 0.00915 +96 0.00920645 +97 0.0092629 +98 0.00931935 +99 0.00937581 +100 0.00943226 +101 0.00948871 +102 0.00954516 +103 0.00960161 +104 0.00965806 +105 0.00971452 +106 0.00977097 +107 0.00982742 +108 0.00988387 +109 0.00994032 +110 0.00999677 +111 0.0100532 +112 0.0101097 +113 0.0101661 +114 0.0102226 +115 0.010279 +116 0.0103355 +117 0.0103919 +118 0.0104484 +119 0.0105048 +120 0.0105613 +121 0.0106177 +122 0.0106742 +123 0.0107306 +124 0.0107871 +125 0.0108435 +126 0.0109 +127 0.0109714 +128 0.0110429 +129 0.0111143 +130 0.0111857 +131 0.0112571 +132 0.0113286 +133 0.0114 +134 0.0114714 +135 0.0115429 +136 0.0116143 +137 0.0116857 +138 0.0117571 +139 0.0118286 +140 0.0119 +141 0.0119714 +142 0.0120429 +143 0.0121143 +144 0.0121857 +145 0.0122571 +146 0.0123286 +147 0.0124 +148 0.0124714 +149 0.0125429 +150 0.0126143 +151 0.0126857 +152 0.0127571 +153 0.0128286 +154 0.0129 +155 0.0129714 +156 0.0130429 +157 0.0131143 +158 0.0131857 +159 0.0132571 +160 0.0133286 +161 0.0134 +162 0.0134714 +163 0.0135429 +164 0.0136143 +165 0.0136857 +166 0.0137571 +167 0.0138286 +168 0.0139 +169 0.0139714 +170 0.0140429 +171 0.0141143 +172 0.0141857 +173 0.0142571 +174 0.0143286 +175 0.0144 +176 0.0144714 +177 0.0145429 +178 0.0146143 +179 0.0146857 +180 0.0147571 +181 0.0148286 +182 0.0149 +183 0.0149714 +184 0.0150429 +185 0.0151143 +186 0.0151857 +187 0.0152571 +188 0.0153286 +189 0.0154 +190 0.0155 +191 0.0156 +192 0.0157 +193 0.0158 +194 0.0159 +195 0.016 +196 0.0161 +197 0.0162 +198 0.0163 +199 0.0164 +200 0.0165 +201 0.0166 +202 0.0167 +203 0.0168 +204 0.0169 +205 0.017 +206 0.0171 +207 0.0172 +208 0.0173 +209 0.0174 +210 0.0175 +211 0.0176 +212 0.0177 +213 0.0178 +214 0.0179 +215 0.018 +216 0.0181 +217 0.0182 +218 0.0183 +219 0.0184 +220 0.0185 +221 0.0186 +222 0.0187 +223 0.0188 +224 0.0189 +225 0.019 +226 0.0191 +227 0.0192 +228 0.0193 +229 0.0194 +230 0.0195 +231 0.0196 +232 0.0197 +233 0.0198 +234 0.0199 +235 0.02 +236 0.0201 +237 0.0202 +238 0.0203 +239 0.0204 +240 0.0205 +241 0.0206 +242 0.0207 +243 0.0208 +244 0.0209 +245 0.021 +246 0.0211 +247 0.0212 +248 0.0213 +249 0.0214 +250 0.0215 +251 0.0216 +252 0.0217063 +253 0.0218127 +254 0.021919 +255 0.0220254 +256 0.0221317 +257 0.0222381 +258 0.0223444 +259 0.0224508 +260 0.0225571 +261 0.0226635 +262 0.0227698 +263 0.0228762 +264 0.0229825 +265 0.0230889 +266 0.0231952 +267 0.0233016 +268 0.0234079 +269 0.0235143 +270 0.0236206 +271 0.023727 +272 0.0238333 +273 0.0239397 +274 0.024046 +275 0.0241524 +276 0.0242587 +277 0.0243651 +278 0.0244714 +279 0.0245778 +280 0.0246841 +281 0.0247905 +282 0.0248968 +283 0.0250032 +284 0.0251095 +285 0.0252159 +286 0.0253222 +287 0.0254286 +288 0.0255349 +289 0.0256413 +290 0.0257476 +291 0.025854 +292 0.0259603 +293 0.0260667 +294 0.026173 +295 0.0262794 +296 0.0263857 +297 0.0264921 +298 0.0265984 +299 0.0267048 +300 0.0268111 +301 0.0269175 +302 0.0270238 +303 0.0271302 +304 0.0272365 +305 0.0273429 +306 0.0274492 +307 0.0275556 +308 0.0276619 +309 0.0277683 +310 0.0278746 +311 0.027981 +312 0.0280873 +313 0.0281937 +314 0.0283 +315 0.0284194 +316 0.0285387 +317 0.0286581 +318 0.0287774 +319 0.0288968 +320 0.0290161 +321 0.0291355 +322 0.0292548 +323 0.0293742 +324 0.0294935 +325 0.0296129 +326 0.0297323 +327 0.0298516 +328 0.029971 +329 0.0300903 +330 0.0302097 +331 0.030329 +332 0.0304484 +333 0.0305677 +334 0.0306871 +335 0.0308065 +336 0.0309258 +337 0.0310452 +338 0.0311645 +339 0.0312839 +340 0.0314032 +341 0.0315226 +342 0.0316419 +343 0.0317613 +344 0.0318806 +345 0.032 +346 0.0321194 +347 0.0322387 +348 0.0323581 +349 0.0324774 +350 0.0325968 +351 0.0327161 +352 0.0328355 +353 0.0329548 +354 0.0330742 +355 0.0331935 +356 0.0333129 +357 0.0334323 +358 0.0335516 +359 0.033671 +360 0.0337903 +361 0.0339097 +362 0.034029 +363 0.0341484 +364 0.0342677 +365 0.0343871 +366 0.0345065 +367 0.0346258 +368 0.0347452 +369 0.0348645 +370 0.0349839 +371 0.0351032 +372 0.0352226 +373 0.0353419 +374 0.0354613 +375 0.0355806 +376 0.0357 +377 0.0358476 +378 0.0359952 +379 0.0361429 +380 0.0362905 +381 0.0364381 +382 0.0365857 +383 0.0367333 +384 0.036881 +385 0.0370286 +386 0.0371762 +387 0.0373238 +388 0.0374714 +389 0.037619 +390 0.0377667 +391 0.0379143 +392 0.0380619 +393 0.0382095 +394 0.0383571 +395 0.0385048 +396 0.0386524 +397 0.0388 +398 0.0389476 +399 0.0390952 +400 0.0392429 +401 0.0393905 +402 0.0395381 +403 0.0396857 +404 0.0398333 +405 0.039981 +406 0.0401286 +407 0.0402762 +408 0.0404238 +409 0.0405714 +410 0.040719 +411 0.0408667 +412 0.0410143 +413 0.0411619 +414 0.0413095 +415 0.0414571 +416 0.0416048 +417 0.0417524 +418 0.0419 +419 0.0420476 +420 0.0421952 +421 0.0423429 +422 0.0424905 +423 0.0426381 +424 0.0427857 +425 0.0429333 +426 0.043081 +427 0.0432286 +428 0.0433762 +429 0.0435238 +430 0.0436714 +431 0.043819 +432 0.0439667 +433 0.0441143 +434 0.0442619 +435 0.0444095 +436 0.0445571 +437 0.0447048 +438 0.0448524 +439 0.045 +440 0.0451774 +441 0.0453548 +442 0.0455323 +443 0.0457097 +444 0.0458871 +445 0.0460645 +446 0.0462419 +447 0.0464194 +448 0.0465968 +449 0.0467742 +450 0.0469516 +451 0.047129 +452 0.0473065 +453 0.0474839 +454 0.0476613 +455 0.0478387 +456 0.0480161 +457 0.0481935 +458 0.048371 +459 0.0485484 +460 0.0487258 +461 0.0489032 +462 0.0490806 +463 0.0492581 +464 0.0494355 +465 0.0496129 +466 0.0497903 +467 0.0499677 +468 0.0501452 +469 0.0503226 +470 0.0505 +471 0.0506774 +472 0.0508548 +473 0.0510323 +474 0.0512097 +475 0.0513871 +476 0.0515645 +477 0.0517419 +478 0.0519194 +479 0.0520968 +480 0.0522742 +481 0.0524516 +482 0.052629 +483 0.0528065 +484 0.0529839 +485 0.0531613 +486 0.0533387 +487 0.0535161 +488 0.0536935 +489 0.053871 +490 0.0540484 +491 0.0542258 +492 0.0544032 +493 0.0545806 +494 0.0547581 +495 0.0549355 +496 0.0551129 +497 0.0552903 +498 0.0554677 +499 0.0556452 +500 0.0558226 +501 0.056 +502 0.0562063 +503 0.0564127 +504 0.056619 +505 0.0568254 +506 0.0570317 +507 0.0572381 +508 0.0574444 +509 0.0576508 +510 0.0578571 +511 0.0580635 +512 0.0582698 +513 0.0584762 +514 0.0586825 +515 0.0588889 +516 0.0590952 +517 0.0593016 +518 0.0595079 +519 0.0597143 +520 0.0599206 +521 0.060127 +522 0.0603333 +523 0.0605397 +524 0.060746 +525 0.0609524 +526 0.0611587 +527 0.0613651 +528 0.0615714 +529 0.0617778 +530 0.0619841 +531 0.0621905 +532 0.0623968 +533 0.0626032 +534 0.0628095 +535 0.0630159 +536 0.0632222 +537 0.0634286 +538 0.0636349 +539 0.0638413 +540 0.0640476 +541 0.064254 +542 0.0644603 +543 0.0646667 +544 0.064873 +545 0.0650794 +546 0.0652857 +547 0.0654921 +548 0.0656984 +549 0.0659048 +550 0.0661111 +551 0.0663175 +552 0.0665238 +553 0.0667302 +554 0.0669365 +555 0.0671429 +556 0.0673492 +557 0.0675556 +558 0.0677619 +559 0.0679683 +560 0.0681746 +561 0.068381 +562 0.0685873 +563 0.0687937 +564 0.069 +565 0.0692371 +566 0.0694742 +567 0.0697113 +568 0.0699484 +569 0.0701855 +570 0.0704226 +571 0.0706597 +572 0.0708968 +573 0.0711339 +574 0.071371 +575 0.0716081 +576 0.0718452 +577 0.0720823 +578 0.0723194 +579 0.0725565 +580 0.0727935 +581 0.0730306 +582 0.0732677 +583 0.0735048 +584 0.0737419 +585 0.073979 +586 0.0742161 +587 0.0744532 +588 0.0746903 +589 0.0749274 +590 0.0751645 +591 0.0754016 +592 0.0756387 +593 0.0758758 +594 0.0761129 +595 0.07635 +596 0.0765871 +597 0.0768242 +598 0.0770613 +599 0.0772984 +600 0.0775355 +601 0.0777726 +602 0.0780097 +603 0.0782468 +604 0.0784839 +605 0.078721 +606 0.0789581 +607 0.0791952 +608 0.0794323 +609 0.0796694 +610 0.0799065 +611 0.0801435 +612 0.0803806 +613 0.0806177 +614 0.0808548 +615 0.0810919 +616 0.081329 +617 0.0815661 +618 0.0818032 +619 0.0820403 +620 0.0822774 +621 0.0825145 +622 0.0827516 +623 0.0829887 +624 0.0832258 +625 0.0834629 +626 0.0837 +627 0.0839746 +628 0.0842492 +629 0.0845238 +630 0.0847984 +631 0.085073 +632 0.0853476 +633 0.0856222 +634 0.0858968 +635 0.0861714 +636 0.086446 +637 0.0867206 +638 0.0869952 +639 0.0872698 +640 0.0875444 +641 0.087819 +642 0.0880937 +643 0.0883683 +644 0.0886429 +645 0.0889175 +646 0.0891921 +647 0.0894667 +648 0.0897413 +649 0.0900159 +650 0.0902905 +651 0.0905651 +652 0.0908397 +653 0.0911143 +654 0.0913889 +655 0.0916635 +656 0.0919381 +657 0.0922127 +658 0.0924873 +659 0.0927619 +660 0.0930365 +661 0.0933111 +662 0.0935857 +663 0.0938603 +664 0.0941349 +665 0.0944095 +666 0.0946841 +667 0.0949587 +668 0.0952333 +669 0.0955079 +670 0.0957825 +671 0.0960571 +672 0.0963317 +673 0.0966063 +674 0.096881 +675 0.0971556 +676 0.0974302 +677 0.0977048 +678 0.0979794 +679 0.098254 +680 0.0985286 +681 0.0988032 +682 0.0990778 +683 0.0993524 +684 0.099627 +685 0.0999016 +686 0.100176 +687 0.100451 +688 0.100725 +689 0.101 +690 0.101323 +691 0.101645 +692 0.101968 +693 0.10229 +694 0.102613 +695 0.102935 +696 0.103258 +697 0.103581 +698 0.103903 +699 0.104226 +700 0.104548 +701 0.104871 +702 0.105194 +703 0.105516 +704 0.105839 +705 0.106161 +706 0.106484 +707 0.106806 +708 0.107129 +709 0.107452 +710 0.107774 +711 0.108097 +712 0.108419 +713 0.108742 +714 0.109065 +715 0.109387 +716 0.10971 +717 0.110032 +718 0.110355 +719 0.110677 +720 0.111 +721 0.111323 +722 0.111645 +723 0.111968 +724 0.11229 +725 0.112613 +726 0.112935 +727 0.113258 +728 0.113581 +729 0.113903 +730 0.114226 +731 0.114548 +732 0.114871 +733 0.115194 +734 0.115516 +735 0.115839 +736 0.116161 +737 0.116484 +738 0.116806 +739 0.117129 +740 0.117452 +741 0.117774 +742 0.118097 +743 0.118419 +744 0.118742 +745 0.119065 +746 0.119387 +747 0.11971 +748 0.120032 +749 0.120355 +750 0.120677 +751 0.121 +752 0.121349 +753 0.121698 +754 0.122048 +755 0.122397 +756 0.122746 +757 0.123095 +758 0.123444 +759 0.123794 +760 0.124143 +761 0.124492 +762 0.124841 +763 0.12519 +764 0.12554 +765 0.125889 +766 0.126238 +767 0.126587 +768 0.126937 +769 0.127286 +770 0.127635 +771 0.127984 +772 0.128333 +773 0.128683 +774 0.129032 +775 0.129381 +776 0.12973 +777 0.130079 +778 0.130429 +779 0.130778 +780 0.131127 +781 0.131476 +782 0.131825 +783 0.132175 +784 0.132524 +785 0.132873 +786 0.133222 +787 0.133571 +788 0.133921 +789 0.13427 +790 0.134619 +791 0.134968 +792 0.135317 +793 0.135667 +794 0.136016 +795 0.136365 +796 0.136714 +797 0.137063 +798 0.137413 +799 0.137762 +800 0.138111 +801 0.13846 +802 0.13881 +803 0.139159 +804 0.139508 +805 0.139857 +806 0.140206 +807 0.140556 +808 0.140905 +809 0.141254 +810 0.141603 +811 0.141952 +812 0.142302 +813 0.142651 +814 0.143 +815 0.143387 +816 0.143774 +817 0.144161 +818 0.144548 +819 0.144935 +820 0.145323 +821 0.14571 +822 0.146097 +823 0.146484 +824 0.146871 +825 0.147258 +826 0.147645 +827 0.148032 +828 0.148419 +829 0.148806 +830 0.149194 +831 0.149581 +832 0.149968 +833 0.150355 +834 0.150742 +835 0.151129 +836 0.151516 +837 0.151903 +838 0.15229 +839 0.152677 +840 0.153065 +841 0.153452 +842 0.153839 +843 0.154226 +844 0.154613 +845 0.155 +846 0.155387 +847 0.155774 +848 0.156161 +849 0.156548 +850 0.156935 +851 0.157323 +852 0.15771 +853 0.158097 +854 0.158484 +855 0.158871 +856 0.159258 +857 0.159645 +858 0.160032 +859 0.160419 +860 0.160806 +861 0.161194 +862 0.161581 +863 0.161968 +864 0.162355 +865 0.162742 +866 0.163129 +867 0.163516 +868 0.163903 +869 0.16429 +870 0.164677 +871 0.165065 +872 0.165452 +873 0.165839 +874 0.166226 +875 0.166613 +876 0.167 +877 0.167397 +878 0.167794 +879 0.16819 +880 0.168587 +881 0.168984 +882 0.169381 +883 0.169778 +884 0.170175 +885 0.170571 +886 0.170968 +887 0.171365 +888 0.171762 +889 0.172159 +890 0.172556 +891 0.172952 +892 0.173349 +893 0.173746 +894 0.174143 +895 0.17454 +896 0.174937 +897 0.175333 +898 0.17573 +899 0.176127 +900 0.176524 +901 0.176921 +902 0.177317 +903 0.177714 +904 0.178111 +905 0.178508 +906 0.178905 +907 0.179302 +908 0.179698 +909 0.180095 +910 0.180492 +911 0.180889 +912 0.181286 +913 0.181683 +914 0.182079 +915 0.182476 +916 0.182873 +917 0.18327 +918 0.183667 +919 0.184063 +920 0.18446 +921 0.184857 +922 0.185254 +923 0.185651 +924 0.186048 +925 0.186444 +926 0.186841 +927 0.187238 +928 0.187635 +929 0.188032 +930 0.188429 +931 0.188825 +932 0.189222 +933 0.189619 +934 0.190016 +935 0.190413 +936 0.19081 +937 0.191206 +938 0.191603 +939 0.192 +940 0.192452 +941 0.192903 +942 0.193355 +943 0.193806 +944 0.194258 +945 0.19471 +946 0.195161 +947 0.195613 +948 0.196065 +949 0.196516 +950 0.196968 +951 0.197419 +952 0.197871 +953 0.198323 +954 0.198774 +955 0.199226 +956 0.199677 +957 0.200129 +958 0.200581 +959 0.201032 +960 0.201484 +961 0.201935 +962 0.202387 +963 0.202839 +964 0.20329 +965 0.203742 +966 0.204194 +967 0.204645 +968 0.205097 +969 0.205548 +970 0.206 +971 0.206452 +972 0.206903 +973 0.207355 +974 0.207806 +975 0.208258 +976 0.20871 +977 0.209161 +978 0.209613 +979 0.210065 +980 0.210516 +981 0.210968 +982 0.211419 +983 0.211871 +984 0.212323 +985 0.212774 +986 0.213226 +987 0.213677 +988 0.214129 +989 0.214581 +990 0.215032 +991 0.215484 +992 0.215935 +993 0.216387 +994 0.216839 +995 0.21729 +996 0.217742 +997 0.218194 +998 0.218645 +999 0.219097 +1000 0.219548 +1001 0.22 +1002 0.220492 +1003 0.220984 +1004 0.221476 +1005 0.221968 +1006 0.22246 +1007 0.222952 +1008 0.223444 +1009 0.223937 +1010 0.224429 +1011 0.224921 +1012 0.225413 +1013 0.225905 +1014 0.226397 +1015 0.226889 +1016 0.227381 +1017 0.227873 +1018 0.228365 +1019 0.228857 +1020 0.229349 +1021 0.229841 +1022 0.230333 +1023 0.230825 +1024 0.231317 +1025 0.23181 +1026 0.232302 +1027 0.232794 +1028 0.233286 +1029 0.233778 +1030 0.23427 +1031 0.234762 +1032 0.235254 +1033 0.235746 +1034 0.236238 +1035 0.23673 +1036 0.237222 +1037 0.237714 +1038 0.238206 +1039 0.238698 +1040 0.23919 +1041 0.239683 +1042 0.240175 +1043 0.240667 +1044 0.241159 +1045 0.241651 +1046 0.242143 +1047 0.242635 +1048 0.243127 +1049 0.243619 +1050 0.244111 +1051 0.244603 +1052 0.245095 +1053 0.245587 +1054 0.246079 +1055 0.246571 +1056 0.247063 +1057 0.247556 +1058 0.248048 +1059 0.24854 +1060 0.249032 +1061 0.249524 +1062 0.250016 +1063 0.250508 +1064 0.251 +1065 0.251532 +1066 0.252065 +1067 0.252597 +1068 0.253129 +1069 0.253661 +1070 0.254194 +1071 0.254726 +1072 0.255258 +1073 0.25579 +1074 0.256323 +1075 0.256855 +1076 0.257387 +1077 0.257919 +1078 0.258452 +1079 0.258984 +1080 0.259516 +1081 0.260048 +1082 0.260581 +1083 0.261113 +1084 0.261645 +1085 0.262177 +1086 0.26271 +1087 0.263242 +1088 0.263774 +1089 0.264306 +1090 0.264839 +1091 0.265371 +1092 0.265903 +1093 0.266435 +1094 0.266968 +1095 0.2675 +1096 0.268032 +1097 0.268565 +1098 0.269097 +1099 0.269629 +1100 0.270161 +1101 0.270694 +1102 0.271226 +1103 0.271758 +1104 0.27229 +1105 0.272823 +1106 0.273355 +1107 0.273887 +1108 0.274419 +1109 0.274952 +1110 0.275484 +1111 0.276016 +1112 0.276548 +1113 0.277081 +1114 0.277613 +1115 0.278145 +1116 0.278677 +1117 0.27921 +1118 0.279742 +1119 0.280274 +1120 0.280806 +1121 0.281339 +1122 0.281871 +1123 0.282403 +1124 0.282935 +1125 0.283468 +1126 0.284 +1127 0.284508 +1128 0.285016 +1129 0.285524 +1130 0.286032 +1131 0.28654 +1132 0.287048 +1133 0.287556 +1134 0.288063 +1135 0.288571 +1136 0.289079 +1137 0.289587 +1138 0.290095 +1139 0.290603 +1140 0.291111 +1141 0.291619 +1142 0.292127 +1143 0.292635 +1144 0.293143 +1145 0.293651 +1146 0.294159 +1147 0.294667 +1148 0.295175 +1149 0.295683 +1150 0.29619 +1151 0.296698 +1152 0.297206 +1153 0.297714 +1154 0.298222 +1155 0.29873 +1156 0.299238 +1157 0.299746 +1158 0.300254 +1159 0.300762 +1160 0.30127 +1161 0.301778 +1162 0.302286 +1163 0.302794 +1164 0.303302 +1165 0.30381 +1166 0.304317 +1167 0.304825 +1168 0.305333 +1169 0.305841 +1170 0.306349 +1171 0.306857 +1172 0.307365 +1173 0.307873 +1174 0.308381 +1175 0.308889 +1176 0.309397 +1177 0.309905 +1178 0.310413 +1179 0.310921 +1180 0.311429 +1181 0.311937 +1182 0.312444 +1183 0.312952 +1184 0.31346 +1185 0.313968 +1186 0.314476 +1187 0.314984 +1188 0.315492 +1189 0.316 +1190 0.316581 +1191 0.317161 +1192 0.317742 +1193 0.318323 +1194 0.318903 +1195 0.319484 +1196 0.320065 +1197 0.320645 +1198 0.321226 +1199 0.321806 +1200 0.322387 +1201 0.322968 +1202 0.323548 +1203 0.324129 +1204 0.32471 +1205 0.32529 +1206 0.325871 +1207 0.326452 +1208 0.327032 +1209 0.327613 +1210 0.328194 +1211 0.328774 +1212 0.329355 +1213 0.329935 +1214 0.330516 +1215 0.331097 +1216 0.331677 +1217 0.332258 +1218 0.332839 +1219 0.333419 +1220 0.334 +1221 0.334581 +1222 0.335161 +1223 0.335742 +1224 0.336323 +1225 0.336903 +1226 0.337484 +1227 0.338065 +1228 0.338645 +1229 0.339226 +1230 0.339806 +1231 0.340387 +1232 0.340968 +1233 0.341548 +1234 0.342129 +1235 0.34271 +1236 0.34329 +1237 0.343871 +1238 0.344452 +1239 0.345032 +1240 0.345613 +1241 0.346194 +1242 0.346774 +1243 0.347355 +1244 0.347935 +1245 0.348516 +1246 0.349097 +1247 0.349677 +1248 0.350258 +1249 0.350839 +1250 0.351419 +1251 0.352 +1252 0.35254 +1253 0.353079 +1254 0.353619 +1255 0.354159 +1256 0.354698 +1257 0.355238 +1258 0.355778 +1259 0.356317 +1260 0.356857 +1261 0.357397 +1262 0.357937 +1263 0.358476 +1264 0.359016 +1265 0.359556 +1266 0.360095 +1267 0.360635 +1268 0.361175 +1269 0.361714 +1270 0.362254 +1271 0.362794 +1272 0.363333 +1273 0.363873 +1274 0.364413 +1275 0.364952 +1276 0.365492 +1277 0.366032 +1278 0.366571 +1279 0.367111 +1280 0.367651 +1281 0.36819 +1282 0.36873 +1283 0.36927 +1284 0.36981 +1285 0.370349 +1286 0.370889 +1287 0.371429 +1288 0.371968 +1289 0.372508 +1290 0.373048 +1291 0.373587 +1292 0.374127 +1293 0.374667 +1294 0.375206 +1295 0.375746 +1296 0.376286 +1297 0.376825 +1298 0.377365 +1299 0.377905 +1300 0.378444 +1301 0.378984 +1302 0.379524 +1303 0.380063 +1304 0.380603 +1305 0.381143 +1306 0.381683 +1307 0.382222 +1308 0.382762 +1309 0.383302 +1310 0.383841 +1311 0.384381 +1312 0.384921 +1313 0.38546 +1314 0.386 +1315 0.386581 +1316 0.387161 +1317 0.387742 +1318 0.388323 +1319 0.388903 +1320 0.389484 +1321 0.390065 +1322 0.390645 +1323 0.391226 +1324 0.391806 +1325 0.392387 +1326 0.392968 +1327 0.393548 +1328 0.394129 +1329 0.39471 +1330 0.39529 +1331 0.395871 +1332 0.396452 +1333 0.397032 +1334 0.397613 +1335 0.398194 +1336 0.398774 +1337 0.399355 +1338 0.399935 +1339 0.400516 +1340 0.401097 +1341 0.401677 +1342 0.402258 +1343 0.402839 +1344 0.403419 +1345 0.404 +1346 0.404581 +1347 0.405161 +1348 0.405742 +1349 0.406323 +1350 0.406903 +1351 0.407484 +1352 0.408065 +1353 0.408645 +1354 0.409226 +1355 0.409806 +1356 0.410387 +1357 0.410968 +1358 0.411548 +1359 0.412129 +1360 0.41271 +1361 0.41329 +1362 0.413871 +1363 0.414452 +1364 0.415032 +1365 0.415613 +1366 0.416194 +1367 0.416774 +1368 0.417355 +1369 0.417935 +1370 0.418516 +1371 0.419097 +1372 0.419677 +1373 0.420258 +1374 0.420839 +1375 0.421419 +1376 0.422 +1377 0.422587 +1378 0.423175 +1379 0.423762 +1380 0.424349 +1381 0.424937 +1382 0.425524 +1383 0.426111 +1384 0.426698 +1385 0.427286 +1386 0.427873 +1387 0.42846 +1388 0.429048 +1389 0.429635 +1390 0.430222 +1391 0.43081 +1392 0.431397 +1393 0.431984 +1394 0.432571 +1395 0.433159 +1396 0.433746 +1397 0.434333 +1398 0.434921 +1399 0.435508 +1400 0.436095 +1401 0.436683 +1402 0.43727 +1403 0.437857 +1404 0.438444 +1405 0.439032 +1406 0.439619 +1407 0.440206 +1408 0.440794 +1409 0.441381 +1410 0.441968 +1411 0.442556 +1412 0.443143 +1413 0.44373 +1414 0.444317 +1415 0.444905 +1416 0.445492 +1417 0.446079 +1418 0.446667 +1419 0.447254 +1420 0.447841 +1421 0.448429 +1422 0.449016 +1423 0.449603 +1424 0.45019 +1425 0.450778 +1426 0.451365 +1427 0.451952 +1428 0.45254 +1429 0.453127 +1430 0.453714 +1431 0.454302 +1432 0.454889 +1433 0.455476 +1434 0.456063 +1435 0.456651 +1436 0.457238 +1437 0.457825 +1438 0.458413 +1439 0.459 +1440 0.459597 +1441 0.460194 +1442 0.46079 +1443 0.461387 +1444 0.461984 +1445 0.462581 +1446 0.463177 +1447 0.463774 +1448 0.464371 +1449 0.464968 +1450 0.465565 +1451 0.466161 +1452 0.466758 +1453 0.467355 +1454 0.467952 +1455 0.468548 +1456 0.469145 +1457 0.469742 +1458 0.470339 +1459 0.470935 +1460 0.471532 +1461 0.472129 +1462 0.472726 +1463 0.473323 +1464 0.473919 +1465 0.474516 +1466 0.475113 +1467 0.47571 +1468 0.476306 +1469 0.476903 +1470 0.4775 +1471 0.478097 +1472 0.478694 +1473 0.47929 +1474 0.479887 +1475 0.480484 +1476 0.481081 +1477 0.481677 +1478 0.482274 +1479 0.482871 +1480 0.483468 +1481 0.484065 +1482 0.484661 +1483 0.485258 +1484 0.485855 +1485 0.486452 +1486 0.487048 +1487 0.487645 +1488 0.488242 +1489 0.488839 +1490 0.489435 +1491 0.490032 +1492 0.490629 +1493 0.491226 +1494 0.491823 +1495 0.492419 +1496 0.493016 +1497 0.493613 +1498 0.49421 +1499 0.494806 +1500 0.495403 +1501 0.496 +1502 0.496651 +1503 0.497302 +1504 0.497952 +1505 0.498603 +1506 0.499254 +1507 0.499905 +1508 0.500556 +1509 0.501206 +1510 0.501857 +1511 0.502508 +1512 0.503159 +1513 0.50381 +1514 0.50446 +1515 0.505111 +1516 0.505762 +1517 0.506413 +1518 0.507063 +1519 0.507714 +1520 0.508365 +1521 0.509016 +1522 0.509667 +1523 0.510317 +1524 0.510968 +1525 0.511619 +1526 0.51227 +1527 0.512921 +1528 0.513571 +1529 0.514222 +1530 0.514873 +1531 0.515524 +1532 0.516175 +1533 0.516825 +1534 0.517476 +1535 0.518127 +1536 0.518778 +1537 0.519429 +1538 0.520079 +1539 0.52073 +1540 0.521381 +1541 0.522032 +1542 0.522683 +1543 0.523333 +1544 0.523984 +1545 0.524635 +1546 0.525286 +1547 0.525937 +1548 0.526587 +1549 0.527238 +1550 0.527889 +1551 0.52854 +1552 0.52919 +1553 0.529841 +1554 0.530492 +1555 0.531143 +1556 0.531794 +1557 0.532444 +1558 0.533095 +1559 0.533746 +1560 0.534397 +1561 0.535048 +1562 0.535698 +1563 0.536349 +1564 0.537 +1565 0.537629 +1566 0.538258 +1567 0.538887 +1568 0.539516 +1569 0.540145 +1570 0.540774 +1571 0.541403 +1572 0.542032 +1573 0.542661 +1574 0.54329 +1575 0.543919 +1576 0.544548 +1577 0.545177 +1578 0.545806 +1579 0.546435 +1580 0.547065 +1581 0.547694 +1582 0.548323 +1583 0.548952 +1584 0.549581 +1585 0.55021 +1586 0.550839 +1587 0.551468 +1588 0.552097 +1589 0.552726 +1590 0.553355 +1591 0.553984 +1592 0.554613 +1593 0.555242 +1594 0.555871 +1595 0.5565 +1596 0.557129 +1597 0.557758 +1598 0.558387 +1599 0.559016 +1600 0.559645 +1601 0.560274 +1602 0.560903 +1603 0.561532 +1604 0.562161 +1605 0.56279 +1606 0.563419 +1607 0.564048 +1608 0.564677 +1609 0.565306 +1610 0.565935 +1611 0.566565 +1612 0.567194 +1613 0.567823 +1614 0.568452 +1615 0.569081 +1616 0.56971 +1617 0.570339 +1618 0.570968 +1619 0.571597 +1620 0.572226 +1621 0.572855 +1622 0.573484 +1623 0.574113 +1624 0.574742 +1625 0.575371 +1626 0.576 +1627 0.576603 +1628 0.577206 +1629 0.57781 +1630 0.578413 +1631 0.579016 +1632 0.579619 +1633 0.580222 +1634 0.580825 +1635 0.581429 +1636 0.582032 +1637 0.582635 +1638 0.583238 +1639 0.583841 +1640 0.584444 +1641 0.585048 +1642 0.585651 +1643 0.586254 +1644 0.586857 +1645 0.58746 +1646 0.588063 +1647 0.588667 +1648 0.58927 +1649 0.589873 +1650 0.590476 +1651 0.591079 +1652 0.591683 +1653 0.592286 +1654 0.592889 +1655 0.593492 +1656 0.594095 +1657 0.594698 +1658 0.595302 +1659 0.595905 +1660 0.596508 +1661 0.597111 +1662 0.597714 +1663 0.598317 +1664 0.598921 +1665 0.599524 +1666 0.600127 +1667 0.60073 +1668 0.601333 +1669 0.601937 +1670 0.60254 +1671 0.603143 +1672 0.603746 +1673 0.604349 +1674 0.604952 +1675 0.605556 +1676 0.606159 +1677 0.606762 +1678 0.607365 +1679 0.607968 +1680 0.608571 +1681 0.609175 +1682 0.609778 +1683 0.610381 +1684 0.610984 +1685 0.611587 +1686 0.61219 +1687 0.612794 +1688 0.613397 +1689 0.614 +1690 0.614597 +1691 0.615194 +1692 0.61579 +1693 0.616387 +1694 0.616984 +1695 0.617581 +1696 0.618177 +1697 0.618774 +1698 0.619371 +1699 0.619968 +1700 0.620565 +1701 0.621161 +1702 0.621758 +1703 0.622355 +1704 0.622952 +1705 0.623548 +1706 0.624145 +1707 0.624742 +1708 0.625339 +1709 0.625935 +1710 0.626532 +1711 0.627129 +1712 0.627726 +1713 0.628323 +1714 0.628919 +1715 0.629516 +1716 0.630113 +1717 0.63071 +1718 0.631306 +1719 0.631903 +1720 0.6325 +1721 0.633097 +1722 0.633694 +1723 0.63429 +1724 0.634887 +1725 0.635484 +1726 0.636081 +1727 0.636677 +1728 0.637274 +1729 0.637871 +1730 0.638468 +1731 0.639065 +1732 0.639661 +1733 0.640258 +1734 0.640855 +1735 0.641452 +1736 0.642048 +1737 0.642645 +1738 0.643242 +1739 0.643839 +1740 0.644435 +1741 0.645032 +1742 0.645629 +1743 0.646226 +1744 0.646823 +1745 0.647419 +1746 0.648016 +1747 0.648613 +1748 0.64921 +1749 0.649806 +1750 0.650403 +1751 0.651 +1752 0.651571 +1753 0.652143 +1754 0.652714 +1755 0.653286 +1756 0.653857 +1757 0.654429 +1758 0.655 +1759 0.655571 +1760 0.656143 +1761 0.656714 +1762 0.657286 +1763 0.657857 +1764 0.658429 +1765 0.659 +1766 0.659571 +1767 0.660143 +1768 0.660714 +1769 0.661286 +1770 0.661857 +1771 0.662429 +1772 0.663 +1773 0.663571 +1774 0.664143 +1775 0.664714 +1776 0.665286 +1777 0.665857 +1778 0.666429 +1779 0.667 +1780 0.667571 +1781 0.668143 +1782 0.668714 +1783 0.669286 +1784 0.669857 +1785 0.670429 +1786 0.671 +1787 0.671571 +1788 0.672143 +1789 0.672714 +1790 0.673286 +1791 0.673857 +1792 0.674429 +1793 0.675 +1794 0.675571 +1795 0.676143 +1796 0.676714 +1797 0.677286 +1798 0.677857 +1799 0.678429 +1800 0.679 +1801 0.679571 +1802 0.680143 +1803 0.680714 +1804 0.681286 +1805 0.681857 +1806 0.682429 +1807 0.683 +1808 0.683571 +1809 0.684143 +1810 0.684714 +1811 0.685286 +1812 0.685857 +1813 0.686429 +1814 0.687 +1815 0.687548 +1816 0.688097 +1817 0.688645 +1818 0.689194 +1819 0.689742 +1820 0.69029 +1821 0.690839 +1822 0.691387 +1823 0.691935 +1824 0.692484 +1825 0.693032 +1826 0.693581 +1827 0.694129 +1828 0.694677 +1829 0.695226 +1830 0.695774 +1831 0.696323 +1832 0.696871 +1833 0.697419 +1834 0.697968 +1835 0.698516 +1836 0.699065 +1837 0.699613 +1838 0.700161 +1839 0.70071 +1840 0.701258 +1841 0.701806 +1842 0.702355 +1843 0.702903 +1844 0.703452 +1845 0.704 +1846 0.704548 +1847 0.705097 +1848 0.705645 +1849 0.706194 +1850 0.706742 +1851 0.70729 +1852 0.707839 +1853 0.708387 +1854 0.708935 +1855 0.709484 +1856 0.710032 +1857 0.710581 +1858 0.711129 +1859 0.711677 +1860 0.712226 +1861 0.712774 +1862 0.713323 +1863 0.713871 +1864 0.714419 +1865 0.714968 +1866 0.715516 +1867 0.716065 +1868 0.716613 +1869 0.717161 +1870 0.71771 +1871 0.718258 +1872 0.718806 +1873 0.719355 +1874 0.719903 +1875 0.720452 +1876 0.721 +1877 0.72154 +1878 0.722079 +1879 0.722619 +1880 0.723159 +1881 0.723698 +1882 0.724238 +1883 0.724778 +1884 0.725317 +1885 0.725857 +1886 0.726397 +1887 0.726937 +1888 0.727476 +1889 0.728016 +1890 0.728556 +1891 0.729095 +1892 0.729635 +1893 0.730175 +1894 0.730714 +1895 0.731254 +1896 0.731794 +1897 0.732333 +1898 0.732873 +1899 0.733413 +1900 0.733952 +1901 0.734492 +1902 0.735032 +1903 0.735571 +1904 0.736111 +1905 0.736651 +1906 0.73719 +1907 0.73773 +1908 0.73827 +1909 0.73881 +1910 0.739349 +1911 0.739889 +1912 0.740429 +1913 0.740968 +1914 0.741508 +1915 0.742048 +1916 0.742587 +1917 0.743127 +1918 0.743667 +1919 0.744206 +1920 0.744746 +1921 0.745286 +1922 0.745825 +1923 0.746365 +1924 0.746905 +1925 0.747444 +1926 0.747984 +1927 0.748524 +1928 0.749063 +1929 0.749603 +1930 0.750143 +1931 0.750683 +1932 0.751222 +1933 0.751762 +1934 0.752302 +1935 0.752841 +1936 0.753381 +1937 0.753921 +1938 0.75446 +1939 0.755 +1940 0.755548 +1941 0.756097 +1942 0.756645 +1943 0.757194 +1944 0.757742 +1945 0.75829 +1946 0.758839 +1947 0.759387 +1948 0.759935 +1949 0.760484 +1950 0.761032 +1951 0.761581 +1952 0.762129 +1953 0.762677 +1954 0.763226 +1955 0.763774 +1956 0.764323 +1957 0.764871 +1958 0.765419 +1959 0.765968 +1960 0.766516 +1961 0.767065 +1962 0.767613 +1963 0.768161 +1964 0.76871 +1965 0.769258 +1966 0.769806 +1967 0.770355 +1968 0.770903 +1969 0.771452 +1970 0.772 +1971 0.772548 +1972 0.773097 +1973 0.773645 +1974 0.774194 +1975 0.774742 +1976 0.77529 +1977 0.775839 +1978 0.776387 +1979 0.776935 +1980 0.777484 +1981 0.778032 +1982 0.778581 +1983 0.779129 +1984 0.779677 +1985 0.780226 +1986 0.780774 +1987 0.781323 +1988 0.781871 +1989 0.782419 +1990 0.782968 +1991 0.783516 +1992 0.784065 +1993 0.784613 +1994 0.785161 +1995 0.78571 +1996 0.786258 +1997 0.786806 +1998 0.787355 +1999 0.787903 +2000 0.788452 +2001 0.789 +2002 0.789508 +2003 0.790016 +2004 0.790524 +2005 0.791032 +2006 0.79154 +2007 0.792048 +2008 0.792556 +2009 0.793063 +2010 0.793571 +2011 0.794079 +2012 0.794587 +2013 0.795095 +2014 0.795603 +2015 0.796111 +2016 0.796619 +2017 0.797127 +2018 0.797635 +2019 0.798143 +2020 0.798651 +2021 0.799159 +2022 0.799667 +2023 0.800175 +2024 0.800683 +2025 0.80119 +2026 0.801698 +2027 0.802206 +2028 0.802714 +2029 0.803222 +2030 0.80373 +2031 0.804238 +2032 0.804746 +2033 0.805254 +2034 0.805762 +2035 0.80627 +2036 0.806778 +2037 0.807286 +2038 0.807794 +2039 0.808302 +2040 0.80881 +2041 0.809317 +2042 0.809825 +2043 0.810333 +2044 0.810841 +2045 0.811349 +2046 0.811857 +2047 0.812365 +2048 0.812873 +2049 0.813381 +2050 0.813889 +2051 0.814397 +2052 0.814905 +2053 0.815413 +2054 0.815921 +2055 0.816429 +2056 0.816937 +2057 0.817444 +2058 0.817952 +2059 0.81846 +2060 0.818968 +2061 0.819476 +2062 0.819984 +2063 0.820492 +2064 0.821 +2065 0.821532 +2066 0.822065 +2067 0.822597 +2068 0.823129 +2069 0.823661 +2070 0.824194 +2071 0.824726 +2072 0.825258 +2073 0.82579 +2074 0.826323 +2075 0.826855 +2076 0.827387 +2077 0.827919 +2078 0.828452 +2079 0.828984 +2080 0.829516 +2081 0.830048 +2082 0.830581 +2083 0.831113 +2084 0.831645 +2085 0.832177 +2086 0.83271 +2087 0.833242 +2088 0.833774 +2089 0.834306 +2090 0.834839 +2091 0.835371 +2092 0.835903 +2093 0.836435 +2094 0.836968 +2095 0.8375 +2096 0.838032 +2097 0.838565 +2098 0.839097 +2099 0.839629 +2100 0.840161 +2101 0.840694 +2102 0.841226 +2103 0.841758 +2104 0.84229 +2105 0.842823 +2106 0.843355 +2107 0.843887 +2108 0.844419 +2109 0.844952 +2110 0.845484 +2111 0.846016 +2112 0.846548 +2113 0.847081 +2114 0.847613 +2115 0.848145 +2116 0.848677 +2117 0.84921 +2118 0.849742 +2119 0.850274 +2120 0.850806 +2121 0.851339 +2122 0.851871 +2123 0.852403 +2124 0.852935 +2125 0.853468 +2126 0.854 +2127 0.854444 +2128 0.854889 +2129 0.855333 +2130 0.855778 +2131 0.856222 +2132 0.856667 +2133 0.857111 +2134 0.857556 +2135 0.858 +2136 0.858444 +2137 0.858889 +2138 0.859333 +2139 0.859778 +2140 0.860222 +2141 0.860667 +2142 0.861111 +2143 0.861556 +2144 0.862 +2145 0.862444 +2146 0.862889 +2147 0.863333 +2148 0.863778 +2149 0.864222 +2150 0.864667 +2151 0.865111 +2152 0.865556 +2153 0.866 +2154 0.866444 +2155 0.866889 +2156 0.867333 +2157 0.867778 +2158 0.868222 +2159 0.868667 +2160 0.869111 +2161 0.869556 +2162 0.87 +2163 0.870444 +2164 0.870889 +2165 0.871333 +2166 0.871778 +2167 0.872222 +2168 0.872667 +2169 0.873111 +2170 0.873556 +2171 0.874 +2172 0.874444 +2173 0.874889 +2174 0.875333 +2175 0.875778 +2176 0.876222 +2177 0.876667 +2178 0.877111 +2179 0.877556 +2180 0.878 +2181 0.878444 +2182 0.878889 +2183 0.879333 +2184 0.879778 +2185 0.880222 +2186 0.880667 +2187 0.881111 +2188 0.881556 +2189 0.882 +2190 0.882435 +2191 0.882871 +2192 0.883306 +2193 0.883742 +2194 0.884177 +2195 0.884613 +2196 0.885048 +2197 0.885484 +2198 0.885919 +2199 0.886355 +2200 0.88679 +2201 0.887226 +2202 0.887661 +2203 0.888097 +2204 0.888532 +2205 0.888968 +2206 0.889403 +2207 0.889839 +2208 0.890274 +2209 0.89071 +2210 0.891145 +2211 0.891581 +2212 0.892016 +2213 0.892452 +2214 0.892887 +2215 0.893323 +2216 0.893758 +2217 0.894194 +2218 0.894629 +2219 0.895065 +2220 0.8955 +2221 0.895935 +2222 0.896371 +2223 0.896806 +2224 0.897242 +2225 0.897677 +2226 0.898113 +2227 0.898548 +2228 0.898984 +2229 0.899419 +2230 0.899855 +2231 0.90029 +2232 0.900726 +2233 0.901161 +2234 0.901597 +2235 0.902032 +2236 0.902468 +2237 0.902903 +2238 0.903339 +2239 0.903774 +2240 0.90421 +2241 0.904645 +2242 0.905081 +2243 0.905516 +2244 0.905952 +2245 0.906387 +2246 0.906823 +2247 0.907258 +2248 0.907694 +2249 0.908129 +2250 0.908565 +2251 0.909 +2252 0.909317 +2253 0.909635 +2254 0.909952 +2255 0.91027 +2256 0.910587 +2257 0.910905 +2258 0.911222 +2259 0.91154 +2260 0.911857 +2261 0.912175 +2262 0.912492 +2263 0.91281 +2264 0.913127 +2265 0.913444 +2266 0.913762 +2267 0.914079 +2268 0.914397 +2269 0.914714 +2270 0.915032 +2271 0.915349 +2272 0.915667 +2273 0.915984 +2274 0.916302 +2275 0.916619 +2276 0.916937 +2277 0.917254 +2278 0.917571 +2279 0.917889 +2280 0.918206 +2281 0.918524 +2282 0.918841 +2283 0.919159 +2284 0.919476 +2285 0.919794 +2286 0.920111 +2287 0.920429 +2288 0.920746 +2289 0.921063 +2290 0.921381 +2291 0.921698 +2292 0.922016 +2293 0.922333 +2294 0.922651 +2295 0.922968 +2296 0.923286 +2297 0.923603 +2298 0.923921 +2299 0.924238 +2300 0.924556 +2301 0.924873 +2302 0.92519 +2303 0.925508 +2304 0.925825 +2305 0.926143 +2306 0.92646 +2307 0.926778 +2308 0.927095 +2309 0.927413 +2310 0.92773 +2311 0.928048 +2312 0.928365 +2313 0.928683 +2314 0.929 +2315 0.929306 +2316 0.929613 +2317 0.929919 +2318 0.930226 +2319 0.930532 +2320 0.930839 +2321 0.931145 +2322 0.931452 +2323 0.931758 +2324 0.932065 +2325 0.932371 +2326 0.932677 +2327 0.932984 +2328 0.93329 +2329 0.933597 +2330 0.933903 +2331 0.93421 +2332 0.934516 +2333 0.934823 +2334 0.935129 +2335 0.935435 +2336 0.935742 +2337 0.936048 +2338 0.936355 +2339 0.936661 +2340 0.936968 +2341 0.937274 +2342 0.937581 +2343 0.937887 +2344 0.938194 +2345 0.9385 +2346 0.938806 +2347 0.939113 +2348 0.939419 +2349 0.939726 +2350 0.940032 +2351 0.940339 +2352 0.940645 +2353 0.940952 +2354 0.941258 +2355 0.941565 +2356 0.941871 +2357 0.942177 +2358 0.942484 +2359 0.94279 +2360 0.943097 +2361 0.943403 +2362 0.94371 +2363 0.944016 +2364 0.944323 +2365 0.944629 +2366 0.944935 +2367 0.945242 +2368 0.945548 +2369 0.945855 +2370 0.946161 +2371 0.946468 +2372 0.946774 +2373 0.947081 +2374 0.947387 +2375 0.947694 +2376 0.948 +2377 0.948222 +2378 0.948444 +2379 0.948667 +2380 0.948889 +2381 0.949111 +2382 0.949333 +2383 0.949556 +2384 0.949778 +2385 0.95 +2386 0.950222 +2387 0.950444 +2388 0.950667 +2389 0.950889 +2390 0.951111 +2391 0.951333 +2392 0.951556 +2393 0.951778 +2394 0.952 +2395 0.952222 +2396 0.952444 +2397 0.952667 +2398 0.952889 +2399 0.953111 +2400 0.953333 +2401 0.953556 +2402 0.953778 +2403 0.954 +2404 0.954222 +2405 0.954444 +2406 0.954667 +2407 0.954889 +2408 0.955111 +2409 0.955333 +2410 0.955556 +2411 0.955778 +2412 0.956 +2413 0.956222 +2414 0.956444 +2415 0.956667 +2416 0.956889 +2417 0.957111 +2418 0.957333 +2419 0.957556 +2420 0.957778 +2421 0.958 +2422 0.958222 +2423 0.958444 +2424 0.958667 +2425 0.958889 +2426 0.959111 +2427 0.959333 +2428 0.959556 +2429 0.959778 +2430 0.96 +2431 0.960222 +2432 0.960444 +2433 0.960667 +2434 0.960889 +2435 0.961111 +2436 0.961333 +2437 0.961556 +2438 0.961778 +2439 0.962 +2440 0.96221 +2441 0.962419 +2442 0.962629 +2443 0.962839 +2444 0.963048 +2445 0.963258 +2446 0.963468 +2447 0.963677 +2448 0.963887 +2449 0.964097 +2450 0.964306 +2451 0.964516 +2452 0.964726 +2453 0.964935 +2454 0.965145 +2455 0.965355 +2456 0.965565 +2457 0.965774 +2458 0.965984 +2459 0.966194 +2460 0.966403 +2461 0.966613 +2462 0.966823 +2463 0.967032 +2464 0.967242 +2465 0.967452 +2466 0.967661 +2467 0.967871 +2468 0.968081 +2469 0.96829 +2470 0.9685 +2471 0.96871 +2472 0.968919 +2473 0.969129 +2474 0.969339 +2475 0.969548 +2476 0.969758 +2477 0.969968 +2478 0.970177 +2479 0.970387 +2480 0.970597 +2481 0.970806 +2482 0.971016 +2483 0.971226 +2484 0.971435 +2485 0.971645 +2486 0.971855 +2487 0.972065 +2488 0.972274 +2489 0.972484 +2490 0.972694 +2491 0.972903 +2492 0.973113 +2493 0.973323 +2494 0.973532 +2495 0.973742 +2496 0.973952 +2497 0.974161 +2498 0.974371 +2499 0.974581 +2500 0.97479 +2501 0.975 +2502 0.975143 +2503 0.975286 +2504 0.975429 +2505 0.975571 +2506 0.975714 +2507 0.975857 +2508 0.976 +2509 0.976143 +2510 0.976286 +2511 0.976429 +2512 0.976571 +2513 0.976714 +2514 0.976857 +2515 0.977 +2516 0.977143 +2517 0.977286 +2518 0.977429 +2519 0.977571 +2520 0.977714 +2521 0.977857 +2522 0.978 +2523 0.978143 +2524 0.978286 +2525 0.978429 +2526 0.978571 +2527 0.978714 +2528 0.978857 +2529 0.979 +2530 0.979143 +2531 0.979286 +2532 0.979429 +2533 0.979571 +2534 0.979714 +2535 0.979857 +2536 0.98 +2537 0.980143 +2538 0.980286 +2539 0.980429 +2540 0.980571 +2541 0.980714 +2542 0.980857 +2543 0.981 +2544 0.981143 +2545 0.981286 +2546 0.981429 +2547 0.981571 +2548 0.981714 +2549 0.981857 +2550 0.982 +2551 0.982143 +2552 0.982286 +2553 0.982429 +2554 0.982571 +2555 0.982714 +2556 0.982857 +2557 0.983 +2558 0.983143 +2559 0.983286 +2560 0.983429 +2561 0.983571 +2562 0.983714 +2563 0.983857 +2564 0.984 +2565 0.984161 +2566 0.984323 +2567 0.984484 +2568 0.984645 +2569 0.984806 +2570 0.984968 +2571 0.985129 +2572 0.98529 +2573 0.985452 +2574 0.985613 +2575 0.985774 +2576 0.985935 +2577 0.986097 +2578 0.986258 +2579 0.986419 +2580 0.986581 +2581 0.986742 +2582 0.986903 +2583 0.987065 +2584 0.987226 +2585 0.987387 +2586 0.987548 +2587 0.98771 +2588 0.987871 +2589 0.988032 +2590 0.988194 +2591 0.988355 +2592 0.988516 +2593 0.988677 +2594 0.988839 +2595 0.989 +2596 0.989161 +2597 0.989323 +2598 0.989484 +2599 0.989645 +2600 0.989806 +2601 0.989968 +2602 0.990129 +2603 0.99029 +2604 0.990452 +2605 0.990613 +2606 0.990774 +2607 0.990935 +2608 0.991097 +2609 0.991258 +2610 0.991419 +2611 0.991581 +2612 0.991742 +2613 0.991903 +2614 0.992065 +2615 0.992226 +2616 0.992387 +2617 0.992548 +2618 0.99271 +2619 0.992871 +2620 0.993032 +2621 0.993194 +2622 0.993355 +2623 0.993516 +2624 0.993677 +2625 0.993839 +2626 0.994 +2627 0.994032 +2628 0.994063 +2629 0.994095 +2630 0.994127 +2631 0.994159 +2632 0.99419 +2633 0.994222 +2634 0.994254 +2635 0.994286 +2636 0.994317 +2637 0.994349 +2638 0.994381 +2639 0.994413 +2640 0.994444 +2641 0.994476 +2642 0.994508 +2643 0.99454 +2644 0.994571 +2645 0.994603 +2646 0.994635 +2647 0.994667 +2648 0.994698 +2649 0.99473 +2650 0.994762 +2651 0.994794 +2652 0.994825 +2653 0.994857 +2654 0.994889 +2655 0.994921 +2656 0.994952 +2657 0.994984 +2658 0.995016 +2659 0.995048 +2660 0.995079 +2661 0.995111 +2662 0.995143 +2663 0.995175 +2664 0.995206 +2665 0.995238 +2666 0.99527 +2667 0.995302 +2668 0.995333 +2669 0.995365 +2670 0.995397 +2671 0.995429 +2672 0.99546 +2673 0.995492 +2674 0.995524 +2675 0.995556 +2676 0.995587 +2677 0.995619 +2678 0.995651 +2679 0.995683 +2680 0.995714 +2681 0.995746 +2682 0.995778 +2683 0.99581 +2684 0.995841 +2685 0.995873 +2686 0.995905 +2687 0.995937 +2688 0.995968 +2689 0.996 +2690 0.996065 +2691 0.996129 +2692 0.996194 +2693 0.996258 +2694 0.996323 +2695 0.996387 +2696 0.996452 +2697 0.996516 +2698 0.996581 +2699 0.996645 +2700 0.99671 +2701 0.996774 +2702 0.996839 +2703 0.996903 +2704 0.996968 +2705 0.997032 +2706 0.997097 +2707 0.997161 +2708 0.997226 +2709 0.99729 +2710 0.997355 +2711 0.997419 +2712 0.997484 +2713 0.997548 +2714 0.997613 +2715 0.997677 +2716 0.997742 +2717 0.997806 +2718 0.997871 +2719 0.997935 +2720 0.998 +2721 0.998065 +2722 0.998129 +2723 0.998194 +2724 0.998258 +2725 0.998323 +2726 0.998387 +2727 0.998452 +2728 0.998516 +2729 0.998581 +2730 0.998645 +2731 0.99871 +2732 0.998774 +2733 0.998839 +2734 0.998903 +2735 0.998968 +2736 0.999032 +2737 0.999097 +2738 0.999161 +2739 0.999226 +2740 0.99929 +2741 0.999355 +2742 0.999419 +2743 0.999484 +2744 0.999548 +2745 0.999613 +2746 0.999677 +2747 0.999742 +2748 0.999806 +2749 0.999871 +2750 0.999935 +2751 1 +2752 0.999984 +2753 0.999968 +2754 0.999952 +2755 0.999937 +2756 0.999921 +2757 0.999905 +2758 0.999889 +2759 0.999873 +2760 0.999857 +2761 0.999841 +2762 0.999825 +2763 0.99981 +2764 0.999794 +2765 0.999778 +2766 0.999762 +2767 0.999746 +2768 0.99973 +2769 0.999714 +2770 0.999698 +2771 0.999683 +2772 0.999667 +2773 0.999651 +2774 0.999635 +2775 0.999619 +2776 0.999603 +2777 0.999587 +2778 0.999571 +2779 0.999556 +2780 0.99954 +2781 0.999524 +2782 0.999508 +2783 0.999492 +2784 0.999476 +2785 0.99946 +2786 0.999444 +2787 0.999429 +2788 0.999413 +2789 0.999397 +2790 0.999381 +2791 0.999365 +2792 0.999349 +2793 0.999333 +2794 0.999317 +2795 0.999302 +2796 0.999286 +2797 0.99927 +2798 0.999254 +2799 0.999238 +2800 0.999222 +2801 0.999206 +2802 0.99919 +2803 0.999175 +2804 0.999159 +2805 0.999143 +2806 0.999127 +2807 0.999111 +2808 0.999095 +2809 0.999079 +2810 0.999063 +2811 0.999048 +2812 0.999032 +2813 0.999016 +2814 0.999 +2815 0.998935 +2816 0.998871 +2817 0.998806 +2818 0.998742 +2819 0.998677 +2820 0.998613 +2821 0.998548 +2822 0.998484 +2823 0.998419 +2824 0.998355 +2825 0.99829 +2826 0.998226 +2827 0.998161 +2828 0.998097 +2829 0.998032 +2830 0.997968 +2831 0.997903 +2832 0.997839 +2833 0.997774 +2834 0.99771 +2835 0.997645 +2836 0.997581 +2837 0.997516 +2838 0.997452 +2839 0.997387 +2840 0.997323 +2841 0.997258 +2842 0.997194 +2843 0.997129 +2844 0.997065 +2845 0.997 +2846 0.996935 +2847 0.996871 +2848 0.996806 +2849 0.996742 +2850 0.996677 +2851 0.996613 +2852 0.996548 +2853 0.996484 +2854 0.996419 +2855 0.996355 +2856 0.99629 +2857 0.996226 +2858 0.996161 +2859 0.996097 +2860 0.996032 +2861 0.995968 +2862 0.995903 +2863 0.995839 +2864 0.995774 +2865 0.99571 +2866 0.995645 +2867 0.995581 +2868 0.995516 +2869 0.995452 +2870 0.995387 +2871 0.995323 +2872 0.995258 +2873 0.995194 +2874 0.995129 +2875 0.995065 +2876 0.995 +2877 0.994921 +2878 0.994841 +2879 0.994762 +2880 0.994683 +2881 0.994603 +2882 0.994524 +2883 0.994444 +2884 0.994365 +2885 0.994286 +2886 0.994206 +2887 0.994127 +2888 0.994048 +2889 0.993968 +2890 0.993889 +2891 0.99381 +2892 0.99373 +2893 0.993651 +2894 0.993571 +2895 0.993492 +2896 0.993413 +2897 0.993333 +2898 0.993254 +2899 0.993175 +2900 0.993095 +2901 0.993016 +2902 0.992937 +2903 0.992857 +2904 0.992778 +2905 0.992698 +2906 0.992619 +2907 0.99254 +2908 0.99246 +2909 0.992381 +2910 0.992302 +2911 0.992222 +2912 0.992143 +2913 0.992063 +2914 0.991984 +2915 0.991905 +2916 0.991825 +2917 0.991746 +2918 0.991667 +2919 0.991587 +2920 0.991508 +2921 0.991429 +2922 0.991349 +2923 0.99127 +2924 0.99119 +2925 0.991111 +2926 0.991032 +2927 0.990952 +2928 0.990873 +2929 0.990794 +2930 0.990714 +2931 0.990635 +2932 0.990556 +2933 0.990476 +2934 0.990397 +2935 0.990317 +2936 0.990238 +2937 0.990159 +2938 0.990079 +2939 0.99 +2940 0.989903 +2941 0.989806 +2942 0.98971 +2943 0.989613 +2944 0.989516 +2945 0.989419 +2946 0.989323 +2947 0.989226 +2948 0.989129 +2949 0.989032 +2950 0.988935 +2951 0.988839 +2952 0.988742 +2953 0.988645 +2954 0.988548 +2955 0.988452 +2956 0.988355 +2957 0.988258 +2958 0.988161 +2959 0.988065 +2960 0.987968 +2961 0.987871 +2962 0.987774 +2963 0.987677 +2964 0.987581 +2965 0.987484 +2966 0.987387 +2967 0.98729 +2968 0.987194 +2969 0.987097 +2970 0.987 +2971 0.986903 +2972 0.986806 +2973 0.98671 +2974 0.986613 +2975 0.986516 +2976 0.986419 +2977 0.986323 +2978 0.986226 +2979 0.986129 +2980 0.986032 +2981 0.985935 +2982 0.985839 +2983 0.985742 +2984 0.985645 +2985 0.985548 +2986 0.985452 +2987 0.985355 +2988 0.985258 +2989 0.985161 +2990 0.985065 +2991 0.984968 +2992 0.984871 +2993 0.984774 +2994 0.984677 +2995 0.984581 +2996 0.984484 +2997 0.984387 +2998 0.98429 +2999 0.984194 +3000 0.984097 +3001 0.984 +3002 0.983841 +3003 0.983683 +3004 0.983524 +3005 0.983365 +3006 0.983206 +3007 0.983048 +3008 0.982889 +3009 0.98273 +3010 0.982571 +3011 0.982413 +3012 0.982254 +3013 0.982095 +3014 0.981937 +3015 0.981778 +3016 0.981619 +3017 0.98146 +3018 0.981302 +3019 0.981143 +3020 0.980984 +3021 0.980825 +3022 0.980667 +3023 0.980508 +3024 0.980349 +3025 0.98019 +3026 0.980032 +3027 0.979873 +3028 0.979714 +3029 0.979556 +3030 0.979397 +3031 0.979238 +3032 0.979079 +3033 0.978921 +3034 0.978762 +3035 0.978603 +3036 0.978444 +3037 0.978286 +3038 0.978127 +3039 0.977968 +3040 0.97781 +3041 0.977651 +3042 0.977492 +3043 0.977333 +3044 0.977175 +3045 0.977016 +3046 0.976857 +3047 0.976698 +3048 0.97654 +3049 0.976381 +3050 0.976222 +3051 0.976063 +3052 0.975905 +3053 0.975746 +3054 0.975587 +3055 0.975429 +3056 0.97527 +3057 0.975111 +3058 0.974952 +3059 0.974794 +3060 0.974635 +3061 0.974476 +3062 0.974317 +3063 0.974159 +3064 0.974 +3065 0.973839 +3066 0.973677 +3067 0.973516 +3068 0.973355 +3069 0.973194 +3070 0.973032 +3071 0.972871 +3072 0.97271 +3073 0.972548 +3074 0.972387 +3075 0.972226 +3076 0.972065 +3077 0.971903 +3078 0.971742 +3079 0.971581 +3080 0.971419 +3081 0.971258 +3082 0.971097 +3083 0.970935 +3084 0.970774 +3085 0.970613 +3086 0.970452 +3087 0.97029 +3088 0.970129 +3089 0.969968 +3090 0.969806 +3091 0.969645 +3092 0.969484 +3093 0.969323 +3094 0.969161 +3095 0.969 +3096 0.968839 +3097 0.968677 +3098 0.968516 +3099 0.968355 +3100 0.968194 +3101 0.968032 +3102 0.967871 +3103 0.96771 +3104 0.967548 +3105 0.967387 +3106 0.967226 +3107 0.967065 +3108 0.966903 +3109 0.966742 +3110 0.966581 +3111 0.966419 +3112 0.966258 +3113 0.966097 +3114 0.965935 +3115 0.965774 +3116 0.965613 +3117 0.965452 +3118 0.96529 +3119 0.965129 +3120 0.964968 +3121 0.964806 +3122 0.964645 +3123 0.964484 +3124 0.964323 +3125 0.964161 +3126 0.964 +3127 0.963825 +3128 0.963651 +3129 0.963476 +3130 0.963302 +3131 0.963127 +3132 0.962952 +3133 0.962778 +3134 0.962603 +3135 0.962429 +3136 0.962254 +3137 0.962079 +3138 0.961905 +3139 0.96173 +3140 0.961556 +3141 0.961381 +3142 0.961206 +3143 0.961032 +3144 0.960857 +3145 0.960683 +3146 0.960508 +3147 0.960333 +3148 0.960159 +3149 0.959984 +3150 0.95981 +3151 0.959635 +3152 0.95946 +3153 0.959286 +3154 0.959111 +3155 0.958937 +3156 0.958762 +3157 0.958587 +3158 0.958413 +3159 0.958238 +3160 0.958063 +3161 0.957889 +3162 0.957714 +3163 0.95754 +3164 0.957365 +3165 0.95719 +3166 0.957016 +3167 0.956841 +3168 0.956667 +3169 0.956492 +3170 0.956317 +3171 0.956143 +3172 0.955968 +3173 0.955794 +3174 0.955619 +3175 0.955444 +3176 0.95527 +3177 0.955095 +3178 0.954921 +3179 0.954746 +3180 0.954571 +3181 0.954397 +3182 0.954222 +3183 0.954048 +3184 0.953873 +3185 0.953698 +3186 0.953524 +3187 0.953349 +3188 0.953175 +3189 0.953 +3190 0.952742 +3191 0.952484 +3192 0.952226 +3193 0.951968 +3194 0.95171 +3195 0.951452 +3196 0.951194 +3197 0.950935 +3198 0.950677 +3199 0.950419 +3200 0.950161 +3201 0.949903 +3202 0.949645 +3203 0.949387 +3204 0.949129 +3205 0.948871 +3206 0.948613 +3207 0.948355 +3208 0.948097 +3209 0.947839 +3210 0.947581 +3211 0.947323 +3212 0.947065 +3213 0.946806 +3214 0.946548 +3215 0.94629 +3216 0.946032 +3217 0.945774 +3218 0.945516 +3219 0.945258 +3220 0.945 +3221 0.944742 +3222 0.944484 +3223 0.944226 +3224 0.943968 +3225 0.94371 +3226 0.943452 +3227 0.943194 +3228 0.942935 +3229 0.942677 +3230 0.942419 +3231 0.942161 +3232 0.941903 +3233 0.941645 +3234 0.941387 +3235 0.941129 +3236 0.940871 +3237 0.940613 +3238 0.940355 +3239 0.940097 +3240 0.939839 +3241 0.939581 +3242 0.939323 +3243 0.939065 +3244 0.938806 +3245 0.938548 +3246 0.93829 +3247 0.938032 +3248 0.937774 +3249 0.937516 +3250 0.937258 +3251 0.937 +3252 0.936746 +3253 0.936492 +3254 0.936238 +3255 0.935984 +3256 0.93573 +3257 0.935476 +3258 0.935222 +3259 0.934968 +3260 0.934714 +3261 0.93446 +3262 0.934206 +3263 0.933952 +3264 0.933698 +3265 0.933444 +3266 0.93319 +3267 0.932937 +3268 0.932683 +3269 0.932429 +3270 0.932175 +3271 0.931921 +3272 0.931667 +3273 0.931413 +3274 0.931159 +3275 0.930905 +3276 0.930651 +3277 0.930397 +3278 0.930143 +3279 0.929889 +3280 0.929635 +3281 0.929381 +3282 0.929127 +3283 0.928873 +3284 0.928619 +3285 0.928365 +3286 0.928111 +3287 0.927857 +3288 0.927603 +3289 0.927349 +3290 0.927095 +3291 0.926841 +3292 0.926587 +3293 0.926333 +3294 0.926079 +3295 0.925825 +3296 0.925571 +3297 0.925317 +3298 0.925063 +3299 0.92481 +3300 0.924556 +3301 0.924302 +3302 0.924048 +3303 0.923794 +3304 0.92354 +3305 0.923286 +3306 0.923032 +3307 0.922778 +3308 0.922524 +3309 0.92227 +3310 0.922016 +3311 0.921762 +3312 0.921508 +3313 0.921254 +3314 0.921 +3315 0.920694 +3316 0.920387 +3317 0.920081 +3318 0.919774 +3319 0.919468 +3320 0.919161 +3321 0.918855 +3322 0.918548 +3323 0.918242 +3324 0.917935 +3325 0.917629 +3326 0.917323 +3327 0.917016 +3328 0.91671 +3329 0.916403 +3330 0.916097 +3331 0.91579 +3332 0.915484 +3333 0.915177 +3334 0.914871 +3335 0.914565 +3336 0.914258 +3337 0.913952 +3338 0.913645 +3339 0.913339 +3340 0.913032 +3341 0.912726 +3342 0.912419 +3343 0.912113 +3344 0.911806 +3345 0.9115 +3346 0.911194 +3347 0.910887 +3348 0.910581 +3349 0.910274 +3350 0.909968 +3351 0.909661 +3352 0.909355 +3353 0.909048 +3354 0.908742 +3355 0.908435 +3356 0.908129 +3357 0.907823 +3358 0.907516 +3359 0.90721 +3360 0.906903 +3361 0.906597 +3362 0.90629 +3363 0.905984 +3364 0.905677 +3365 0.905371 +3366 0.905065 +3367 0.904758 +3368 0.904452 +3369 0.904145 +3370 0.903839 +3371 0.903532 +3372 0.903226 +3373 0.902919 +3374 0.902613 +3375 0.902306 +3376 0.902 +3377 0.901714 +3378 0.901429 +3379 0.901143 +3380 0.900857 +3381 0.900571 +3382 0.900286 +3383 0.9 +3384 0.899714 +3385 0.899429 +3386 0.899143 +3387 0.898857 +3388 0.898571 +3389 0.898286 +3390 0.898 +3391 0.897714 +3392 0.897429 +3393 0.897143 +3394 0.896857 +3395 0.896571 +3396 0.896286 +3397 0.896 +3398 0.895714 +3399 0.895429 +3400 0.895143 +3401 0.894857 +3402 0.894571 +3403 0.894286 +3404 0.894 +3405 0.893714 +3406 0.893429 +3407 0.893143 +3408 0.892857 +3409 0.892571 +3410 0.892286 +3411 0.892 +3412 0.891714 +3413 0.891429 +3414 0.891143 +3415 0.890857 +3416 0.890571 +3417 0.890286 +3418 0.89 +3419 0.889714 +3420 0.889429 +3421 0.889143 +3422 0.888857 +3423 0.888571 +3424 0.888286 +3425 0.888 +3426 0.887714 +3427 0.887429 +3428 0.887143 +3429 0.886857 +3430 0.886571 +3431 0.886286 +3432 0.886 +3433 0.885714 +3434 0.885429 +3435 0.885143 +3436 0.884857 +3437 0.884571 +3438 0.884286 +3439 0.884 +3440 0.883645 +3441 0.88329 +3442 0.882935 +3443 0.882581 +3444 0.882226 +3445 0.881871 +3446 0.881516 +3447 0.881161 +3448 0.880806 +3449 0.880452 +3450 0.880097 +3451 0.879742 +3452 0.879387 +3453 0.879032 +3454 0.878677 +3455 0.878323 +3456 0.877968 +3457 0.877613 +3458 0.877258 +3459 0.876903 +3460 0.876548 +3461 0.876194 +3462 0.875839 +3463 0.875484 +3464 0.875129 +3465 0.874774 +3466 0.874419 +3467 0.874065 +3468 0.87371 +3469 0.873355 +3470 0.873 +3471 0.872645 +3472 0.87229 +3473 0.871935 +3474 0.871581 +3475 0.871226 +3476 0.870871 +3477 0.870516 +3478 0.870161 +3479 0.869806 +3480 0.869452 +3481 0.869097 +3482 0.868742 +3483 0.868387 +3484 0.868032 +3485 0.867677 +3486 0.867323 +3487 0.866968 +3488 0.866613 +3489 0.866258 +3490 0.865903 +3491 0.865548 +3492 0.865194 +3493 0.864839 +3494 0.864484 +3495 0.864129 +3496 0.863774 +3497 0.863419 +3498 0.863065 +3499 0.86271 +3500 0.862355 +3501 0.862 +3502 0.861714 +3503 0.861429 +3504 0.861143 +3505 0.860857 +3506 0.860571 +3507 0.860286 +3508 0.86 +3509 0.859714 +3510 0.859429 +3511 0.859143 +3512 0.858857 +3513 0.858571 +3514 0.858286 +3515 0.858 +3516 0.857714 +3517 0.857429 +3518 0.857143 +3519 0.856857 +3520 0.856571 +3521 0.856286 +3522 0.856 +3523 0.855714 +3524 0.855429 +3525 0.855143 +3526 0.854857 +3527 0.854571 +3528 0.854286 +3529 0.854 +3530 0.853714 +3531 0.853429 +3532 0.853143 +3533 0.852857 +3534 0.852571 +3535 0.852286 +3536 0.852 +3537 0.851714 +3538 0.851429 +3539 0.851143 +3540 0.850857 +3541 0.850571 +3542 0.850286 +3543 0.85 +3544 0.849714 +3545 0.849429 +3546 0.849143 +3547 0.848857 +3548 0.848571 +3549 0.848286 +3550 0.848 +3551 0.847714 +3552 0.847429 +3553 0.847143 +3554 0.846857 +3555 0.846571 +3556 0.846286 +3557 0.846 +3558 0.845714 +3559 0.845429 +3560 0.845143 +3561 0.844857 +3562 0.844571 +3563 0.844286 +3564 0.844 +3565 0.843629 +3566 0.843258 +3567 0.842887 +3568 0.842516 +3569 0.842145 +3570 0.841774 +3571 0.841403 +3572 0.841032 +3573 0.840661 +3574 0.84029 +3575 0.839919 +3576 0.839548 +3577 0.839177 +3578 0.838806 +3579 0.838435 +3580 0.838065 +3581 0.837694 +3582 0.837323 +3583 0.836952 +3584 0.836581 +3585 0.83621 +3586 0.835839 +3587 0.835468 +3588 0.835097 +3589 0.834726 +3590 0.834355 +3591 0.833984 +3592 0.833613 +3593 0.833242 +3594 0.832871 +3595 0.8325 +3596 0.832129 +3597 0.831758 +3598 0.831387 +3599 0.831016 +3600 0.830645 +3601 0.830274 +3602 0.829903 +3603 0.829532 +3604 0.829161 +3605 0.82879 +3606 0.828419 +3607 0.828048 +3608 0.827677 +3609 0.827306 +3610 0.826935 +3611 0.826565 +3612 0.826194 +3613 0.825823 +3614 0.825452 +3615 0.825081 +3616 0.82471 +3617 0.824339 +3618 0.823968 +3619 0.823597 +3620 0.823226 +3621 0.822855 +3622 0.822484 +3623 0.822113 +3624 0.821742 +3625 0.821371 +3626 0.821 +3627 0.820619 +3628 0.820238 +3629 0.819857 +3630 0.819476 +3631 0.819095 +3632 0.818714 +3633 0.818333 +3634 0.817952 +3635 0.817571 +3636 0.81719 +3637 0.81681 +3638 0.816429 +3639 0.816048 +3640 0.815667 +3641 0.815286 +3642 0.814905 +3643 0.814524 +3644 0.814143 +3645 0.813762 +3646 0.813381 +3647 0.813 +3648 0.812619 +3649 0.812238 +3650 0.811857 +3651 0.811476 +3652 0.811095 +3653 0.810714 +3654 0.810333 +3655 0.809952 +3656 0.809571 +3657 0.80919 +3658 0.80881 +3659 0.808429 +3660 0.808048 +3661 0.807667 +3662 0.807286 +3663 0.806905 +3664 0.806524 +3665 0.806143 +3666 0.805762 +3667 0.805381 +3668 0.805 +3669 0.804619 +3670 0.804238 +3671 0.803857 +3672 0.803476 +3673 0.803095 +3674 0.802714 +3675 0.802333 +3676 0.801952 +3677 0.801571 +3678 0.80119 +3679 0.80081 +3680 0.800429 +3681 0.800048 +3682 0.799667 +3683 0.799286 +3684 0.798905 +3685 0.798524 +3686 0.798143 +3687 0.797762 +3688 0.797381 +3689 0.797 +3690 0.796613 +3691 0.796226 +3692 0.795839 +3693 0.795452 +3694 0.795065 +3695 0.794677 +3696 0.79429 +3697 0.793903 +3698 0.793516 +3699 0.793129 +3700 0.792742 +3701 0.792355 +3702 0.791968 +3703 0.791581 +3704 0.791194 +3705 0.790806 +3706 0.790419 +3707 0.790032 +3708 0.789645 +3709 0.789258 +3710 0.788871 +3711 0.788484 +3712 0.788097 +3713 0.78771 +3714 0.787323 +3715 0.786935 +3716 0.786548 +3717 0.786161 +3718 0.785774 +3719 0.785387 +3720 0.785 +3721 0.784613 +3722 0.784226 +3723 0.783839 +3724 0.783452 +3725 0.783065 +3726 0.782677 +3727 0.78229 +3728 0.781903 +3729 0.781516 +3730 0.781129 +3731 0.780742 +3732 0.780355 +3733 0.779968 +3734 0.779581 +3735 0.779194 +3736 0.778806 +3737 0.778419 +3738 0.778032 +3739 0.777645 +3740 0.777258 +3741 0.776871 +3742 0.776484 +3743 0.776097 +3744 0.77571 +3745 0.775323 +3746 0.774935 +3747 0.774548 +3748 0.774161 +3749 0.773774 +3750 0.773387 +3751 0.773 +3752 0.772635 +3753 0.77227 +3754 0.771905 +3755 0.77154 +3756 0.771175 +3757 0.77081 +3758 0.770444 +3759 0.770079 +3760 0.769714 +3761 0.769349 +3762 0.768984 +3763 0.768619 +3764 0.768254 +3765 0.767889 +3766 0.767524 +3767 0.767159 +3768 0.766794 +3769 0.766429 +3770 0.766063 +3771 0.765698 +3772 0.765333 +3773 0.764968 +3774 0.764603 +3775 0.764238 +3776 0.763873 +3777 0.763508 +3778 0.763143 +3779 0.762778 +3780 0.762413 +3781 0.762048 +3782 0.761683 +3783 0.761317 +3784 0.760952 +3785 0.760587 +3786 0.760222 +3787 0.759857 +3788 0.759492 +3789 0.759127 +3790 0.758762 +3791 0.758397 +3792 0.758032 +3793 0.757667 +3794 0.757302 +3795 0.756937 +3796 0.756571 +3797 0.756206 +3798 0.755841 +3799 0.755476 +3800 0.755111 +3801 0.754746 +3802 0.754381 +3803 0.754016 +3804 0.753651 +3805 0.753286 +3806 0.752921 +3807 0.752556 +3808 0.75219 +3809 0.751825 +3810 0.75146 +3811 0.751095 +3812 0.75073 +3813 0.750365 +3814 0.75 +3815 0.749565 +3816 0.749129 +3817 0.748694 +3818 0.748258 +3819 0.747823 +3820 0.747387 +3821 0.746952 +3822 0.746516 +3823 0.746081 +3824 0.745645 +3825 0.74521 +3826 0.744774 +3827 0.744339 +3828 0.743903 +3829 0.743468 +3830 0.743032 +3831 0.742597 +3832 0.742161 +3833 0.741726 +3834 0.74129 +3835 0.740855 +3836 0.740419 +3837 0.739984 +3838 0.739548 +3839 0.739113 +3840 0.738677 +3841 0.738242 +3842 0.737806 +3843 0.737371 +3844 0.736935 +3845 0.7365 +3846 0.736065 +3847 0.735629 +3848 0.735194 +3849 0.734758 +3850 0.734323 +3851 0.733887 +3852 0.733452 +3853 0.733016 +3854 0.732581 +3855 0.732145 +3856 0.73171 +3857 0.731274 +3858 0.730839 +3859 0.730403 +3860 0.729968 +3861 0.729532 +3862 0.729097 +3863 0.728661 +3864 0.728226 +3865 0.72779 +3866 0.727355 +3867 0.726919 +3868 0.726484 +3869 0.726048 +3870 0.725613 +3871 0.725177 +3872 0.724742 +3873 0.724306 +3874 0.723871 +3875 0.723435 +3876 0.723 +3877 0.722603 +3878 0.722206 +3879 0.72181 +3880 0.721413 +3881 0.721016 +3882 0.720619 +3883 0.720222 +3884 0.719825 +3885 0.719429 +3886 0.719032 +3887 0.718635 +3888 0.718238 +3889 0.717841 +3890 0.717444 +3891 0.717048 +3892 0.716651 +3893 0.716254 +3894 0.715857 +3895 0.71546 +3896 0.715063 +3897 0.714667 +3898 0.71427 +3899 0.713873 +3900 0.713476 +3901 0.713079 +3902 0.712683 +3903 0.712286 +3904 0.711889 +3905 0.711492 +3906 0.711095 +3907 0.710698 +3908 0.710302 +3909 0.709905 +3910 0.709508 +3911 0.709111 +3912 0.708714 +3913 0.708317 +3914 0.707921 +3915 0.707524 +3916 0.707127 +3917 0.70673 +3918 0.706333 +3919 0.705937 +3920 0.70554 +3921 0.705143 +3922 0.704746 +3923 0.704349 +3924 0.703952 +3925 0.703556 +3926 0.703159 +3927 0.702762 +3928 0.702365 +3929 0.701968 +3930 0.701571 +3931 0.701175 +3932 0.700778 +3933 0.700381 +3934 0.699984 +3935 0.699587 +3936 0.69919 +3937 0.698794 +3938 0.698397 +3939 0.698 +3940 0.697597 +3941 0.697194 +3942 0.69679 +3943 0.696387 +3944 0.695984 +3945 0.695581 +3946 0.695177 +3947 0.694774 +3948 0.694371 +3949 0.693968 +3950 0.693565 +3951 0.693161 +3952 0.692758 +3953 0.692355 +3954 0.691952 +3955 0.691548 +3956 0.691145 +3957 0.690742 +3958 0.690339 +3959 0.689935 +3960 0.689532 +3961 0.689129 +3962 0.688726 +3963 0.688323 +3964 0.687919 +3965 0.687516 +3966 0.687113 +3967 0.68671 +3968 0.686306 +3969 0.685903 +3970 0.6855 +3971 0.685097 +3972 0.684694 +3973 0.68429 +3974 0.683887 +3975 0.683484 +3976 0.683081 +3977 0.682677 +3978 0.682274 +3979 0.681871 +3980 0.681468 +3981 0.681065 +3982 0.680661 +3983 0.680258 +3984 0.679855 +3985 0.679452 +3986 0.679048 +3987 0.678645 +3988 0.678242 +3989 0.677839 +3990 0.677435 +3991 0.677032 +3992 0.676629 +3993 0.676226 +3994 0.675823 +3995 0.675419 +3996 0.675016 +3997 0.674613 +3998 0.67421 +3999 0.673806 +4000 0.673403 +4001 0.673 +4002 0.672603 +4003 0.672206 +4004 0.67181 +4005 0.671413 +4006 0.671016 +4007 0.670619 +4008 0.670222 +4009 0.669825 +4010 0.669429 +4011 0.669032 +4012 0.668635 +4013 0.668238 +4014 0.667841 +4015 0.667444 +4016 0.667048 +4017 0.666651 +4018 0.666254 +4019 0.665857 +4020 0.66546 +4021 0.665063 +4022 0.664667 +4023 0.66427 +4024 0.663873 +4025 0.663476 +4026 0.663079 +4027 0.662683 +4028 0.662286 +4029 0.661889 +4030 0.661492 +4031 0.661095 +4032 0.660698 +4033 0.660302 +4034 0.659905 +4035 0.659508 +4036 0.659111 +4037 0.658714 +4038 0.658317 +4039 0.657921 +4040 0.657524 +4041 0.657127 +4042 0.65673 +4043 0.656333 +4044 0.655937 +4045 0.65554 +4046 0.655143 +4047 0.654746 +4048 0.654349 +4049 0.653952 +4050 0.653556 +4051 0.653159 +4052 0.652762 +4053 0.652365 +4054 0.651968 +4055 0.651571 +4056 0.651175 +4057 0.650778 +4058 0.650381 +4059 0.649984 +4060 0.649587 +4061 0.64919 +4062 0.648794 +4063 0.648397 +4064 0.648 +4065 0.647597 +4066 0.647194 +4067 0.64679 +4068 0.646387 +4069 0.645984 +4070 0.645581 +4071 0.645177 +4072 0.644774 +4073 0.644371 +4074 0.643968 +4075 0.643565 +4076 0.643161 +4077 0.642758 +4078 0.642355 +4079 0.641952 +4080 0.641548 +4081 0.641145 +4082 0.640742 +4083 0.640339 +4084 0.639935 +4085 0.639532 +4086 0.639129 +4087 0.638726 +4088 0.638323 +4089 0.637919 +4090 0.637516 +4091 0.637113 +4092 0.63671 +4093 0.636306 +4094 0.635903 +4095 0.6355 +4096 0.635097 +4097 0.634694 +4098 0.63429 +4099 0.633887 +4100 0.633484 +4101 0.633081 +4102 0.632677 +4103 0.632274 +4104 0.631871 +4105 0.631468 +4106 0.631065 +4107 0.630661 +4108 0.630258 +4109 0.629855 +4110 0.629452 +4111 0.629048 +4112 0.628645 +4113 0.628242 +4114 0.627839 +4115 0.627435 +4116 0.627032 +4117 0.626629 +4118 0.626226 +4119 0.625823 +4120 0.625419 +4121 0.625016 +4122 0.624613 +4123 0.62421 +4124 0.623806 +4125 0.623403 +4126 0.623 +4127 0.622603 +4128 0.622206 +4129 0.62181 +4130 0.621413 +4131 0.621016 +4132 0.620619 +4133 0.620222 +4134 0.619825 +4135 0.619429 +4136 0.619032 +4137 0.618635 +4138 0.618238 +4139 0.617841 +4140 0.617444 +4141 0.617048 +4142 0.616651 +4143 0.616254 +4144 0.615857 +4145 0.61546 +4146 0.615063 +4147 0.614667 +4148 0.61427 +4149 0.613873 +4150 0.613476 +4151 0.613079 +4152 0.612683 +4153 0.612286 +4154 0.611889 +4155 0.611492 +4156 0.611095 +4157 0.610698 +4158 0.610302 +4159 0.609905 +4160 0.609508 +4161 0.609111 +4162 0.608714 +4163 0.608317 +4164 0.607921 +4165 0.607524 +4166 0.607127 +4167 0.60673 +4168 0.606333 +4169 0.605937 +4170 0.60554 +4171 0.605143 +4172 0.604746 +4173 0.604349 +4174 0.603952 +4175 0.603556 +4176 0.603159 +4177 0.602762 +4178 0.602365 +4179 0.601968 +4180 0.601571 +4181 0.601175 +4182 0.600778 +4183 0.600381 +4184 0.599984 +4185 0.599587 +4186 0.59919 +4187 0.598794 +4188 0.598397 +4189 0.598 +4190 0.597581 +4191 0.597161 +4192 0.596742 +4193 0.596323 +4194 0.595903 +4195 0.595484 +4196 0.595065 +4197 0.594645 +4198 0.594226 +4199 0.593806 +4200 0.593387 +4201 0.592968 +4202 0.592548 +4203 0.592129 +4204 0.59171 +4205 0.59129 +4206 0.590871 +4207 0.590452 +4208 0.590032 +4209 0.589613 +4210 0.589194 +4211 0.588774 +4212 0.588355 +4213 0.587935 +4214 0.587516 +4215 0.587097 +4216 0.586677 +4217 0.586258 +4218 0.585839 +4219 0.585419 +4220 0.585 +4221 0.584581 +4222 0.584161 +4223 0.583742 +4224 0.583323 +4225 0.582903 +4226 0.582484 +4227 0.582065 +4228 0.581645 +4229 0.581226 +4230 0.580806 +4231 0.580387 +4232 0.579968 +4233 0.579548 +4234 0.579129 +4235 0.57871 +4236 0.57829 +4237 0.577871 +4238 0.577452 +4239 0.577032 +4240 0.576613 +4241 0.576194 +4242 0.575774 +4243 0.575355 +4244 0.574935 +4245 0.574516 +4246 0.574097 +4247 0.573677 +4248 0.573258 +4249 0.572839 +4250 0.572419 +4251 0.572 +4252 0.571587 +4253 0.571175 +4254 0.570762 +4255 0.570349 +4256 0.569937 +4257 0.569524 +4258 0.569111 +4259 0.568698 +4260 0.568286 +4261 0.567873 +4262 0.56746 +4263 0.567048 +4264 0.566635 +4265 0.566222 +4266 0.56581 +4267 0.565397 +4268 0.564984 +4269 0.564571 +4270 0.564159 +4271 0.563746 +4272 0.563333 +4273 0.562921 +4274 0.562508 +4275 0.562095 +4276 0.561683 +4277 0.56127 +4278 0.560857 +4279 0.560444 +4280 0.560032 +4281 0.559619 +4282 0.559206 +4283 0.558794 +4284 0.558381 +4285 0.557968 +4286 0.557556 +4287 0.557143 +4288 0.55673 +4289 0.556317 +4290 0.555905 +4291 0.555492 +4292 0.555079 +4293 0.554667 +4294 0.554254 +4295 0.553841 +4296 0.553429 +4297 0.553016 +4298 0.552603 +4299 0.55219 +4300 0.551778 +4301 0.551365 +4302 0.550952 +4303 0.55054 +4304 0.550127 +4305 0.549714 +4306 0.549302 +4307 0.548889 +4308 0.548476 +4309 0.548063 +4310 0.547651 +4311 0.547238 +4312 0.546825 +4313 0.546413 +4314 0.546 +4315 0.545597 +4316 0.545194 +4317 0.54479 +4318 0.544387 +4319 0.543984 +4320 0.543581 +4321 0.543177 +4322 0.542774 +4323 0.542371 +4324 0.541968 +4325 0.541565 +4326 0.541161 +4327 0.540758 +4328 0.540355 +4329 0.539952 +4330 0.539548 +4331 0.539145 +4332 0.538742 +4333 0.538339 +4334 0.537935 +4335 0.537532 +4336 0.537129 +4337 0.536726 +4338 0.536323 +4339 0.535919 +4340 0.535516 +4341 0.535113 +4342 0.53471 +4343 0.534306 +4344 0.533903 +4345 0.5335 +4346 0.533097 +4347 0.532694 +4348 0.53229 +4349 0.531887 +4350 0.531484 +4351 0.531081 +4352 0.530677 +4353 0.530274 +4354 0.529871 +4355 0.529468 +4356 0.529065 +4357 0.528661 +4358 0.528258 +4359 0.527855 +4360 0.527452 +4361 0.527048 +4362 0.526645 +4363 0.526242 +4364 0.525839 +4365 0.525435 +4366 0.525032 +4367 0.524629 +4368 0.524226 +4369 0.523823 +4370 0.523419 +4371 0.523016 +4372 0.522613 +4373 0.52221 +4374 0.521806 +4375 0.521403 +4376 0.521 +4377 0.520587 +4378 0.520175 +4379 0.519762 +4380 0.519349 +4381 0.518937 +4382 0.518524 +4383 0.518111 +4384 0.517698 +4385 0.517286 +4386 0.516873 +4387 0.51646 +4388 0.516048 +4389 0.515635 +4390 0.515222 +4391 0.51481 +4392 0.514397 +4393 0.513984 +4394 0.513571 +4395 0.513159 +4396 0.512746 +4397 0.512333 +4398 0.511921 +4399 0.511508 +4400 0.511095 +4401 0.510683 +4402 0.51027 +4403 0.509857 +4404 0.509444 +4405 0.509032 +4406 0.508619 +4407 0.508206 +4408 0.507794 +4409 0.507381 +4410 0.506968 +4411 0.506556 +4412 0.506143 +4413 0.50573 +4414 0.505317 +4415 0.504905 +4416 0.504492 +4417 0.504079 +4418 0.503667 +4419 0.503254 +4420 0.502841 +4421 0.502429 +4422 0.502016 +4423 0.501603 +4424 0.50119 +4425 0.500778 +4426 0.500365 +4427 0.499952 +4428 0.49954 +4429 0.499127 +4430 0.498714 +4431 0.498302 +4432 0.497889 +4433 0.497476 +4434 0.497063 +4435 0.496651 +4436 0.496238 +4437 0.495825 +4438 0.495413 +4439 0.495 +4440 0.494597 +4441 0.494194 +4442 0.49379 +4443 0.493387 +4444 0.492984 +4445 0.492581 +4446 0.492177 +4447 0.491774 +4448 0.491371 +4449 0.490968 +4450 0.490565 +4451 0.490161 +4452 0.489758 +4453 0.489355 +4454 0.488952 +4455 0.488548 +4456 0.488145 +4457 0.487742 +4458 0.487339 +4459 0.486935 +4460 0.486532 +4461 0.486129 +4462 0.485726 +4463 0.485323 +4464 0.484919 +4465 0.484516 +4466 0.484113 +4467 0.48371 +4468 0.483306 +4469 0.482903 +4470 0.4825 +4471 0.482097 +4472 0.481694 +4473 0.48129 +4474 0.480887 +4475 0.480484 +4476 0.480081 +4477 0.479677 +4478 0.479274 +4479 0.478871 +4480 0.478468 +4481 0.478065 +4482 0.477661 +4483 0.477258 +4484 0.476855 +4485 0.476452 +4486 0.476048 +4487 0.475645 +4488 0.475242 +4489 0.474839 +4490 0.474435 +4491 0.474032 +4492 0.473629 +4493 0.473226 +4494 0.472823 +4495 0.472419 +4496 0.472016 +4497 0.471613 +4498 0.47121 +4499 0.470806 +4500 0.470403 +4501 0.47 +4502 0.469619 +4503 0.469238 +4504 0.468857 +4505 0.468476 +4506 0.468095 +4507 0.467714 +4508 0.467333 +4509 0.466952 +4510 0.466571 +4511 0.46619 +4512 0.46581 +4513 0.465429 +4514 0.465048 +4515 0.464667 +4516 0.464286 +4517 0.463905 +4518 0.463524 +4519 0.463143 +4520 0.462762 +4521 0.462381 +4522 0.462 +4523 0.461619 +4524 0.461238 +4525 0.460857 +4526 0.460476 +4527 0.460095 +4528 0.459714 +4529 0.459333 +4530 0.458952 +4531 0.458571 +4532 0.45819 +4533 0.45781 +4534 0.457429 +4535 0.457048 +4536 0.456667 +4537 0.456286 +4538 0.455905 +4539 0.455524 +4540 0.455143 +4541 0.454762 +4542 0.454381 +4543 0.454 +4544 0.453619 +4545 0.453238 +4546 0.452857 +4547 0.452476 +4548 0.452095 +4549 0.451714 +4550 0.451333 +4551 0.450952 +4552 0.450571 +4553 0.45019 +4554 0.44981 +4555 0.449429 +4556 0.449048 +4557 0.448667 +4558 0.448286 +4559 0.447905 +4560 0.447524 +4561 0.447143 +4562 0.446762 +4563 0.446381 +4564 0.446 +4565 0.445613 +4566 0.445226 +4567 0.444839 +4568 0.444452 +4569 0.444065 +4570 0.443677 +4571 0.44329 +4572 0.442903 +4573 0.442516 +4574 0.442129 +4575 0.441742 +4576 0.441355 +4577 0.440968 +4578 0.440581 +4579 0.440194 +4580 0.439806 +4581 0.439419 +4582 0.439032 +4583 0.438645 +4584 0.438258 +4585 0.437871 +4586 0.437484 +4587 0.437097 +4588 0.43671 +4589 0.436323 +4590 0.435935 +4591 0.435548 +4592 0.435161 +4593 0.434774 +4594 0.434387 +4595 0.434 +4596 0.433613 +4597 0.433226 +4598 0.432839 +4599 0.432452 +4600 0.432065 +4601 0.431677 +4602 0.43129 +4603 0.430903 +4604 0.430516 +4605 0.430129 +4606 0.429742 +4607 0.429355 +4608 0.428968 +4609 0.428581 +4610 0.428194 +4611 0.427806 +4612 0.427419 +4613 0.427032 +4614 0.426645 +4615 0.426258 +4616 0.425871 +4617 0.425484 +4618 0.425097 +4619 0.42471 +4620 0.424323 +4621 0.423935 +4622 0.423548 +4623 0.423161 +4624 0.422774 +4625 0.422387 +4626 0.422 +4627 0.421619 +4628 0.421238 +4629 0.420857 +4630 0.420476 +4631 0.420095 +4632 0.419714 +4633 0.419333 +4634 0.418952 +4635 0.418571 +4636 0.41819 +4637 0.41781 +4638 0.417429 +4639 0.417048 +4640 0.416667 +4641 0.416286 +4642 0.415905 +4643 0.415524 +4644 0.415143 +4645 0.414762 +4646 0.414381 +4647 0.414 +4648 0.413619 +4649 0.413238 +4650 0.412857 +4651 0.412476 +4652 0.412095 +4653 0.411714 +4654 0.411333 +4655 0.410952 +4656 0.410571 +4657 0.41019 +4658 0.40981 +4659 0.409429 +4660 0.409048 +4661 0.408667 +4662 0.408286 +4663 0.407905 +4664 0.407524 +4665 0.407143 +4666 0.406762 +4667 0.406381 +4668 0.406 +4669 0.405619 +4670 0.405238 +4671 0.404857 +4672 0.404476 +4673 0.404095 +4674 0.403714 +4675 0.403333 +4676 0.402952 +4677 0.402571 +4678 0.40219 +4679 0.40181 +4680 0.401429 +4681 0.401048 +4682 0.400667 +4683 0.400286 +4684 0.399905 +4685 0.399524 +4686 0.399143 +4687 0.398762 +4688 0.398381 +4689 0.398 +4690 0.397629 +4691 0.397258 +4692 0.396887 +4693 0.396516 +4694 0.396145 +4695 0.395774 +4696 0.395403 +4697 0.395032 +4698 0.394661 +4699 0.39429 +4700 0.393919 +4701 0.393548 +4702 0.393177 +4703 0.392806 +4704 0.392435 +4705 0.392065 +4706 0.391694 +4707 0.391323 +4708 0.390952 +4709 0.390581 +4710 0.39021 +4711 0.389839 +4712 0.389468 +4713 0.389097 +4714 0.388726 +4715 0.388355 +4716 0.387984 +4717 0.387613 +4718 0.387242 +4719 0.386871 +4720 0.3865 +4721 0.386129 +4722 0.385758 +4723 0.385387 +4724 0.385016 +4725 0.384645 +4726 0.384274 +4727 0.383903 +4728 0.383532 +4729 0.383161 +4730 0.38279 +4731 0.382419 +4732 0.382048 +4733 0.381677 +4734 0.381306 +4735 0.380935 +4736 0.380565 +4737 0.380194 +4738 0.379823 +4739 0.379452 +4740 0.379081 +4741 0.37871 +4742 0.378339 +4743 0.377968 +4744 0.377597 +4745 0.377226 +4746 0.376855 +4747 0.376484 +4748 0.376113 +4749 0.375742 +4750 0.375371 +4751 0.375 +4752 0.374635 +4753 0.37427 +4754 0.373905 +4755 0.37354 +4756 0.373175 +4757 0.37281 +4758 0.372444 +4759 0.372079 +4760 0.371714 +4761 0.371349 +4762 0.370984 +4763 0.370619 +4764 0.370254 +4765 0.369889 +4766 0.369524 +4767 0.369159 +4768 0.368794 +4769 0.368429 +4770 0.368063 +4771 0.367698 +4772 0.367333 +4773 0.366968 +4774 0.366603 +4775 0.366238 +4776 0.365873 +4777 0.365508 +4778 0.365143 +4779 0.364778 +4780 0.364413 +4781 0.364048 +4782 0.363683 +4783 0.363317 +4784 0.362952 +4785 0.362587 +4786 0.362222 +4787 0.361857 +4788 0.361492 +4789 0.361127 +4790 0.360762 +4791 0.360397 +4792 0.360032 +4793 0.359667 +4794 0.359302 +4795 0.358937 +4796 0.358571 +4797 0.358206 +4798 0.357841 +4799 0.357476 +4800 0.357111 +4801 0.356746 +4802 0.356381 +4803 0.356016 +4804 0.355651 +4805 0.355286 +4806 0.354921 +4807 0.354556 +4808 0.35419 +4809 0.353825 +4810 0.35346 +4811 0.353095 +4812 0.35273 +4813 0.352365 +4814 0.352 +4815 0.351629 +4816 0.351258 +4817 0.350887 +4818 0.350516 +4819 0.350145 +4820 0.349774 +4821 0.349403 +4822 0.349032 +4823 0.348661 +4824 0.34829 +4825 0.347919 +4826 0.347548 +4827 0.347177 +4828 0.346806 +4829 0.346435 +4830 0.346065 +4831 0.345694 +4832 0.345323 +4833 0.344952 +4834 0.344581 +4835 0.34421 +4836 0.343839 +4837 0.343468 +4838 0.343097 +4839 0.342726 +4840 0.342355 +4841 0.341984 +4842 0.341613 +4843 0.341242 +4844 0.340871 +4845 0.3405 +4846 0.340129 +4847 0.339758 +4848 0.339387 +4849 0.339016 +4850 0.338645 +4851 0.338274 +4852 0.337903 +4853 0.337532 +4854 0.337161 +4855 0.33679 +4856 0.336419 +4857 0.336048 +4858 0.335677 +4859 0.335306 +4860 0.334935 +4861 0.334565 +4862 0.334194 +4863 0.333823 +4864 0.333452 +4865 0.333081 +4866 0.33271 +4867 0.332339 +4868 0.331968 +4869 0.331597 +4870 0.331226 +4871 0.330855 +4872 0.330484 +4873 0.330113 +4874 0.329742 +4875 0.329371 +4876 0.329 +4877 0.328667 +4878 0.328333 +4879 0.328 +4880 0.327667 +4881 0.327333 +4882 0.327 +4883 0.326667 +4884 0.326333 +4885 0.326 +4886 0.325667 +4887 0.325333 +4888 0.325 +4889 0.324667 +4890 0.324333 +4891 0.324 +4892 0.323667 +4893 0.323333 +4894 0.323 +4895 0.322667 +4896 0.322333 +4897 0.322 +4898 0.321667 +4899 0.321333 +4900 0.321 +4901 0.320667 +4902 0.320333 +4903 0.32 +4904 0.319667 +4905 0.319333 +4906 0.319 +4907 0.318667 +4908 0.318333 +4909 0.318 +4910 0.317667 +4911 0.317333 +4912 0.317 +4913 0.316667 +4914 0.316333 +4915 0.316 +4916 0.315667 +4917 0.315333 +4918 0.315 +4919 0.314667 +4920 0.314333 +4921 0.314 +4922 0.313667 +4923 0.313333 +4924 0.313 +4925 0.312667 +4926 0.312333 +4927 0.312 +4928 0.311667 +4929 0.311333 +4930 0.311 +4931 0.310667 +4932 0.310333 +4933 0.31 +4934 0.309667 +4935 0.309333 +4936 0.309 +4937 0.308667 +4938 0.308333 +4939 0.308 +4940 0.307677 +4941 0.307355 +4942 0.307032 +4943 0.30671 +4944 0.306387 +4945 0.306065 +4946 0.305742 +4947 0.305419 +4948 0.305097 +4949 0.304774 +4950 0.304452 +4951 0.304129 +4952 0.303806 +4953 0.303484 +4954 0.303161 +4955 0.302839 +4956 0.302516 +4957 0.302194 +4958 0.301871 +4959 0.301548 +4960 0.301226 +4961 0.300903 +4962 0.300581 +4963 0.300258 +4964 0.299935 +4965 0.299613 +4966 0.29929 +4967 0.298968 +4968 0.298645 +4969 0.298323 +4970 0.298 +4971 0.297677 +4972 0.297355 +4973 0.297032 +4974 0.29671 +4975 0.296387 +4976 0.296065 +4977 0.295742 +4978 0.295419 +4979 0.295097 +4980 0.294774 +4981 0.294452 +4982 0.294129 +4983 0.293806 +4984 0.293484 +4985 0.293161 +4986 0.292839 +4987 0.292516 +4988 0.292194 +4989 0.291871 +4990 0.291548 +4991 0.291226 +4992 0.290903 +4993 0.290581 +4994 0.290258 +4995 0.289935 +4996 0.289613 +4997 0.28929 +4998 0.288968 +4999 0.288645 +5000 0.288323 +5001 0.288 +5002 0.287683 +5003 0.287365 +5004 0.287048 +5005 0.28673 +5006 0.286413 +5007 0.286095 +5008 0.285778 +5009 0.28546 +5010 0.285143 +5011 0.284825 +5012 0.284508 +5013 0.28419 +5014 0.283873 +5015 0.283556 +5016 0.283238 +5017 0.282921 +5018 0.282603 +5019 0.282286 +5020 0.281968 +5021 0.281651 +5022 0.281333 +5023 0.281016 +5024 0.280698 +5025 0.280381 +5026 0.280063 +5027 0.279746 +5028 0.279429 +5029 0.279111 +5030 0.278794 +5031 0.278476 +5032 0.278159 +5033 0.277841 +5034 0.277524 +5035 0.277206 +5036 0.276889 +5037 0.276571 +5038 0.276254 +5039 0.275937 +5040 0.275619 +5041 0.275302 +5042 0.274984 +5043 0.274667 +5044 0.274349 +5045 0.274032 +5046 0.273714 +5047 0.273397 +5048 0.273079 +5049 0.272762 +5050 0.272444 +5051 0.272127 +5052 0.27181 +5053 0.271492 +5054 0.271175 +5055 0.270857 +5056 0.27054 +5057 0.270222 +5058 0.269905 +5059 0.269587 +5060 0.26927 +5061 0.268952 +5062 0.268635 +5063 0.268317 +5064 0.268 +5065 0.26771 +5066 0.267419 +5067 0.267129 +5068 0.266839 +5069 0.266548 +5070 0.266258 +5071 0.265968 +5072 0.265677 +5073 0.265387 +5074 0.265097 +5075 0.264806 +5076 0.264516 +5077 0.264226 +5078 0.263935 +5079 0.263645 +5080 0.263355 +5081 0.263065 +5082 0.262774 +5083 0.262484 +5084 0.262194 +5085 0.261903 +5086 0.261613 +5087 0.261323 +5088 0.261032 +5089 0.260742 +5090 0.260452 +5091 0.260161 +5092 0.259871 +5093 0.259581 +5094 0.25929 +5095 0.259 +5096 0.25871 +5097 0.258419 +5098 0.258129 +5099 0.257839 +5100 0.257548 +5101 0.257258 +5102 0.256968 +5103 0.256677 +5104 0.256387 +5105 0.256097 +5106 0.255806 +5107 0.255516 +5108 0.255226 +5109 0.254935 +5110 0.254645 +5111 0.254355 +5112 0.254065 +5113 0.253774 +5114 0.253484 +5115 0.253194 +5116 0.252903 +5117 0.252613 +5118 0.252323 +5119 0.252032 +5120 0.251742 +5121 0.251452 +5122 0.251161 +5123 0.250871 +5124 0.250581 +5125 0.25029 +5126 0.25 +5127 0.249714 +5128 0.249429 +5129 0.249143 +5130 0.248857 +5131 0.248571 +5132 0.248286 +5133 0.248 +5134 0.247714 +5135 0.247429 +5136 0.247143 +5137 0.246857 +5138 0.246571 +5139 0.246286 +5140 0.246 +5141 0.245714 +5142 0.245429 +5143 0.245143 +5144 0.244857 +5145 0.244571 +5146 0.244286 +5147 0.244 +5148 0.243714 +5149 0.243429 +5150 0.243143 +5151 0.242857 +5152 0.242571 +5153 0.242286 +5154 0.242 +5155 0.241714 +5156 0.241429 +5157 0.241143 +5158 0.240857 +5159 0.240571 +5160 0.240286 +5161 0.24 +5162 0.239714 +5163 0.239429 +5164 0.239143 +5165 0.238857 +5166 0.238571 +5167 0.238286 +5168 0.238 +5169 0.237714 +5170 0.237429 +5171 0.237143 +5172 0.236857 +5173 0.236571 +5174 0.236286 +5175 0.236 +5176 0.235714 +5177 0.235429 +5178 0.235143 +5179 0.234857 +5180 0.234571 +5181 0.234286 +5182 0.234 +5183 0.233714 +5184 0.233429 +5185 0.233143 +5186 0.232857 +5187 0.232571 +5188 0.232286 +5189 0.232 +5190 0.231742 +5191 0.231484 +5192 0.231226 +5193 0.230968 +5194 0.23071 +5195 0.230452 +5196 0.230194 +5197 0.229935 +5198 0.229677 +5199 0.229419 +5200 0.229161 +5201 0.228903 +5202 0.228645 +5203 0.228387 +5204 0.228129 +5205 0.227871 +5206 0.227613 +5207 0.227355 +5208 0.227097 +5209 0.226839 +5210 0.226581 +5211 0.226323 +5212 0.226065 +5213 0.225806 +5214 0.225548 +5215 0.22529 +5216 0.225032 +5217 0.224774 +5218 0.224516 +5219 0.224258 +5220 0.224 +5221 0.223742 +5222 0.223484 +5223 0.223226 +5224 0.222968 +5225 0.22271 +5226 0.222452 +5227 0.222194 +5228 0.221935 +5229 0.221677 +5230 0.221419 +5231 0.221161 +5232 0.220903 +5233 0.220645 +5234 0.220387 +5235 0.220129 +5236 0.219871 +5237 0.219613 +5238 0.219355 +5239 0.219097 +5240 0.218839 +5241 0.218581 +5242 0.218323 +5243 0.218065 +5244 0.217806 +5245 0.217548 +5246 0.21729 +5247 0.217032 +5248 0.216774 +5249 0.216516 +5250 0.216258 +5251 0.216 +5252 0.215714 +5253 0.215429 +5254 0.215143 +5255 0.214857 +5256 0.214571 +5257 0.214286 +5258 0.214 +5259 0.213714 +5260 0.213429 +5261 0.213143 +5262 0.212857 +5263 0.212571 +5264 0.212286 +5265 0.212 +5266 0.211714 +5267 0.211429 +5268 0.211143 +5269 0.210857 +5270 0.210571 +5271 0.210286 +5272 0.21 +5273 0.209714 +5274 0.209429 +5275 0.209143 +5276 0.208857 +5277 0.208571 +5278 0.208286 +5279 0.208 +5280 0.207714 +5281 0.207429 +5282 0.207143 +5283 0.206857 +5284 0.206571 +5285 0.206286 +5286 0.206 +5287 0.205714 +5288 0.205429 +5289 0.205143 +5290 0.204857 +5291 0.204571 +5292 0.204286 +5293 0.204 +5294 0.203714 +5295 0.203429 +5296 0.203143 +5297 0.202857 +5298 0.202571 +5299 0.202286 +5300 0.202 +5301 0.201714 +5302 0.201429 +5303 0.201143 +5304 0.200857 +5305 0.200571 +5306 0.200286 +5307 0.2 +5308 0.199714 +5309 0.199429 +5310 0.199143 +5311 0.198857 +5312 0.198571 +5313 0.198286 +5314 0.198 +5315 0.197742 +5316 0.197484 +5317 0.197226 +5318 0.196968 +5319 0.19671 +5320 0.196452 +5321 0.196194 +5322 0.195935 +5323 0.195677 +5324 0.195419 +5325 0.195161 +5326 0.194903 +5327 0.194645 +5328 0.194387 +5329 0.194129 +5330 0.193871 +5331 0.193613 +5332 0.193355 +5333 0.193097 +5334 0.192839 +5335 0.192581 +5336 0.192323 +5337 0.192065 +5338 0.191806 +5339 0.191548 +5340 0.19129 +5341 0.191032 +5342 0.190774 +5343 0.190516 +5344 0.190258 +5345 0.19 +5346 0.189742 +5347 0.189484 +5348 0.189226 +5349 0.188968 +5350 0.18871 +5351 0.188452 +5352 0.188194 +5353 0.187935 +5354 0.187677 +5355 0.187419 +5356 0.187161 +5357 0.186903 +5358 0.186645 +5359 0.186387 +5360 0.186129 +5361 0.185871 +5362 0.185613 +5363 0.185355 +5364 0.185097 +5365 0.184839 +5366 0.184581 +5367 0.184323 +5368 0.184065 +5369 0.183806 +5370 0.183548 +5371 0.18329 +5372 0.183032 +5373 0.182774 +5374 0.182516 +5375 0.182258 +5376 0.182 +5377 0.181746 +5378 0.181492 +5379 0.181238 +5380 0.180984 +5381 0.18073 +5382 0.180476 +5383 0.180222 +5384 0.179968 +5385 0.179714 +5386 0.17946 +5387 0.179206 +5388 0.178952 +5389 0.178698 +5390 0.178444 +5391 0.17819 +5392 0.177937 +5393 0.177683 +5394 0.177429 +5395 0.177175 +5396 0.176921 +5397 0.176667 +5398 0.176413 +5399 0.176159 +5400 0.175905 +5401 0.175651 +5402 0.175397 +5403 0.175143 +5404 0.174889 +5405 0.174635 +5406 0.174381 +5407 0.174127 +5408 0.173873 +5409 0.173619 +5410 0.173365 +5411 0.173111 +5412 0.172857 +5413 0.172603 +5414 0.172349 +5415 0.172095 +5416 0.171841 +5417 0.171587 +5418 0.171333 +5419 0.171079 +5420 0.170825 +5421 0.170571 +5422 0.170317 +5423 0.170063 +5424 0.16981 +5425 0.169556 +5426 0.169302 +5427 0.169048 +5428 0.168794 +5429 0.16854 +5430 0.168286 +5431 0.168032 +5432 0.167778 +5433 0.167524 +5434 0.16727 +5435 0.167016 +5436 0.166762 +5437 0.166508 +5438 0.166254 +5439 0.166 +5440 0.165742 +5441 0.165484 +5442 0.165226 +5443 0.164968 +5444 0.16471 +5445 0.164452 +5446 0.164194 +5447 0.163935 +5448 0.163677 +5449 0.163419 +5450 0.163161 +5451 0.162903 +5452 0.162645 +5453 0.162387 +5454 0.162129 +5455 0.161871 +5456 0.161613 +5457 0.161355 +5458 0.161097 +5459 0.160839 +5460 0.160581 +5461 0.160323 +5462 0.160065 +5463 0.159806 +5464 0.159548 +5465 0.15929 +5466 0.159032 +5467 0.158774 +5468 0.158516 +5469 0.158258 +5470 0.158 +5471 0.157742 +5472 0.157484 +5473 0.157226 +5474 0.156968 +5475 0.15671 +5476 0.156452 +5477 0.156194 +5478 0.155935 +5479 0.155677 +5480 0.155419 +5481 0.155161 +5482 0.154903 +5483 0.154645 +5484 0.154387 +5485 0.154129 +5486 0.153871 +5487 0.153613 +5488 0.153355 +5489 0.153097 +5490 0.152839 +5491 0.152581 +5492 0.152323 +5493 0.152065 +5494 0.151806 +5495 0.151548 +5496 0.15129 +5497 0.151032 +5498 0.150774 +5499 0.150516 +5500 0.150258 +5501 0.15 +5502 0.149778 +5503 0.149556 +5504 0.149333 +5505 0.149111 +5506 0.148889 +5507 0.148667 +5508 0.148444 +5509 0.148222 +5510 0.148 +5511 0.147778 +5512 0.147556 +5513 0.147333 +5514 0.147111 +5515 0.146889 +5516 0.146667 +5517 0.146444 +5518 0.146222 +5519 0.146 +5520 0.145778 +5521 0.145556 +5522 0.145333 +5523 0.145111 +5524 0.144889 +5525 0.144667 +5526 0.144444 +5527 0.144222 +5528 0.144 +5529 0.143778 +5530 0.143556 +5531 0.143333 +5532 0.143111 +5533 0.142889 +5534 0.142667 +5535 0.142444 +5536 0.142222 +5537 0.142 +5538 0.141778 +5539 0.141556 +5540 0.141333 +5541 0.141111 +5542 0.140889 +5543 0.140667 +5544 0.140444 +5545 0.140222 +5546 0.14 +5547 0.139778 +5548 0.139556 +5549 0.139333 +5550 0.139111 +5551 0.138889 +5552 0.138667 +5553 0.138444 +5554 0.138222 +5555 0.138 +5556 0.137778 +5557 0.137556 +5558 0.137333 +5559 0.137111 +5560 0.136889 +5561 0.136667 +5562 0.136444 +5563 0.136222 +5564 0.136 +5565 0.135806 +5566 0.135613 +5567 0.135419 +5568 0.135226 +5569 0.135032 +5570 0.134839 +5571 0.134645 +5572 0.134452 +5573 0.134258 +5574 0.134065 +5575 0.133871 +5576 0.133677 +5577 0.133484 +5578 0.13329 +5579 0.133097 +5580 0.132903 +5581 0.13271 +5582 0.132516 +5583 0.132323 +5584 0.132129 +5585 0.131935 +5586 0.131742 +5587 0.131548 +5588 0.131355 +5589 0.131161 +5590 0.130968 +5591 0.130774 +5592 0.130581 +5593 0.130387 +5594 0.130194 +5595 0.13 +5596 0.129806 +5597 0.129613 +5598 0.129419 +5599 0.129226 +5600 0.129032 +5601 0.128839 +5602 0.128645 +5603 0.128452 +5604 0.128258 +5605 0.128065 +5606 0.127871 +5607 0.127677 +5608 0.127484 +5609 0.12729 +5610 0.127097 +5611 0.126903 +5612 0.12671 +5613 0.126516 +5614 0.126323 +5615 0.126129 +5616 0.125935 +5617 0.125742 +5618 0.125548 +5619 0.125355 +5620 0.125161 +5621 0.124968 +5622 0.124774 +5623 0.124581 +5624 0.124387 +5625 0.124194 +5626 0.124 +5627 0.12381 +5628 0.123619 +5629 0.123429 +5630 0.123238 +5631 0.123048 +5632 0.122857 +5633 0.122667 +5634 0.122476 +5635 0.122286 +5636 0.122095 +5637 0.121905 +5638 0.121714 +5639 0.121524 +5640 0.121333 +5641 0.121143 +5642 0.120952 +5643 0.120762 +5644 0.120571 +5645 0.120381 +5646 0.12019 +5647 0.12 +5648 0.11981 +5649 0.119619 +5650 0.119429 +5651 0.119238 +5652 0.119048 +5653 0.118857 +5654 0.118667 +5655 0.118476 +5656 0.118286 +5657 0.118095 +5658 0.117905 +5659 0.117714 +5660 0.117524 +5661 0.117333 +5662 0.117143 +5663 0.116952 +5664 0.116762 +5665 0.116571 +5666 0.116381 +5667 0.11619 +5668 0.116 +5669 0.11581 +5670 0.115619 +5671 0.115429 +5672 0.115238 +5673 0.115048 +5674 0.114857 +5675 0.114667 +5676 0.114476 +5677 0.114286 +5678 0.114095 +5679 0.113905 +5680 0.113714 +5681 0.113524 +5682 0.113333 +5683 0.113143 +5684 0.112952 +5685 0.112762 +5686 0.112571 +5687 0.112381 +5688 0.11219 +5689 0.112 +5690 0.111806 +5691 0.111613 +5692 0.111419 +5693 0.111226 +5694 0.111032 +5695 0.110839 +5696 0.110645 +5697 0.110452 +5698 0.110258 +5699 0.110065 +5700 0.109871 +5701 0.109677 +5702 0.109484 +5703 0.10929 +5704 0.109097 +5705 0.108903 +5706 0.10871 +5707 0.108516 +5708 0.108323 +5709 0.108129 +5710 0.107935 +5711 0.107742 +5712 0.107548 +5713 0.107355 +5714 0.107161 +5715 0.106968 +5716 0.106774 +5717 0.106581 +5718 0.106387 +5719 0.106194 +5720 0.106 +5721 0.105806 +5722 0.105613 +5723 0.105419 +5724 0.105226 +5725 0.105032 +5726 0.104839 +5727 0.104645 +5728 0.104452 +5729 0.104258 +5730 0.104065 +5731 0.103871 +5732 0.103677 +5733 0.103484 +5734 0.10329 +5735 0.103097 +5736 0.102903 +5737 0.10271 +5738 0.102516 +5739 0.102323 +5740 0.102129 +5741 0.101935 +5742 0.101742 +5743 0.101548 +5744 0.101355 +5745 0.101161 +5746 0.100968 +5747 0.100774 +5748 0.100581 +5749 0.100387 +5750 0.100194 +5751 0.1 +5752 0.0998349 +5753 0.0996698 +5754 0.0995048 +5755 0.0993397 +5756 0.0991746 +5757 0.0990095 +5758 0.0988444 +5759 0.0986794 +5760 0.0985143 +5761 0.0983492 +5762 0.0981841 +5763 0.098019 +5764 0.097854 +5765 0.0976889 +5766 0.0975238 +5767 0.0973587 +5768 0.0971937 +5769 0.0970286 +5770 0.0968635 +5771 0.0966984 +5772 0.0965333 +5773 0.0963683 +5774 0.0962032 +5775 0.0960381 +5776 0.095873 +5777 0.0957079 +5778 0.0955429 +5779 0.0953778 +5780 0.0952127 +5781 0.0950476 +5782 0.0948825 +5783 0.0947175 +5784 0.0945524 +5785 0.0943873 +5786 0.0942222 +5787 0.0940571 +5788 0.0938921 +5789 0.093727 +5790 0.0935619 +5791 0.0933968 +5792 0.0932317 +5793 0.0930667 +5794 0.0929016 +5795 0.0927365 +5796 0.0925714 +5797 0.0924063 +5798 0.0922413 +5799 0.0920762 +5800 0.0919111 +5801 0.091746 +5802 0.091581 +5803 0.0914159 +5804 0.0912508 +5805 0.0910857 +5806 0.0909206 +5807 0.0907556 +5808 0.0905905 +5809 0.0904254 +5810 0.0902603 +5811 0.0900952 +5812 0.0899302 +5813 0.0897651 +5814 0.0896 +5815 0.0894371 +5816 0.0892742 +5817 0.0891113 +5818 0.0889484 +5819 0.0887855 +5820 0.0886226 +5821 0.0884597 +5822 0.0882968 +5823 0.0881339 +5824 0.087971 +5825 0.0878081 +5826 0.0876452 +5827 0.0874823 +5828 0.0873194 +5829 0.0871565 +5830 0.0869935 +5831 0.0868306 +5832 0.0866677 +5833 0.0865048 +5834 0.0863419 +5835 0.086179 +5836 0.0860161 +5837 0.0858532 +5838 0.0856903 +5839 0.0855274 +5840 0.0853645 +5841 0.0852016 +5842 0.0850387 +5843 0.0848758 +5844 0.0847129 +5845 0.08455 +5846 0.0843871 +5847 0.0842242 +5848 0.0840613 +5849 0.0838984 +5850 0.0837355 +5851 0.0835726 +5852 0.0834097 +5853 0.0832468 +5854 0.0830839 +5855 0.082921 +5856 0.0827581 +5857 0.0825952 +5858 0.0824323 +5859 0.0822694 +5860 0.0821065 +5861 0.0819435 +5862 0.0817806 +5863 0.0816177 +5864 0.0814548 +5865 0.0812919 +5866 0.081129 +5867 0.0809661 +5868 0.0808032 +5869 0.0806403 +5870 0.0804774 +5871 0.0803145 +5872 0.0801516 +5873 0.0799887 +5874 0.0798258 +5875 0.0796629 +5876 0.0795 +5877 0.0793492 +5878 0.0791984 +5879 0.0790476 +5880 0.0788968 +5881 0.078746 +5882 0.0785952 +5883 0.0784444 +5884 0.0782937 +5885 0.0781429 +5886 0.0779921 +5887 0.0778413 +5888 0.0776905 +5889 0.0775397 +5890 0.0773889 +5891 0.0772381 +5892 0.0770873 +5893 0.0769365 +5894 0.0767857 +5895 0.0766349 +5896 0.0764841 +5897 0.0763333 +5898 0.0761825 +5899 0.0760317 +5900 0.075881 +5901 0.0757302 +5902 0.0755794 +5903 0.0754286 +5904 0.0752778 +5905 0.075127 +5906 0.0749762 +5907 0.0748254 +5908 0.0746746 +5909 0.0745238 +5910 0.074373 +5911 0.0742222 +5912 0.0740714 +5913 0.0739206 +5914 0.0737698 +5915 0.073619 +5916 0.0734683 +5917 0.0733175 +5918 0.0731667 +5919 0.0730159 +5920 0.0728651 +5921 0.0727143 +5922 0.0725635 +5923 0.0724127 +5924 0.0722619 +5925 0.0721111 +5926 0.0719603 +5927 0.0718095 +5928 0.0716587 +5929 0.0715079 +5930 0.0713571 +5931 0.0712063 +5932 0.0710556 +5933 0.0709048 +5934 0.070754 +5935 0.0706032 +5936 0.0704524 +5937 0.0703016 +5938 0.0701508 +5939 0.07 +5940 0.0698661 +5941 0.0697323 +5942 0.0695984 +5943 0.0694645 +5944 0.0693306 +5945 0.0691968 +5946 0.0690629 +5947 0.068929 +5948 0.0687952 +5949 0.0686613 +5950 0.0685274 +5951 0.0683935 +5952 0.0682597 +5953 0.0681258 +5954 0.0679919 +5955 0.0678581 +5956 0.0677242 +5957 0.0675903 +5958 0.0674565 +5959 0.0673226 +5960 0.0671887 +5961 0.0670548 +5962 0.066921 +5963 0.0667871 +5964 0.0666532 +5965 0.0665194 +5966 0.0663855 +5967 0.0662516 +5968 0.0661177 +5969 0.0659839 +5970 0.06585 +5971 0.0657161 +5972 0.0655823 +5973 0.0654484 +5974 0.0653145 +5975 0.0651806 +5976 0.0650468 +5977 0.0649129 +5978 0.064779 +5979 0.0646452 +5980 0.0645113 +5981 0.0643774 +5982 0.0642435 +5983 0.0641097 +5984 0.0639758 +5985 0.0638419 +5986 0.0637081 +5987 0.0635742 +5988 0.0634403 +5989 0.0633065 +5990 0.0631726 +5991 0.0630387 +5992 0.0629048 +5993 0.062771 +5994 0.0626371 +5995 0.0625032 +5996 0.0623694 +5997 0.0622355 +5998 0.0621016 +5999 0.0619677 +6000 0.0618339 +6001 0.0617 +6002 0.061573 +6003 0.061446 +6004 0.061319 +6005 0.0611921 +6006 0.0610651 +6007 0.0609381 +6008 0.0608111 +6009 0.0606841 +6010 0.0605571 +6011 0.0604302 +6012 0.0603032 +6013 0.0601762 +6014 0.0600492 +6015 0.0599222 +6016 0.0597952 +6017 0.0596683 +6018 0.0595413 +6019 0.0594143 +6020 0.0592873 +6021 0.0591603 +6022 0.0590333 +6023 0.0589063 +6024 0.0587794 +6025 0.0586524 +6026 0.0585254 +6027 0.0583984 +6028 0.0582714 +6029 0.0581444 +6030 0.0580175 +6031 0.0578905 +6032 0.0577635 +6033 0.0576365 +6034 0.0575095 +6035 0.0573825 +6036 0.0572556 +6037 0.0571286 +6038 0.0570016 +6039 0.0568746 +6040 0.0567476 +6041 0.0566206 +6042 0.0564937 +6043 0.0563667 +6044 0.0562397 +6045 0.0561127 +6046 0.0559857 +6047 0.0558587 +6048 0.0557317 +6049 0.0556048 +6050 0.0554778 +6051 0.0553508 +6052 0.0552238 +6053 0.0550968 +6054 0.0549698 +6055 0.0548429 +6056 0.0547159 +6057 0.0545889 +6058 0.0544619 +6059 0.0543349 +6060 0.0542079 +6061 0.054081 +6062 0.053954 +6063 0.053827 +6064 0.0537 +6065 0.0535887 +6066 0.0534774 +6067 0.0533661 +6068 0.0532548 +6069 0.0531435 +6070 0.0530323 +6071 0.052921 +6072 0.0528097 +6073 0.0526984 +6074 0.0525871 +6075 0.0524758 +6076 0.0523645 +6077 0.0522532 +6078 0.0521419 +6079 0.0520306 +6080 0.0519194 +6081 0.0518081 +6082 0.0516968 +6083 0.0515855 +6084 0.0514742 +6085 0.0513629 +6086 0.0512516 +6087 0.0511403 +6088 0.051029 +6089 0.0509177 +6090 0.0508065 +6091 0.0506952 +6092 0.0505839 +6093 0.0504726 +6094 0.0503613 +6095 0.05025 +6096 0.0501387 +6097 0.0500274 +6098 0.0499161 +6099 0.0498048 +6100 0.0496935 +6101 0.0495823 +6102 0.049471 +6103 0.0493597 +6104 0.0492484 +6105 0.0491371 +6106 0.0490258 +6107 0.0489145 +6108 0.0488032 +6109 0.0486919 +6110 0.0485806 +6111 0.0484694 +6112 0.0483581 +6113 0.0482468 +6114 0.0481355 +6115 0.0480242 +6116 0.0479129 +6117 0.0478016 +6118 0.0476903 +6119 0.047579 +6120 0.0474677 +6121 0.0473565 +6122 0.0472452 +6123 0.0471339 +6124 0.0470226 +6125 0.0469113 +6126 0.0468 +6127 0.0466921 +6128 0.0465841 +6129 0.0464762 +6130 0.0463683 +6131 0.0462603 +6132 0.0461524 +6133 0.0460444 +6134 0.0459365 +6135 0.0458286 +6136 0.0457206 +6137 0.0456127 +6138 0.0455048 +6139 0.0453968 +6140 0.0452889 +6141 0.045181 +6142 0.045073 +6143 0.0449651 +6144 0.0448571 +6145 0.0447492 +6146 0.0446413 +6147 0.0445333 +6148 0.0444254 +6149 0.0443175 +6150 0.0442095 +6151 0.0441016 +6152 0.0439937 +6153 0.0438857 +6154 0.0437778 +6155 0.0436698 +6156 0.0435619 +6157 0.043454 +6158 0.043346 +6159 0.0432381 +6160 0.0431302 +6161 0.0430222 +6162 0.0429143 +6163 0.0428063 +6164 0.0426984 +6165 0.0425905 +6166 0.0424825 +6167 0.0423746 +6168 0.0422667 +6169 0.0421587 +6170 0.0420508 +6171 0.0419429 +6172 0.0418349 +6173 0.041727 +6174 0.041619 +6175 0.0415111 +6176 0.0414032 +6177 0.0412952 +6178 0.0411873 +6179 0.0410794 +6180 0.0409714 +6181 0.0408635 +6182 0.0407556 +6183 0.0406476 +6184 0.0405397 +6185 0.0404317 +6186 0.0403238 +6187 0.0402159 +6188 0.0401079 +6189 0.04 +6190 0.0399016 +6191 0.0398032 +6192 0.0397048 +6193 0.0396065 +6194 0.0395081 +6195 0.0394097 +6196 0.0393113 +6197 0.0392129 +6198 0.0391145 +6199 0.0390161 +6200 0.0389177 +6201 0.0388194 +6202 0.038721 +6203 0.0386226 +6204 0.0385242 +6205 0.0384258 +6206 0.0383274 +6207 0.038229 +6208 0.0381306 +6209 0.0380323 +6210 0.0379339 +6211 0.0378355 +6212 0.0377371 +6213 0.0376387 +6214 0.0375403 +6215 0.0374419 +6216 0.0373435 +6217 0.0372452 +6218 0.0371468 +6219 0.0370484 +6220 0.03695 +6221 0.0368516 +6222 0.0367532 +6223 0.0366548 +6224 0.0365565 +6225 0.0364581 +6226 0.0363597 +6227 0.0362613 +6228 0.0361629 +6229 0.0360645 +6230 0.0359661 +6231 0.0358677 +6232 0.0357694 +6233 0.035671 +6234 0.0355726 +6235 0.0354742 +6236 0.0353758 +6237 0.0352774 +6238 0.035179 +6239 0.0350806 +6240 0.0349823 +6241 0.0348839 +6242 0.0347855 +6243 0.0346871 +6244 0.0345887 +6245 0.0344903 +6246 0.0343919 +6247 0.0342935 +6248 0.0341952 +6249 0.0340968 +6250 0.0339984 +6251 0.0339 +6252 0.0338206 +6253 0.0337413 +6254 0.0336619 +6255 0.0335825 +6256 0.0335032 +6257 0.0334238 +6258 0.0333444 +6259 0.0332651 +6260 0.0331857 +6261 0.0331063 +6262 0.033027 +6263 0.0329476 +6264 0.0328683 +6265 0.0327889 +6266 0.0327095 +6267 0.0326302 +6268 0.0325508 +6269 0.0324714 +6270 0.0323921 +6271 0.0323127 +6272 0.0322333 +6273 0.032154 +6274 0.0320746 +6275 0.0319952 +6276 0.0319159 +6277 0.0318365 +6278 0.0317571 +6279 0.0316778 +6280 0.0315984 +6281 0.031519 +6282 0.0314397 +6283 0.0313603 +6284 0.031281 +6285 0.0312016 +6286 0.0311222 +6287 0.0310429 +6288 0.0309635 +6289 0.0308841 +6290 0.0308048 +6291 0.0307254 +6292 0.030646 +6293 0.0305667 +6294 0.0304873 +6295 0.0304079 +6296 0.0303286 +6297 0.0302492 +6298 0.0301698 +6299 0.0300905 +6300 0.0300111 +6301 0.0299317 +6302 0.0298524 +6303 0.029773 +6304 0.0296937 +6305 0.0296143 +6306 0.0295349 +6307 0.0294556 +6308 0.0293762 +6309 0.0292968 +6310 0.0292175 +6311 0.0291381 +6312 0.0290587 +6313 0.0289794 +6314 0.0289 +6315 0.0287968 +6316 0.0286935 +6317 0.0285903 +6318 0.0284871 +6319 0.0283839 +6320 0.0282806 +6321 0.0281774 +6322 0.0280742 +6323 0.027971 +6324 0.0278677 +6325 0.0277645 +6326 0.0276613 +6327 0.0275581 +6328 0.0274548 +6329 0.0273516 +6330 0.0272484 +6331 0.0271452 +6332 0.0270419 +6333 0.0269387 +6334 0.0268355 +6335 0.0267323 +6336 0.026629 +6337 0.0265258 +6338 0.0264226 +6339 0.0263194 +6340 0.0262161 +6341 0.0261129 +6342 0.0260097 +6343 0.0259065 +6344 0.0258032 +6345 0.0257 +6346 0.0255968 +6347 0.0254935 +6348 0.0253903 +6349 0.0252871 +6350 0.0251839 +6351 0.0250806 +6352 0.0249774 +6353 0.0248742 +6354 0.024771 +6355 0.0246677 +6356 0.0245645 +6357 0.0244613 +6358 0.0243581 +6359 0.0242548 +6360 0.0241516 +6361 0.0240484 +6362 0.0239452 +6363 0.0238419 +6364 0.0237387 +6365 0.0236355 +6366 0.0235323 +6367 0.023429 +6368 0.0233258 +6369 0.0232226 +6370 0.0231194 +6371 0.0230161 +6372 0.0229129 +6373 0.0228097 +6374 0.0227065 +6375 0.0226032 +6376 0.0225 +6377 0.0223952 +6378 0.0222905 +6379 0.0221857 +6380 0.022081 +6381 0.0219762 +6382 0.0218714 +6383 0.0217667 +6384 0.0216619 +6385 0.0215571 +6386 0.0214524 +6387 0.0213476 +6388 0.0212429 +6389 0.0211381 +6390 0.0210333 +6391 0.0209286 +6392 0.0208238 +6393 0.020719 +6394 0.0206143 +6395 0.0205095 +6396 0.0204048 +6397 0.0203 +6398 0.0201952 +6399 0.0200905 +6400 0.0199857 +6401 0.019881 +6402 0.0197762 +6403 0.0196714 +6404 0.0195667 +6405 0.0194619 +6406 0.0193571 +6407 0.0192524 +6408 0.0191476 +6409 0.0190429 +6410 0.0189381 +6411 0.0188333 +6412 0.0187286 +6413 0.0186238 +6414 0.018519 +6415 0.0184143 +6416 0.0183095 +6417 0.0182048 +6418 0.0181 +6419 0.0179952 +6420 0.0178905 +6421 0.0177857 +6422 0.017681 +6423 0.0175762 +6424 0.0174714 +6425 0.0173667 +6426 0.0172619 +6427 0.0171571 +6428 0.0170524 +6429 0.0169476 +6430 0.0168429 +6431 0.0167381 +6432 0.0166333 +6433 0.0165286 +6434 0.0164238 +6435 0.016319 +6436 0.0162143 +6437 0.0161095 +6438 0.0160048 +6439 0.0159 +6440 0.0158581 +6441 0.0158161 +6442 0.0157742 +6443 0.0157323 +6444 0.0156903 +6445 0.0156484 +6446 0.0156065 +6447 0.0155645 +6448 0.0155226 +6449 0.0154806 +6450 0.0154387 +6451 0.0153968 +6452 0.0153548 +6453 0.0153129 +6454 0.015271 +6455 0.015229 +6456 0.0151871 +6457 0.0151452 +6458 0.0151032 +6459 0.0150613 +6460 0.0150194 +6461 0.0149774 +6462 0.0149355 +6463 0.0148935 +6464 0.0148516 +6465 0.0148097 +6466 0.0147677 +6467 0.0147258 +6468 0.0146839 +6469 0.0146419 +6470 0.0146 +6471 0.0145581 +6472 0.0145161 +6473 0.0144742 +6474 0.0144323 +6475 0.0143903 +6476 0.0143484 +6477 0.0143065 +6478 0.0142645 +6479 0.0142226 +6480 0.0141806 +6481 0.0141387 +6482 0.0140968 +6483 0.0140548 +6484 0.0140129 +6485 0.013971 +6486 0.013929 +6487 0.0138871 +6488 0.0138452 +6489 0.0138032 +6490 0.0137613 +6491 0.0137194 +6492 0.0136774 +6493 0.0136355 +6494 0.0135935 +6495 0.0135516 +6496 0.0135097 +6497 0.0134677 +6498 0.0134258 +6499 0.0133839 +6500 0.0133419 +6501 0.0133 +6502 0.01324 +6503 0.01318 +6504 0.01312 +6505 0.01306 +6506 0.013 +6507 0.01294 +6508 0.01288 +6509 0.01282 +6510 0.01276 +6511 0.0127 +6512 0.01264 +6513 0.01258 +6514 0.01252 +6515 0.01246 +6516 0.0124 +6517 0.01234 +6518 0.01228 +6519 0.01222 +6520 0.01216 +6521 0.0121 +6522 0.01204 +6523 0.01198 +6524 0.01192 +6525 0.01186 +6526 0.0118 +6527 0.01174 +6528 0.01168 +6529 0.01162 +6530 0.01156 +6531 0.0115 +6532 0.01144 +6533 0.01138 +6534 0.01132 +6535 0.01126 +6536 0.0112 +6537 0.01114 +6538 0.01108 +6539 0.01102 +6540 0.01096 +6541 0.0109 +6542 0.01084 +6543 0.01078 +6544 0.01072 +6545 0.01066 +6546 0.0106 +6547 0.01054 +6548 0.01048 +6549 0.01042 +6550 0.01036 +6551 0.0103 +6552 0.01024 +6553 0.01018 +6554 0.01012 +6555 0.01006 +6556 0.01 +6557 0.00994 +6558 0.00988 +6559 0.00982 +6560 0.00976 +6561 0.0097 +6562 0.00964 +6563 0.00958 +6564 0.00952 +6565 0.00947645 +6566 0.0094329 +6567 0.00938935 +6568 0.00934581 +6569 0.00930226 +6570 0.00925871 +6571 0.00921516 +6572 0.00917161 +6573 0.00912806 +6574 0.00908452 +6575 0.00904097 +6576 0.00899742 +6577 0.00895387 +6578 0.00891032 +6579 0.00886677 +6580 0.00882323 +6581 0.00877968 +6582 0.00873613 +6583 0.00869258 +6584 0.00864903 +6585 0.00860548 +6586 0.00856194 +6587 0.00851839 +6588 0.00847484 +6589 0.00843129 +6590 0.00838774 +6591 0.00834419 +6592 0.00830065 +6593 0.0082571 +6594 0.00821355 +6595 0.00817 +6596 0.00812645 +6597 0.0080829 +6598 0.00803935 +6599 0.00799581 +6600 0.00795226 +6601 0.00790871 +6602 0.00786516 +6603 0.00782161 +6604 0.00777806 +6605 0.00773452 +6606 0.00769097 +6607 0.00764742 +6608 0.00760387 +6609 0.00756032 +6610 0.00751677 +6611 0.00747323 +6612 0.00742968 +6613 0.00738613 +6614 0.00734258 +6615 0.00729903 +6616 0.00725548 +6617 0.00721194 +6618 0.00716839 +6619 0.00712484 +6620 0.00708129 +6621 0.00703774 +6622 0.00699419 +6623 0.00695065 +6624 0.0069071 +6625 0.00686355 +6626 0.00682 +6627 0.00677095 +6628 0.0067219 +6629 0.00667286 +6630 0.00662381 +6631 0.00657476 +6632 0.00652571 +6633 0.00647667 +6634 0.00642762 +6635 0.00637857 +6636 0.00632952 +6637 0.00628048 +6638 0.00623143 +6639 0.00618238 +6640 0.00613333 +6641 0.00608429 +6642 0.00603524 +6643 0.00598619 +6644 0.00593714 +6645 0.0058881 +6646 0.00583905 +6647 0.00579 +6648 0.00574095 +6649 0.0056919 +6650 0.00564286 +6651 0.00559381 +6652 0.00554476 +6653 0.00549571 +6654 0.00544667 +6655 0.00539762 +6656 0.00534857 +6657 0.00529952 +6658 0.00525048 +6659 0.00520143 +6660 0.00515238 +6661 0.00510333 +6662 0.00505429 +6663 0.00500524 +6664 0.00495619 +6665 0.00490714 +6666 0.0048581 +6667 0.00480905 +6668 0.00476 +6669 0.00471095 +6670 0.0046619 +6671 0.00461286 +6672 0.00456381 +6673 0.00451476 +6674 0.00446571 +6675 0.00441667 +6676 0.00436762 +6677 0.00431857 +6678 0.00426952 +6679 0.00422048 +6680 0.00417143 +6681 0.00412238 +6682 0.00407333 +6683 0.00402429 +6684 0.00397524 +6685 0.00392619 +6686 0.00387714 +6687 0.0038281 +6688 0.00377905 +6689 0.00373 +6690 0.00370355 +6691 0.0036771 +6692 0.00365065 +6693 0.00362419 +6694 0.00359774 +6695 0.00357129 +6696 0.00354484 +6697 0.00351839 +6698 0.00349194 +6699 0.00346548 +6700 0.00343903 +6701 0.00341258 +6702 0.00338613 +6703 0.00335968 +6704 0.00333323 +6705 0.00330677 +6706 0.00328032 +6707 0.00325387 +6708 0.00322742 +6709 0.00320097 +6710 0.00317452 +6711 0.00314806 +6712 0.00312161 +6713 0.00309516 +6714 0.00306871 +6715 0.00304226 +6716 0.00301581 +6717 0.00298935 +6718 0.0029629 +6719 0.00293645 +6720 0.00291 +6721 0.00288355 +6722 0.0028571 +6723 0.00283065 +6724 0.00280419 +6725 0.00277774 +6726 0.00275129 +6727 0.00272484 +6728 0.00269839 +6729 0.00267194 +6730 0.00264548 +6731 0.00261903 +6732 0.00259258 +6733 0.00256613 +6734 0.00253968 +6735 0.00251323 +6736 0.00248677 +6737 0.00246032 +6738 0.00243387 +6739 0.00240742 +6740 0.00238097 +6741 0.00235452 +6742 0.00232806 +6743 0.00230161 +6744 0.00227516 +6745 0.00224871 +6746 0.00222226 +6747 0.00219581 +6748 0.00216935 +6749 0.0021429 +6750 0.00211645 +6751 0.00209 +6752 0.00204262 +6753 0.00199524 +6754 0.00194786 +6755 0.00190048 +6756 0.0018531 +6757 0.00180571 +6758 0.00175833 +6759 0.00171095 +6760 0.00166357 +6761 0.00161619 +6762 0.00156881 +6763 0.00152143 +6764 0.00147405 +6765 0.00142667 +6766 0.00137929 +6767 0.0013319 +6768 0.00128452 +6769 0.00123714 +6770 0.00118976 +6771 0.00114238 +6772 0.001095 +6773 0.00104762 +6774 0.00100024 +6775 0.000952857 +6776 0.000905476 +6777 0.000858095 +6778 0.000810714 +6779 0.000763333 +6780 0.000715952 +6781 0.000668571 +6782 0.00062119 +6783 0.00057381 +6784 0.000526429 +6785 0.000479048 +6786 0.000431667 +6787 0.000384286 +6788 0.000336905 +6789 0.000289524 +6790 0.000242143 +6791 0.000194762 +6792 0.000147381 +6793 0.0001 +6794 5.2619e-05 +6795 5.2381e-06 +6796 -4.21429e-05 +6797 -8.95238e-05 +6798 -0.000136905 +6799 -0.000184286 +6800 -0.000231667 +6801 -0.000279048 +6802 -0.000326429 +6803 -0.00037381 +6804 -0.00042119 +6805 -0.000468571 +6806 -0.000515952 +6807 -0.000563333 +6808 -0.000610714 +6809 -0.000658095 +6810 -0.000705476 +6811 -0.000752857 +6812 -0.000800238 +6813 -0.000847619 +6814 -0.000895 +6815 -0.000935403 +6816 -0.000975806 +6817 -0.00101621 +6818 -0.00105661 +6819 -0.00109702 +6820 -0.00113742 +6821 -0.00117782 +6822 -0.00121823 +6823 -0.00125863 +6824 -0.00129903 +6825 -0.00133944 +6826 -0.00137984 +6827 -0.00142024 +6828 -0.00146065 +6829 -0.00150105 +6830 -0.00154145 +6831 -0.00158185 +6832 -0.00162226 +6833 -0.00166266 +6834 -0.00170306 +6835 -0.00174347 +6836 -0.00178387 +6837 -0.00182427 +6838 -0.00186468 +6839 -0.00190508 +6840 -0.00194548 +6841 -0.00198589 +6842 -0.00202629 +6843 -0.00206669 +6844 -0.0021071 +6845 -0.0021475 +6846 -0.0021879 +6847 -0.00222831 +6848 -0.00226871 +6849 -0.00230911 +6850 -0.00234952 +6851 -0.00238992 +6852 -0.00243032 +6853 -0.00247073 +6854 -0.00251113 +6855 -0.00255153 +6856 -0.00259194 +6857 -0.00263234 +6858 -0.00267274 +6859 -0.00271315 +6860 -0.00275355 +6861 -0.00279395 +6862 -0.00283435 +6863 -0.00287476 +6864 -0.00291516 +6865 -0.00295556 +6866 -0.00299597 +6867 -0.00303637 +6868 -0.00307677 +6869 -0.00311718 +6870 -0.00315758 +6871 -0.00319798 +6872 -0.00323839 +6873 -0.00327879 +6874 -0.00331919 +6875 -0.0033596 +6876 -0.0034 +6877 -0.00345048 +6878 -0.00350095 +6879 -0.00355143 +6880 -0.0036019 +6881 -0.00365238 +6882 -0.00370286 +6883 -0.00375333 +6884 -0.00380381 +6885 -0.00385429 +6886 -0.00390476 +6887 -0.00395524 +6888 -0.00400571 +6889 -0.00405619 +6890 -0.00410667 +6891 -0.00415714 +6892 -0.00420762 +6893 -0.0042581 +6894 -0.00430857 +6895 -0.00435905 +6896 -0.00440952 +6897 -0.00446 +6898 -0.00451048 +6899 -0.00456095 +6900 -0.00461143 +6901 -0.0046619 +6902 -0.00471238 +6903 -0.00476286 +6904 -0.00481333 +6905 -0.00486381 +6906 -0.00491429 +6907 -0.00496476 +6908 -0.00501524 +6909 -0.00506571 +6910 -0.00511619 +6911 -0.00516667 +6912 -0.00521714 +6913 -0.00526762 +6914 -0.0053181 +6915 -0.00536857 +6916 -0.00541905 +6917 -0.00546952 +6918 -0.00552 +6919 -0.00557048 +6920 -0.00562095 +6921 -0.00567143 +6922 -0.0057219 +6923 -0.00577238 +6924 -0.00582286 +6925 -0.00587333 +6926 -0.00592381 +6927 -0.00597429 +6928 -0.00602476 +6929 -0.00607524 +6930 -0.00612571 +6931 -0.00617619 +6932 -0.00622667 +6933 -0.00627714 +6934 -0.00632762 +6935 -0.0063781 +6936 -0.00642857 +6937 -0.00647905 +6938 -0.00652952 +6939 -0.00658 +6940 -0.00660177 +6941 -0.00662355 +6942 -0.00664532 +6943 -0.0066671 +6944 -0.00668887 +6945 -0.00671065 +6946 -0.00673242 +6947 -0.00675419 +6948 -0.00677597 +6949 -0.00679774 +6950 -0.00681952 +6951 -0.00684129 +6952 -0.00686306 +6953 -0.00688484 +6954 -0.00690661 +6955 -0.00692839 +6956 -0.00695016 +6957 -0.00697194 +6958 -0.00699371 +6959 -0.00701548 +6960 -0.00703726 +6961 -0.00705903 +6962 -0.00708081 +6963 -0.00710258 +6964 -0.00712435 +6965 -0.00714613 +6966 -0.0071679 +6967 -0.00718968 +6968 -0.00721145 +6969 -0.00723323 +6970 -0.007255 +6971 -0.00727677 +6972 -0.00729855 +6973 -0.00732032 +6974 -0.0073421 +6975 -0.00736387 +6976 -0.00738565 +6977 -0.00740742 +6978 -0.00742919 +6979 -0.00745097 +6980 -0.00747274 +6981 -0.00749452 +6982 -0.00751629 +6983 -0.00753806 +6984 -0.00755984 +6985 -0.00758161 +6986 -0.00760339 +6987 -0.00762516 +6988 -0.00764694 +6989 -0.00766871 +6990 -0.00769048 +6991 -0.00771226 +6992 -0.00773403 +6993 -0.00775581 +6994 -0.00777758 +6995 -0.00779935 +6996 -0.00782113 +6997 -0.0078429 +6998 -0.00786468 +6999 -0.00788645 +7000 -0.00790823 +7001 -0.00793 +7002 -0.00795143 +7003 -0.00797286 +7004 -0.00799429 +7005 -0.00801571 +7006 -0.00803714 +7007 -0.00805857 +7008 -0.00808 +7009 -0.00810143 +7010 -0.00812286 +7011 -0.00814429 +7012 -0.00816571 +7013 -0.00818714 +7014 -0.00820857 +7015 -0.00823 +7016 -0.00825143 +7017 -0.00827286 +7018 -0.00829429 +7019 -0.00831571 +7020 -0.00833714 +7021 -0.00835857 +7022 -0.00838 +7023 -0.00840143 +7024 -0.00842286 +7025 -0.00844429 +7026 -0.00846571 +7027 -0.00848714 +7028 -0.00850857 +7029 -0.00853 +7030 -0.00855143 +7031 -0.00857286 +7032 -0.00859429 +7033 -0.00861571 +7034 -0.00863714 +7035 -0.00865857 +7036 -0.00868 +7037 -0.00870143 +7038 -0.00872286 +7039 -0.00874429 +7040 -0.00876571 +7041 -0.00878714 +7042 -0.00880857 +7043 -0.00883 +7044 -0.00885143 +7045 -0.00887286 +7046 -0.00889429 +7047 -0.00891571 +7048 -0.00893714 +7049 -0.00895857 +7050 -0.00898 +7051 -0.00900143 +7052 -0.00902286 +7053 -0.00904429 +7054 -0.00906571 +7055 -0.00908714 +7056 -0.00910857 +7057 -0.00913 +7058 -0.00915143 +7059 -0.00917286 +7060 -0.00919429 +7061 -0.00921571 +7062 -0.00923714 +7063 -0.00925857 +7064 -0.00928 +7065 -0.00929645 +7066 -0.0093129 +7067 -0.00932935 +7068 -0.00934581 +7069 -0.00936226 +7070 -0.00937871 +7071 -0.00939516 +7072 -0.00941161 +7073 -0.00942806 +7074 -0.00944452 +7075 -0.00946097 +7076 -0.00947742 +7077 -0.00949387 +7078 -0.00951032 +7079 -0.00952677 +7080 -0.00954323 +7081 -0.00955968 +7082 -0.00957613 +7083 -0.00959258 +7084 -0.00960903 +7085 -0.00962548 +7086 -0.00964194 +7087 -0.00965839 +7088 -0.00967484 +7089 -0.00969129 +7090 -0.00970774 +7091 -0.00972419 +7092 -0.00974065 +7093 -0.0097571 +7094 -0.00977355 +7095 -0.00979 +7096 -0.00980645 +7097 -0.0098229 +7098 -0.00983935 +7099 -0.00985581 +7100 -0.00987226 +7101 -0.00988871 +7102 -0.00990516 +7103 -0.00992161 +7104 -0.00993806 +7105 -0.00995452 +7106 -0.00997097 +7107 -0.00998742 +7108 -0.0100039 +7109 -0.0100203 +7110 -0.0100368 +7111 -0.0100532 +7112 -0.0100697 +7113 -0.0100861 +7114 -0.0101026 +7115 -0.010119 +7116 -0.0101355 +7117 -0.0101519 +7118 -0.0101684 +7119 -0.0101848 +7120 -0.0102013 +7121 -0.0102177 +7122 -0.0102342 +7123 -0.0102506 +7124 -0.0102671 +7125 -0.0102835 +7126 -0.0103 +7127 -0.0103317 +7128 -0.0103635 +7129 -0.0103952 +7130 -0.010427 +7131 -0.0104587 +7132 -0.0104905 +7133 -0.0105222 +7134 -0.010554 +7135 -0.0105857 +7136 -0.0106175 +7137 -0.0106492 +7138 -0.010681 +7139 -0.0107127 +7140 -0.0107444 +7141 -0.0107762 +7142 -0.0108079 +7143 -0.0108397 +7144 -0.0108714 +7145 -0.0109032 +7146 -0.0109349 +7147 -0.0109667 +7148 -0.0109984 +7149 -0.0110302 +7150 -0.0110619 +7151 -0.0110937 +7152 -0.0111254 +7153 -0.0111571 +7154 -0.0111889 +7155 -0.0112206 +7156 -0.0112524 +7157 -0.0112841 +7158 -0.0113159 +7159 -0.0113476 +7160 -0.0113794 +7161 -0.0114111 +7162 -0.0114429 +7163 -0.0114746 +7164 -0.0115063 +7165 -0.0115381 +7166 -0.0115698 +7167 -0.0116016 +7168 -0.0116333 +7169 -0.0116651 +7170 -0.0116968 +7171 -0.0117286 +7172 -0.0117603 +7173 -0.0117921 +7174 -0.0118238 +7175 -0.0118556 +7176 -0.0118873 +7177 -0.011919 +7178 -0.0119508 +7179 -0.0119825 +7180 -0.0120143 +7181 -0.012046 +7182 -0.0120778 +7183 -0.0121095 +7184 -0.0121413 +7185 -0.012173 +7186 -0.0122048 +7187 -0.0122365 +7188 -0.0122683 +7189 -0.0123 +7190 -0.0123016 +7191 -0.0123032 +7192 -0.0123048 +7193 -0.0123065 +7194 -0.0123081 +7195 -0.0123097 +7196 -0.0123113 +7197 -0.0123129 +7198 -0.0123145 +7199 -0.0123161 +7200 -0.0123177 +7201 -0.0123194 +7202 -0.012321 +7203 -0.0123226 +7204 -0.0123242 +7205 -0.0123258 +7206 -0.0123274 +7207 -0.012329 +7208 -0.0123306 +7209 -0.0123323 +7210 -0.0123339 +7211 -0.0123355 +7212 -0.0123371 +7213 -0.0123387 +7214 -0.0123403 +7215 -0.0123419 +7216 -0.0123435 +7217 -0.0123452 +7218 -0.0123468 +7219 -0.0123484 +7220 -0.01235 +7221 -0.0123516 +7222 -0.0123532 +7223 -0.0123548 +7224 -0.0123565 +7225 -0.0123581 +7226 -0.0123597 +7227 -0.0123613 +7228 -0.0123629 +7229 -0.0123645 +7230 -0.0123661 +7231 -0.0123677 +7232 -0.0123694 +7233 -0.012371 +7234 -0.0123726 +7235 -0.0123742 +7236 -0.0123758 +7237 -0.0123774 +7238 -0.012379 +7239 -0.0123806 +7240 -0.0123823 +7241 -0.0123839 +7242 -0.0123855 +7243 -0.0123871 +7244 -0.0123887 +7245 -0.0123903 +7246 -0.0123919 +7247 -0.0123935 +7248 -0.0123952 +7249 -0.0123968 +7250 -0.0123984 +7251 -0.0124 +7252 -0.0124079 +7253 -0.0124159 +7254 -0.0124238 +7255 -0.0124317 +7256 -0.0124397 +7257 -0.0124476 +7258 -0.0124556 +7259 -0.0124635 +7260 -0.0124714 +7261 -0.0124794 +7262 -0.0124873 +7263 -0.0124952 +7264 -0.0125032 +7265 -0.0125111 +7266 -0.012519 +7267 -0.012527 +7268 -0.0125349 +7269 -0.0125429 +7270 -0.0125508 +7271 -0.0125587 +7272 -0.0125667 +7273 -0.0125746 +7274 -0.0125825 +7275 -0.0125905 +7276 -0.0125984 +7277 -0.0126063 +7278 -0.0126143 +7279 -0.0126222 +7280 -0.0126302 +7281 -0.0126381 +7282 -0.012646 +7283 -0.012654 +7284 -0.0126619 +7285 -0.0126698 +7286 -0.0126778 +7287 -0.0126857 +7288 -0.0126937 +7289 -0.0127016 +7290 -0.0127095 +7291 -0.0127175 +7292 -0.0127254 +7293 -0.0127333 +7294 -0.0127413 +7295 -0.0127492 +7296 -0.0127571 +7297 -0.0127651 +7298 -0.012773 +7299 -0.012781 +7300 -0.0127889 +7301 -0.0127968 +7302 -0.0128048 +7303 -0.0128127 +7304 -0.0128206 +7305 -0.0128286 +7306 -0.0128365 +7307 -0.0128444 +7308 -0.0128524 +7309 -0.0128603 +7310 -0.0128683 +7311 -0.0128762 +7312 -0.0128841 +7313 -0.0128921 +7314 -0.0129 +7315 -0.0129113 +7316 -0.0129226 +7317 -0.0129339 +7318 -0.0129452 +7319 -0.0129565 +7320 -0.0129677 +7321 -0.012979 +7322 -0.0129903 +7323 -0.0130016 +7324 -0.0130129 +7325 -0.0130242 +7326 -0.0130355 +7327 -0.0130468 +7328 -0.0130581 +7329 -0.0130694 +7330 -0.0130806 +7331 -0.0130919 +7332 -0.0131032 +7333 -0.0131145 +7334 -0.0131258 +7335 -0.0131371 +7336 -0.0131484 +7337 -0.0131597 +7338 -0.013171 +7339 -0.0131823 +7340 -0.0131935 +7341 -0.0132048 +7342 -0.0132161 +7343 -0.0132274 +7344 -0.0132387 +7345 -0.01325 +7346 -0.0132613 +7347 -0.0132726 +7348 -0.0132839 +7349 -0.0132952 +7350 -0.0133065 +7351 -0.0133177 +7352 -0.013329 +7353 -0.0133403 +7354 -0.0133516 +7355 -0.0133629 +7356 -0.0133742 +7357 -0.0133855 +7358 -0.0133968 +7359 -0.0134081 +7360 -0.0134194 +7361 -0.0134306 +7362 -0.0134419 +7363 -0.0134532 +7364 -0.0134645 +7365 -0.0134758 +7366 -0.0134871 +7367 -0.0134984 +7368 -0.0135097 +7369 -0.013521 +7370 -0.0135323 +7371 -0.0135435 +7372 -0.0135548 +7373 -0.0135661 +7374 -0.0135774 +7375 -0.0135887 +7376 -0.0136 +7377 -0.0135968 +7378 -0.0135937 +7379 -0.0135905 +7380 -0.0135873 +7381 -0.0135841 +7382 -0.013581 +7383 -0.0135778 +7384 -0.0135746 +7385 -0.0135714 +7386 -0.0135683 +7387 -0.0135651 +7388 -0.0135619 +7389 -0.0135587 +7390 -0.0135556 +7391 -0.0135524 +7392 -0.0135492 +7393 -0.013546 +7394 -0.0135429 +7395 -0.0135397 +7396 -0.0135365 +7397 -0.0135333 +7398 -0.0135302 +7399 -0.013527 +7400 -0.0135238 +7401 -0.0135206 +7402 -0.0135175 +7403 -0.0135143 +7404 -0.0135111 +7405 -0.0135079 +7406 -0.0135048 +7407 -0.0135016 +7408 -0.0134984 +7409 -0.0134952 +7410 -0.0134921 +7411 -0.0134889 +7412 -0.0134857 +7413 -0.0134825 +7414 -0.0134794 +7415 -0.0134762 +7416 -0.013473 +7417 -0.0134698 +7418 -0.0134667 +7419 -0.0134635 +7420 -0.0134603 +7421 -0.0134571 +7422 -0.013454 +7423 -0.0134508 +7424 -0.0134476 +7425 -0.0134444 +7426 -0.0134413 +7427 -0.0134381 +7428 -0.0134349 +7429 -0.0134317 +7430 -0.0134286 +7431 -0.0134254 +7432 -0.0134222 +7433 -0.013419 +7434 -0.0134159 +7435 -0.0134127 +7436 -0.0134095 +7437 -0.0134063 +7438 -0.0134032 +7439 -0.0134 +7440 -0.0134161 +7441 -0.0134323 +7442 -0.0134484 +7443 -0.0134645 +7444 -0.0134806 +7445 -0.0134968 +7446 -0.0135129 +7447 -0.013529 +7448 -0.0135452 +7449 -0.0135613 +7450 -0.0135774 +7451 -0.0135935 +7452 -0.0136097 +7453 -0.0136258 +7454 -0.0136419 +7455 -0.0136581 +7456 -0.0136742 +7457 -0.0136903 +7458 -0.0137065 +7459 -0.0137226 +7460 -0.0137387 +7461 -0.0137548 +7462 -0.013771 +7463 -0.0137871 +7464 -0.0138032 +7465 -0.0138194 +7466 -0.0138355 +7467 -0.0138516 +7468 -0.0138677 +7469 -0.0138839 +7470 -0.0139 +7471 -0.0139161 +7472 -0.0139323 +7473 -0.0139484 +7474 -0.0139645 +7475 -0.0139806 +7476 -0.0139968 +7477 -0.0140129 +7478 -0.014029 +7479 -0.0140452 +7480 -0.0140613 +7481 -0.0140774 +7482 -0.0140935 +7483 -0.0141097 +7484 -0.0141258 +7485 -0.0141419 +7486 -0.0141581 +7487 -0.0141742 +7488 -0.0141903 +7489 -0.0142065 +7490 -0.0142226 +7491 -0.0142387 +7492 -0.0142548 +7493 -0.014271 +7494 -0.0142871 +7495 -0.0143032 +7496 -0.0143194 +7497 -0.0143355 +7498 -0.0143516 +7499 -0.0143677 +7500 -0.0143839 +7501 -0.0144 +7502 -0.0143841 +7503 -0.0143683 +7504 -0.0143524 +7505 -0.0143365 +7506 -0.0143206 +7507 -0.0143048 +7508 -0.0142889 +7509 -0.014273 +7510 -0.0142571 +7511 -0.0142413 +7512 -0.0142254 +7513 -0.0142095 +7514 -0.0141937 +7515 -0.0141778 +7516 -0.0141619 +7517 -0.014146 +7518 -0.0141302 +7519 -0.0141143 +7520 -0.0140984 +7521 -0.0140825 +7522 -0.0140667 +7523 -0.0140508 +7524 -0.0140349 +7525 -0.014019 +7526 -0.0140032 +7527 -0.0139873 +7528 -0.0139714 +7529 -0.0139556 +7530 -0.0139397 +7531 -0.0139238 +7532 -0.0139079 +7533 -0.0138921 +7534 -0.0138762 +7535 -0.0138603 +7536 -0.0138444 +7537 -0.0138286 +7538 -0.0138127 +7539 -0.0137968 +7540 -0.013781 +7541 -0.0137651 +7542 -0.0137492 +7543 -0.0137333 +7544 -0.0137175 +7545 -0.0137016 +7546 -0.0136857 +7547 -0.0136698 +7548 -0.013654 +7549 -0.0136381 +7550 -0.0136222 +7551 -0.0136063 +7552 -0.0135905 +7553 -0.0135746 +7554 -0.0135587 +7555 -0.0135429 +7556 -0.013527 +7557 -0.0135111 +7558 -0.0134952 +7559 -0.0134794 +7560 -0.0134635 +7561 -0.0134476 +7562 -0.0134317 +7563 -0.0134159 +7564 -0.0134 +7565 -0.0133774 +7566 -0.0133548 +7567 -0.0133323 +7568 -0.0133097 +7569 -0.0132871 +7570 -0.0132645 +7571 -0.0132419 +7572 -0.0132194 +7573 -0.0131968 +7574 -0.0131742 +7575 -0.0131516 +7576 -0.013129 +7577 -0.0131065 +7578 -0.0130839 +7579 -0.0130613 +7580 -0.0130387 +7581 -0.0130161 +7582 -0.0129935 +7583 -0.012971 +7584 -0.0129484 +7585 -0.0129258 +7586 -0.0129032 +7587 -0.0128806 +7588 -0.0128581 +7589 -0.0128355 +7590 -0.0128129 +7591 -0.0127903 +7592 -0.0127677 +7593 -0.0127452 +7594 -0.0127226 +7595 -0.0127 +7596 -0.0126774 +7597 -0.0126548 +7598 -0.0126323 +7599 -0.0126097 +7600 -0.0125871 +7601 -0.0125645 +7602 -0.0125419 +7603 -0.0125194 +7604 -0.0124968 +7605 -0.0124742 +7606 -0.0124516 +7607 -0.012429 +7608 -0.0124065 +7609 -0.0123839 +7610 -0.0123613 +7611 -0.0123387 +7612 -0.0123161 +7613 -0.0122935 +7614 -0.012271 +7615 -0.0122484 +7616 -0.0122258 +7617 -0.0122032 +7618 -0.0121806 +7619 -0.0121581 +7620 -0.0121355 +7621 -0.0121129 +7622 -0.0120903 +7623 -0.0120677 +7624 -0.0120452 +7625 -0.0120226 +7626 -0.012 +7627 -0.011973 +7628 -0.011946 +7629 -0.011919 +7630 -0.0118921 +7631 -0.0118651 +7632 -0.0118381 +7633 -0.0118111 +7634 -0.0117841 +7635 -0.0117571 +7636 -0.0117302 +7637 -0.0117032 +7638 -0.0116762 +7639 -0.0116492 +7640 -0.0116222 +7641 -0.0115952 +7642 -0.0115683 +7643 -0.0115413 +7644 -0.0115143 +7645 -0.0114873 +7646 -0.0114603 +7647 -0.0114333 +7648 -0.0114063 +7649 -0.0113794 +7650 -0.0113524 +7651 -0.0113254 +7652 -0.0112984 +7653 -0.0112714 +7654 -0.0112444 +7655 -0.0112175 +7656 -0.0111905 +7657 -0.0111635 +7658 -0.0111365 +7659 -0.0111095 +7660 -0.0110825 +7661 -0.0110556 +7662 -0.0110286 +7663 -0.0110016 +7664 -0.0109746 +7665 -0.0109476 +7666 -0.0109206 +7667 -0.0108937 +7668 -0.0108667 +7669 -0.0108397 +7670 -0.0108127 +7671 -0.0107857 +7672 -0.0107587 +7673 -0.0107317 +7674 -0.0107048 +7675 -0.0106778 +7676 -0.0106508 +7677 -0.0106238 +7678 -0.0105968 +7679 -0.0105698 +7680 -0.0105429 +7681 -0.0105159 +7682 -0.0104889 +7683 -0.0104619 +7684 -0.0104349 +7685 -0.0104079 +7686 -0.010381 +7687 -0.010354 +7688 -0.010327 +7689 -0.0103 +7690 -0.0102984 +7691 -0.0102968 +7692 -0.0102952 +7693 -0.0102935 +7694 -0.0102919 +7695 -0.0102903 +7696 -0.0102887 +7697 -0.0102871 +7698 -0.0102855 +7699 -0.0102839 +7700 -0.0102823 +7701 -0.0102806 +7702 -0.010279 +7703 -0.0102774 +7704 -0.0102758 +7705 -0.0102742 +7706 -0.0102726 +7707 -0.010271 +7708 -0.0102694 +7709 -0.0102677 +7710 -0.0102661 +7711 -0.0102645 +7712 -0.0102629 +7713 -0.0102613 +7714 -0.0102597 +7715 -0.0102581 +7716 -0.0102565 +7717 -0.0102548 +7718 -0.0102532 +7719 -0.0102516 +7720 -0.01025 +7721 -0.0102484 +7722 -0.0102468 +7723 -0.0102452 +7724 -0.0102435 +7725 -0.0102419 +7726 -0.0102403 +7727 -0.0102387 +7728 -0.0102371 +7729 -0.0102355 +7730 -0.0102339 +7731 -0.0102323 +7732 -0.0102306 +7733 -0.010229 +7734 -0.0102274 +7735 -0.0102258 +7736 -0.0102242 +7737 -0.0102226 +7738 -0.010221 +7739 -0.0102194 +7740 -0.0102177 +7741 -0.0102161 +7742 -0.0102145 +7743 -0.0102129 +7744 -0.0102113 +7745 -0.0102097 +7746 -0.0102081 +7747 -0.0102065 +7748 -0.0102048 +7749 -0.0102032 +7750 -0.0102016 +7751 -0.0102 +7752 -0.0101533 +7753 -0.0101067 +7754 -0.01006 +7755 -0.0100133 +7756 -0.00996667 +7757 -0.00992 +7758 -0.00987333 +7759 -0.00982667 +7760 -0.00978 +7761 -0.00973333 +7762 -0.00968667 +7763 -0.00964 +7764 -0.00959333 +7765 -0.00954667 +7766 -0.0095 +7767 -0.00945333 +7768 -0.00940667 +7769 -0.00936 +7770 -0.00931333 +7771 -0.00926667 +7772 -0.00922 +7773 -0.00917333 +7774 -0.00912667 +7775 -0.00908 +7776 -0.00903333 +7777 -0.00898667 +7778 -0.00894 +7779 -0.00889333 +7780 -0.00884667 +7781 -0.0088 +7782 -0.00875333 +7783 -0.00870667 +7784 -0.00866 +7785 -0.00861333 +7786 -0.00856667 +7787 -0.00852 +7788 -0.00847333 +7789 -0.00842667 +7790 -0.00838 +7791 -0.00833333 +7792 -0.00828667 +7793 -0.00824 +7794 -0.00819333 +7795 -0.00814667 +7796 -0.0081 +7797 -0.00805333 +7798 -0.00800667 +7799 -0.00796 +7800 -0.00791333 +7801 -0.00786667 +7802 -0.00782 +7803 -0.00777333 +7804 -0.00772667 +7805 -0.00768 +7806 -0.00763333 +7807 -0.00758667 +7808 -0.00754 +7809 -0.00749333 +7810 -0.00744667 +7811 -0.0074 +7812 -0.00735333 +7813 -0.00730667 +7814 -0.00726 +7815 -0.00725532 +7816 -0.00725065 +7817 -0.00724597 +7818 -0.00724129 +7819 -0.00723661 +7820 -0.00723194 +7821 -0.00722726 +7822 -0.00722258 +7823 -0.0072179 +7824 -0.00721323 +7825 -0.00720855 +7826 -0.00720387 +7827 -0.00719919 +7828 -0.00719452 +7829 -0.00718984 +7830 -0.00718516 +7831 -0.00718048 +7832 -0.00717581 +7833 -0.00717113 +7834 -0.00716645 +7835 -0.00716177 +7836 -0.0071571 +7837 -0.00715242 +7838 -0.00714774 +7839 -0.00714306 +7840 -0.00713839 +7841 -0.00713371 +7842 -0.00712903 +7843 -0.00712435 +7844 -0.00711968 +7845 -0.007115 +7846 -0.00711032 +7847 -0.00710565 +7848 -0.00710097 +7849 -0.00709629 +7850 -0.00709161 +7851 -0.00708694 +7852 -0.00708226 +7853 -0.00707758 +7854 -0.0070729 +7855 -0.00706823 +7856 -0.00706355 +7857 -0.00705887 +7858 -0.00705419 +7859 -0.00704952 +7860 -0.00704484 +7861 -0.00704016 +7862 -0.00703548 +7863 -0.00703081 +7864 -0.00702613 +7865 -0.00702145 +7866 -0.00701677 +7867 -0.0070121 +7868 -0.00700742 +7869 -0.00700274 +7870 -0.00699806 +7871 -0.00699339 +7872 -0.00698871 +7873 -0.00698403 +7874 -0.00697935 +7875 -0.00697468 +7876 -0.00697 +7877 -0.00693635 +7878 -0.0069027 +7879 -0.00686905 +7880 -0.0068354 +7881 -0.00680175 +7882 -0.0067681 +7883 -0.00673444 +7884 -0.00670079 +7885 -0.00666714 +7886 -0.00663349 +7887 -0.00659984 +7888 -0.00656619 +7889 -0.00653254 +7890 -0.00649889 +7891 -0.00646524 +7892 -0.00643159 +7893 -0.00639794 +7894 -0.00636429 +7895 -0.00633063 +7896 -0.00629698 +7897 -0.00626333 +7898 -0.00622968 +7899 -0.00619603 +7900 -0.00616238 +7901 -0.00612873 +7902 -0.00609508 +7903 -0.00606143 +7904 -0.00602778 +7905 -0.00599413 +7906 -0.00596048 +7907 -0.00592683 +7908 -0.00589317 +7909 -0.00585952 +7910 -0.00582587 +7911 -0.00579222 +7912 -0.00575857 +7913 -0.00572492 +7914 -0.00569127 +7915 -0.00565762 +7916 -0.00562397 +7917 -0.00559032 +7918 -0.00555667 +7919 -0.00552302 +7920 -0.00548937 +7921 -0.00545571 +7922 -0.00542206 +7923 -0.00538841 +7924 -0.00535476 +7925 -0.00532111 +7926 -0.00528746 +7927 -0.00525381 +7928 -0.00522016 +7929 -0.00518651 +7930 -0.00515286 +7931 -0.00511921 +7932 -0.00508556 +7933 -0.0050519 +7934 -0.00501825 +7935 -0.0049846 +7936 -0.00495095 +7937 -0.0049173 +7938 -0.00488365 +7939 -0.00485 +7940 -0.00482823 +7941 -0.00480645 +7942 -0.00478468 +7943 -0.0047629 +7944 -0.00474113 +7945 -0.00471935 +7946 -0.00469758 +7947 -0.00467581 +7948 -0.00465403 +7949 -0.00463226 +7950 -0.00461048 +7951 -0.00458871 +7952 -0.00456694 +7953 -0.00454516 +7954 -0.00452339 +7955 -0.00450161 +7956 -0.00447984 +7957 -0.00445806 +7958 -0.00443629 +7959 -0.00441452 +7960 -0.00439274 +7961 -0.00437097 +7962 -0.00434919 +7963 -0.00432742 +7964 -0.00430565 +7965 -0.00428387 +7966 -0.0042621 +7967 -0.00424032 +7968 -0.00421855 +7969 -0.00419677 +7970 -0.004175 +7971 -0.00415323 +7972 -0.00413145 +7973 -0.00410968 +7974 -0.0040879 +7975 -0.00406613 +7976 -0.00404435 +7977 -0.00402258 +7978 -0.00400081 +7979 -0.00397903 +7980 -0.00395726 +7981 -0.00393548 +7982 -0.00391371 +7983 -0.00389194 +7984 -0.00387016 +7985 -0.00384839 +7986 -0.00382661 +7987 -0.00380484 +7988 -0.00378306 +7989 -0.00376129 +7990 -0.00373952 +7991 -0.00371774 +7992 -0.00369597 +7993 -0.00367419 +7994 -0.00365242 +7995 -0.00363065 +7996 -0.00360887 +7997 -0.0035871 +7998 -0.00356532 +7999 -0.00354355 +8000 -0.00352177 +8001 -0.0035 +8002 -0.00344946 +8003 -0.00339892 +8004 -0.00334838 +8005 -0.00329784 +8006 -0.0032473 +8007 -0.00319676 +8008 -0.00314622 +8009 -0.00309568 +8010 -0.00304514 +8011 -0.0029946 +8012 -0.00294406 +8013 -0.00289352 +8014 -0.00284298 +8015 -0.00279244 +8016 -0.0027419 +8017 -0.00269137 +8018 -0.00264083 +8019 -0.00259029 +8020 -0.00253975 +8021 -0.00248921 +8022 -0.00243867 +8023 -0.00238813 +8024 -0.00233759 +8025 -0.00228705 +8026 -0.00223651 +8027 -0.00218597 +8028 -0.00213543 +8029 -0.00208489 +8030 -0.00203435 +8031 -0.00198381 +8032 -0.00193327 +8033 -0.00188273 +8034 -0.00183219 +8035 -0.00178165 +8036 -0.00173111 +8037 -0.00168057 +8038 -0.00163003 +8039 -0.00157949 +8040 -0.00152895 +8041 -0.00147841 +8042 -0.00142787 +8043 -0.00137733 +8044 -0.00132679 +8045 -0.00127625 +8046 -0.00122571 +8047 -0.00117517 +8048 -0.00112463 +8049 -0.0010741 +8050 -0.00102356 +8051 -0.000973016 +8052 -0.000922476 +8053 -0.000871937 +8054 -0.000821397 +8055 -0.000770857 +8056 -0.000720317 +8057 -0.000669778 +8058 -0.000619238 +8059 -0.000568698 +8060 -0.000518159 +8061 -0.000467619 +8062 -0.000417079 +8063 -0.00036654 +8064 -0.000316 +8065 -0.000314452 +8066 -0.000312903 +8067 -0.000311355 +8068 -0.000309806 +8069 -0.000308258 +8070 -0.00030671 +8071 -0.000305161 +8072 -0.000303613 +8073 -0.000302065 +8074 -0.000300516 +8075 -0.000298968 +8076 -0.000297419 +8077 -0.000295871 +8078 -0.000294323 +8079 -0.000292774 +8080 -0.000291226 +8081 -0.000289677 +8082 -0.000288129 +8083 -0.000286581 +8084 -0.000285032 +8085 -0.000283484 +8086 -0.000281935 +8087 -0.000280387 +8088 -0.000278839 +8089 -0.00027729 +8090 -0.000275742 +8091 -0.000274194 +8092 -0.000272645 +8093 -0.000271097 +8094 -0.000269548 +8095 -0.000268 +8096 -0.000266452 +8097 -0.000264903 +8098 -0.000263355 +8099 -0.000261806 +8100 -0.000260258 +8101 -0.00025871 +8102 -0.000257161 +8103 -0.000255613 +8104 -0.000254065 +8105 -0.000252516 +8106 -0.000250968 +8107 -0.000249419 +8108 -0.000247871 +8109 -0.000246323 +8110 -0.000244774 +8111 -0.000243226 +8112 -0.000241677 +8113 -0.000240129 +8114 -0.000238581 +8115 -0.000237032 +8116 -0.000235484 +8117 -0.000233935 +8118 -0.000232387 +8119 -0.000230839 +8120 -0.00022929 +8121 -0.000227742 +8122 -0.000226194 +8123 -0.000224645 +8124 -0.000223097 +8125 -0.000221548 +8126 -0.00022 +8127 -0.000174127 +8128 -0.000128254 +8129 -8.2381e-05 +8130 -3.65079e-05 +8131 9.36508e-06 +8132 5.52381e-05 +8133 0.000101111 +8134 0.000146984 +8135 0.000192857 +8136 0.00023873 +8137 0.000284603 +8138 0.000330476 +8139 0.000376349 +8140 0.000422222 +8141 0.000468095 +8142 0.000513968 +8143 0.000559841 +8144 0.000605714 +8145 0.000651587 +8146 0.00069746 +8147 0.000743333 +8148 0.000789206 +8149 0.000835079 +8150 0.000880952 +8151 0.000926825 +8152 0.000972698 +8153 0.00101857 +8154 0.00106444 +8155 0.00111032 +8156 0.00115619 +8157 0.00120206 +8158 0.00124794 +8159 0.00129381 +8160 0.00133968 +8161 0.00138556 +8162 0.00143143 +8163 0.0014773 +8164 0.00152317 +8165 0.00156905 +8166 0.00161492 +8167 0.00166079 +8168 0.00170667 +8169 0.00175254 +8170 0.00179841 +8171 0.00184429 +8172 0.00189016 +8173 0.00193603 +8174 0.0019819 +8175 0.00202778 +8176 0.00207365 +8177 0.00211952 +8178 0.0021654 +8179 0.00221127 +8180 0.00225714 +8181 0.00230302 +8182 0.00234889 +8183 0.00239476 +8184 0.00244063 +8185 0.00248651 +8186 0.00253238 +8187 0.00257825 +8188 0.00262413 +8189 0.00267 +8190 0.00268403 +8191 0.00269806 +8192 0.0027121 +8193 0.00272613 +8194 0.00274016 +8195 0.00275419 +8196 0.00276823 +8197 0.00278226 +8198 0.00279629 +8199 0.00281032 +8200 0.00282435 +8201 0.00283839 +8202 0.00285242 +8203 0.00286645 +8204 0.00288048 +8205 0.00289452 +8206 0.00290855 +8207 0.00292258 +8208 0.00293661 +8209 0.00295065 +8210 0.00296468 +8211 0.00297871 +8212 0.00299274 +8213 0.00300677 +8214 0.00302081 +8215 0.00303484 +8216 0.00304887 +8217 0.0030629 +8218 0.00307694 +8219 0.00309097 +8220 0.003105 +8221 0.00311903 +8222 0.00313306 +8223 0.0031471 +8224 0.00316113 +8225 0.00317516 +8226 0.00318919 +8227 0.00320323 +8228 0.00321726 +8229 0.00323129 +8230 0.00324532 +8231 0.00325935 +8232 0.00327339 +8233 0.00328742 +8234 0.00330145 +8235 0.00331548 +8236 0.00332952 +8237 0.00334355 +8238 0.00335758 +8239 0.00337161 +8240 0.00338565 +8241 0.00339968 +8242 0.00341371 +8243 0.00342774 +8244 0.00344177 +8245 0.00345581 +8246 0.00346984 +8247 0.00348387 +8248 0.0034979 +8249 0.00351194 +8250 0.00352597 +8251 0.00354 +8252 0.00355683 +8253 0.00357365 +8254 0.00359048 +8255 0.0036073 +8256 0.00362413 +8257 0.00364095 +8258 0.00365778 +8259 0.0036746 +8260 0.00369143 +8261 0.00370825 +8262 0.00372508 +8263 0.0037419 +8264 0.00375873 +8265 0.00377556 +8266 0.00379238 +8267 0.00380921 +8268 0.00382603 +8269 0.00384286 +8270 0.00385968 +8271 0.00387651 +8272 0.00389333 +8273 0.00391016 +8274 0.00392698 +8275 0.00394381 +8276 0.00396063 +8277 0.00397746 +8278 0.00399429 +8279 0.00401111 +8280 0.00402794 +8281 0.00404476 +8282 0.00406159 +8283 0.00407841 +8284 0.00409524 +8285 0.00411206 +8286 0.00412889 +8287 0.00414571 +8288 0.00416254 +8289 0.00417937 +8290 0.00419619 +8291 0.00421302 +8292 0.00422984 +8293 0.00424667 +8294 0.00426349 +8295 0.00428032 +8296 0.00429714 +8297 0.00431397 +8298 0.00433079 +8299 0.00434762 +8300 0.00436444 +8301 0.00438127 +8302 0.0043981 +8303 0.00441492 +8304 0.00443175 +8305 0.00444857 +8306 0.0044654 +8307 0.00448222 +8308 0.00449905 +8309 0.00451587 +8310 0.0045327 +8311 0.00454952 +8312 0.00456635 +8313 0.00458317 +8314 0.0046 +8315 0.00460306 +8316 0.00460613 +8317 0.00460919 +8318 0.00461226 +8319 0.00461532 +8320 0.00461839 +8321 0.00462145 +8322 0.00462452 +8323 0.00462758 +8324 0.00463065 +8325 0.00463371 +8326 0.00463677 +8327 0.00463984 +8328 0.0046429 +8329 0.00464597 +8330 0.00464903 +8331 0.0046521 +8332 0.00465516 +8333 0.00465823 +8334 0.00466129 +8335 0.00466435 +8336 0.00466742 +8337 0.00467048 +8338 0.00467355 +8339 0.00467661 +8340 0.00467968 +8341 0.00468274 +8342 0.00468581 +8343 0.00468887 +8344 0.00469194 +8345 0.004695 +8346 0.00469806 +8347 0.00470113 +8348 0.00470419 +8349 0.00470726 +8350 0.00471032 +8351 0.00471339 +8352 0.00471645 +8353 0.00471952 +8354 0.00472258 +8355 0.00472565 +8356 0.00472871 +8357 0.00473177 +8358 0.00473484 +8359 0.0047379 +8360 0.00474097 +8361 0.00474403 +8362 0.0047471 +8363 0.00475016 +8364 0.00475323 +8365 0.00475629 +8366 0.00475935 +8367 0.00476242 +8368 0.00476548 +8369 0.00476855 +8370 0.00477161 +8371 0.00477468 +8372 0.00477774 +8373 0.00478081 +8374 0.00478387 +8375 0.00478694 +8376 0.00479 +8377 0.00479 +8378 0.00479 +8379 0.00479 +8380 0.00479 +8381 0.00479 +8382 0.00479 +8383 0.00479 +8384 0.00479 +8385 0.00479 +8386 0.00479 +8387 0.00479 +8388 0.00479 +8389 0.00479 +8390 0.00479 +8391 0.00479 +8392 0.00479 +8393 0.00479 +8394 0.00479 +8395 0.00479 +8396 0.00479 +8397 0.00479 +8398 0.00479 +8399 0.00479 +8400 0.00479 +8401 0.00479 +8402 0.00479 +8403 0.00479 +8404 0.00479 +8405 0.00479 +8406 0.00479 +8407 0.00479 +8408 0.00479 +8409 0.00479 +8410 0.00479 +8411 0.00479 +8412 0.00479 +8413 0.00479 +8414 0.00479 +8415 0.00479 +8416 0.00479 +8417 0.00479 +8418 0.00479 +8419 0.00479 +8420 0.00479 +8421 0.00479 +8422 0.00479 +8423 0.00479 +8424 0.00479 +8425 0.00479 +8426 0.00479 +8427 0.00479 +8428 0.00479 +8429 0.00479 +8430 0.00479 +8431 0.00479 +8432 0.00479 +8433 0.00479 +8434 0.00479 +8435 0.00479 +8436 0.00479 +8437 0.00479 +8438 0.00479 +8439 0.00479 +8440 0.00480097 +8441 0.00481194 +8442 0.0048229 +8443 0.00483387 +8444 0.00484484 +8445 0.00485581 +8446 0.00486677 +8447 0.00487774 +8448 0.00488871 +8449 0.00489968 +8450 0.00491065 +8451 0.00492161 +8452 0.00493258 +8453 0.00494355 +8454 0.00495452 +8455 0.00496548 +8456 0.00497645 +8457 0.00498742 +8458 0.00499839 +8459 0.00500935 +8460 0.00502032 +8461 0.00503129 +8462 0.00504226 +8463 0.00505323 +8464 0.00506419 +8465 0.00507516 +8466 0.00508613 +8467 0.0050971 +8468 0.00510806 +8469 0.00511903 +8470 0.00513 +8471 0.00514097 +8472 0.00515194 +8473 0.0051629 +8474 0.00517387 +8475 0.00518484 +8476 0.00519581 +8477 0.00520677 +8478 0.00521774 +8479 0.00522871 +8480 0.00523968 +8481 0.00525065 +8482 0.00526161 +8483 0.00527258 +8484 0.00528355 +8485 0.00529452 +8486 0.00530548 +8487 0.00531645 +8488 0.00532742 +8489 0.00533839 +8490 0.00534935 +8491 0.00536032 +8492 0.00537129 +8493 0.00538226 +8494 0.00539323 +8495 0.00540419 +8496 0.00541516 +8497 0.00542613 +8498 0.0054371 +8499 0.00544806 +8500 0.00545903 +8501 0.00547 +8502 0.00548841 +8503 0.00550683 +8504 0.00552524 +8505 0.00554365 +8506 0.00556206 +8507 0.00558048 +8508 0.00559889 +8509 0.0056173 +8510 0.00563571 +8511 0.00565413 +8512 0.00567254 +8513 0.00569095 +8514 0.00570937 +8515 0.00572778 +8516 0.00574619 +8517 0.0057646 +8518 0.00578302 +8519 0.00580143 +8520 0.00581984 +8521 0.00583825 +8522 0.00585667 +8523 0.00587508 +8524 0.00589349 +8525 0.0059119 +8526 0.00593032 +8527 0.00594873 +8528 0.00596714 +8529 0.00598556 +8530 0.00600397 +8531 0.00602238 +8532 0.00604079 +8533 0.00605921 +8534 0.00607762 +8535 0.00609603 +8536 0.00611444 +8537 0.00613286 +8538 0.00615127 +8539 0.00616968 +8540 0.0061881 +8541 0.00620651 +8542 0.00622492 +8543 0.00624333 +8544 0.00626175 +8545 0.00628016 +8546 0.00629857 +8547 0.00631698 +8548 0.0063354 +8549 0.00635381 +8550 0.00637222 +8551 0.00639063 +8552 0.00640905 +8553 0.00642746 +8554 0.00644587 +8555 0.00646429 +8556 0.0064827 +8557 0.00650111 +8558 0.00651952 +8559 0.00653794 +8560 0.00655635 +8561 0.00657476 +8562 0.00659317 +8563 0.00661159 +8564 0.00663 +8565 0.00665177 +8566 0.00667355 +8567 0.00669532 +8568 0.0067171 +8569 0.00673887 +8570 0.00676065 +8571 0.00678242 +8572 0.00680419 +8573 0.00682597 +8574 0.00684774 +8575 0.00686952 +8576 0.00689129 +8577 0.00691306 +8578 0.00693484 +8579 0.00695661 +8580 0.00697839 +8581 0.00700016 +8582 0.00702194 +8583 0.00704371 +8584 0.00706548 +8585 0.00708726 +8586 0.00710903 +8587 0.00713081 +8588 0.00715258 +8589 0.00717435 +8590 0.00719613 +8591 0.0072179 +8592 0.00723968 +8593 0.00726145 +8594 0.00728323 +8595 0.007305 +8596 0.00732677 +8597 0.00734855 +8598 0.00737032 +8599 0.0073921 +8600 0.00741387 +8601 0.00743565 +8602 0.00745742 +8603 0.00747919 +8604 0.00750097 +8605 0.00752274 +8606 0.00754452 +8607 0.00756629 +8608 0.00758806 +8609 0.00760984 +8610 0.00763161 +8611 0.00765339 +8612 0.00767516 +8613 0.00769694 +8614 0.00771871 +8615 0.00774048 +8616 0.00776226 +8617 0.00778403 +8618 0.00780581 +8619 0.00782758 +8620 0.00784935 +8621 0.00787113 +8622 0.0078929 +8623 0.00791468 +8624 0.00793645 +8625 0.00795823 +8626 0.00798 +8627 0.00800286 +8628 0.00802571 +8629 0.00804857 +8630 0.00807143 +8631 0.00809429 +8632 0.00811714 +8633 0.00814 +8634 0.00816286 +8635 0.00818571 +8636 0.00820857 +8637 0.00823143 +8638 0.00825429 +8639 0.00827714 +8640 0.0083 +8641 0.00832286 +8642 0.00834571 +8643 0.00836857 +8644 0.00839143 +8645 0.00841429 +8646 0.00843714 +8647 0.00846 +8648 0.00848286 +8649 0.00850571 +8650 0.00852857 +8651 0.00855143 +8652 0.00857429 +8653 0.00859714 +8654 0.00862 +8655 0.00864286 +8656 0.00866571 +8657 0.00868857 +8658 0.00871143 +8659 0.00873429 +8660 0.00875714 +8661 0.00878 +8662 0.00880286 +8663 0.00882571 +8664 0.00884857 +8665 0.00887143 +8666 0.00889429 +8667 0.00891714 +8668 0.00894 +8669 0.00896286 +8670 0.00898571 +8671 0.00900857 +8672 0.00903143 +8673 0.00905429 +8674 0.00907714 +8675 0.0091 +8676 0.00912286 +8677 0.00914571 +8678 0.00916857 +8679 0.00919143 +8680 0.00921429 +8681 0.00923714 +8682 0.00926 +8683 0.00928286 +8684 0.00930571 +8685 0.00932857 +8686 0.00935143 +8687 0.00937429 +8688 0.00939714 +8689 0.00942 +8690 0.00942468 +8691 0.00942935 +8692 0.00943403 +8693 0.00943871 +8694 0.00944339 +8695 0.00944806 +8696 0.00945274 +8697 0.00945742 +8698 0.0094621 +8699 0.00946677 +8700 0.00947145 +8701 0.00947613 +8702 0.00948081 +8703 0.00948548 +8704 0.00949016 +8705 0.00949484 +8706 0.00949952 +8707 0.00950419 +8708 0.00950887 +8709 0.00951355 +8710 0.00951823 +8711 0.0095229 +8712 0.00952758 +8713 0.00953226 +8714 0.00953694 +8715 0.00954161 +8716 0.00954629 +8717 0.00955097 +8718 0.00955565 +8719 0.00956032 +8720 0.009565 +8721 0.00956968 +8722 0.00957435 +8723 0.00957903 +8724 0.00958371 +8725 0.00958839 +8726 0.00959306 +8727 0.00959774 +8728 0.00960242 +8729 0.0096071 +8730 0.00961177 +8731 0.00961645 +8732 0.00962113 +8733 0.00962581 +8734 0.00963048 +8735 0.00963516 +8736 0.00963984 +8737 0.00964452 +8738 0.00964919 +8739 0.00965387 +8740 0.00965855 +8741 0.00966323 +8742 0.0096679 +8743 0.00967258 +8744 0.00967726 +8745 0.00968194 +8746 0.00968661 +8747 0.00969129 +8748 0.00969597 +8749 0.00970065 +8750 0.00970532 +8751 0.00971 +8752 0.00973683 +8753 0.00976365 +8754 0.00979048 +8755 0.0098173 +8756 0.00984413 +8757 0.00987095 +8758 0.00989778 +8759 0.0099246 +8760 0.00995143 +8761 0.00997825 +8762 0.0100051 +8763 0.0100319 +8764 0.0100587 +8765 0.0100856 +8766 0.0101124 +8767 0.0101392 +8768 0.010166 +8769 0.0101929 +8770 0.0102197 +8771 0.0102465 +8772 0.0102733 +8773 0.0103002 +8774 0.010327 +8775 0.0103538 +8776 0.0103806 +8777 0.0104075 +8778 0.0104343 +8779 0.0104611 +8780 0.0104879 +8781 0.0105148 +8782 0.0105416 +8783 0.0105684 +8784 0.0105952 +8785 0.0106221 +8786 0.0106489 +8787 0.0106757 +8788 0.0107025 +8789 0.0107294 +8790 0.0107562 +8791 0.010783 +8792 0.0108098 +8793 0.0108367 +8794 0.0108635 +8795 0.0108903 +8796 0.0109171 +8797 0.010944 +8798 0.0109708 +8799 0.0109976 +8800 0.0110244 +8801 0.0110513 +8802 0.0110781 +8803 0.0111049 +8804 0.0111317 +8805 0.0111586 +8806 0.0111854 +8807 0.0112122 +8808 0.011239 +8809 0.0112659 +8810 0.0112927 +8811 0.0113195 +8812 0.0113463 +8813 0.0113732 +8814 0.0114 +8815 0.0113968 +8816 0.0113935 +8817 0.0113903 +8818 0.0113871 +8819 0.0113839 +8820 0.0113806 +8821 0.0113774 +8822 0.0113742 +8823 0.011371 +8824 0.0113677 +8825 0.0113645 +8826 0.0113613 +8827 0.0113581 +8828 0.0113548 +8829 0.0113516 +8830 0.0113484 +8831 0.0113452 +8832 0.0113419 +8833 0.0113387 +8834 0.0113355 +8835 0.0113323 +8836 0.011329 +8837 0.0113258 +8838 0.0113226 +8839 0.0113194 +8840 0.0113161 +8841 0.0113129 +8842 0.0113097 +8843 0.0113065 +8844 0.0113032 +8845 0.0113 +8846 0.0112968 +8847 0.0112935 +8848 0.0112903 +8849 0.0112871 +8850 0.0112839 +8851 0.0112806 +8852 0.0112774 +8853 0.0112742 +8854 0.011271 +8855 0.0112677 +8856 0.0112645 +8857 0.0112613 +8858 0.0112581 +8859 0.0112548 +8860 0.0112516 +8861 0.0112484 +8862 0.0112452 +8863 0.0112419 +8864 0.0112387 +8865 0.0112355 +8866 0.0112323 +8867 0.011229 +8868 0.0112258 +8869 0.0112226 +8870 0.0112194 +8871 0.0112161 +8872 0.0112129 +8873 0.0112097 +8874 0.0112065 +8875 0.0112032 +8876 0.0112 +8877 0.0111968 +8878 0.0111937 +8879 0.0111905 +8880 0.0111873 +8881 0.0111841 +8882 0.011181 +8883 0.0111778 +8884 0.0111746 +8885 0.0111714 +8886 0.0111683 +8887 0.0111651 +8888 0.0111619 +8889 0.0111587 +8890 0.0111556 +8891 0.0111524 +8892 0.0111492 +8893 0.011146 +8894 0.0111429 +8895 0.0111397 +8896 0.0111365 +8897 0.0111333 +8898 0.0111302 +8899 0.011127 +8900 0.0111238 +8901 0.0111206 +8902 0.0111175 +8903 0.0111143 +8904 0.0111111 +8905 0.0111079 +8906 0.0111048 +8907 0.0111016 +8908 0.0110984 +8909 0.0110952 +8910 0.0110921 +8911 0.0110889 +8912 0.0110857 +8913 0.0110825 +8914 0.0110794 +8915 0.0110762 +8916 0.011073 +8917 0.0110698 +8918 0.0110667 +8919 0.0110635 +8920 0.0110603 +8921 0.0110571 +8922 0.011054 +8923 0.0110508 +8924 0.0110476 +8925 0.0110444 +8926 0.0110413 +8927 0.0110381 +8928 0.0110349 +8929 0.0110317 +8930 0.0110286 +8931 0.0110254 +8932 0.0110222 +8933 0.011019 +8934 0.0110159 +8935 0.0110127 +8936 0.0110095 +8937 0.0110063 +8938 0.0110032 +8939 0.011 +8940 0.0110274 +8941 0.0110548 +8942 0.0110823 +8943 0.0111097 +8944 0.0111371 +8945 0.0111645 +8946 0.0111919 +8947 0.0112194 +8948 0.0112468 +8949 0.0112742 +8950 0.0113016 +8951 0.011329 +8952 0.0113565 +8953 0.0113839 +8954 0.0114113 +8955 0.0114387 +8956 0.0114661 +8957 0.0114935 +8958 0.011521 +8959 0.0115484 +8960 0.0115758 +8961 0.0116032 +8962 0.0116306 +8963 0.0116581 +8964 0.0116855 +8965 0.0117129 +8966 0.0117403 +8967 0.0117677 +8968 0.0117952 +8969 0.0118226 +8970 0.01185 +8971 0.0118774 +8972 0.0119048 +8973 0.0119323 +8974 0.0119597 +8975 0.0119871 +8976 0.0120145 +8977 0.0120419 +8978 0.0120694 +8979 0.0120968 +8980 0.0121242 +8981 0.0121516 +8982 0.012179 +8983 0.0122065 +8984 0.0122339 +8985 0.0122613 +8986 0.0122887 +8987 0.0123161 +8988 0.0123435 +8989 0.012371 +8990 0.0123984 +8991 0.0124258 +8992 0.0124532 +8993 0.0124806 +8994 0.0125081 +8995 0.0125355 +8996 0.0125629 +8997 0.0125903 +8998 0.0126177 +8999 0.0126452 +9000 0.0126726 +9001 0.0127 +9002 0.0127175 +9003 0.0127349 +9004 0.0127524 +9005 0.0127698 +9006 0.0127873 +9007 0.0128048 +9008 0.0128222 +9009 0.0128397 +9010 0.0128571 +9011 0.0128746 +9012 0.0128921 +9013 0.0129095 +9014 0.012927 +9015 0.0129444 +9016 0.0129619 +9017 0.0129794 +9018 0.0129968 +9019 0.0130143 +9020 0.0130317 +9021 0.0130492 +9022 0.0130667 +9023 0.0130841 +9024 0.0131016 +9025 0.013119 +9026 0.0131365 +9027 0.013154 +9028 0.0131714 +9029 0.0131889 +9030 0.0132063 +9031 0.0132238 +9032 0.0132413 +9033 0.0132587 +9034 0.0132762 +9035 0.0132937 +9036 0.0133111 +9037 0.0133286 +9038 0.013346 +9039 0.0133635 +9040 0.013381 +9041 0.0133984 +9042 0.0134159 +9043 0.0134333 +9044 0.0134508 +9045 0.0134683 +9046 0.0134857 +9047 0.0135032 +9048 0.0135206 +9049 0.0135381 +9050 0.0135556 +9051 0.013573 +9052 0.0135905 +9053 0.0136079 +9054 0.0136254 +9055 0.0136429 +9056 0.0136603 +9057 0.0136778 +9058 0.0136952 +9059 0.0137127 +9060 0.0137302 +9061 0.0137476 +9062 0.0137651 +9063 0.0137825 +9064 0.0138 +9065 0.0138161 +9066 0.0138323 +9067 0.0138484 +9068 0.0138645 +9069 0.0138806 +9070 0.0138968 +9071 0.0139129 +9072 0.013929 +9073 0.0139452 +9074 0.0139613 +9075 0.0139774 +9076 0.0139935 +9077 0.0140097 +9078 0.0140258 +9079 0.0140419 +9080 0.0140581 +9081 0.0140742 +9082 0.0140903 +9083 0.0141065 +9084 0.0141226 +9085 0.0141387 +9086 0.0141548 +9087 0.014171 +9088 0.0141871 +9089 0.0142032 +9090 0.0142194 +9091 0.0142355 +9092 0.0142516 +9093 0.0142677 +9094 0.0142839 +9095 0.0143 +9096 0.0143161 +9097 0.0143323 +9098 0.0143484 +9099 0.0143645 +9100 0.0143806 +9101 0.0143968 +9102 0.0144129 +9103 0.014429 +9104 0.0144452 +9105 0.0144613 +9106 0.0144774 +9107 0.0144935 +9108 0.0145097 +9109 0.0145258 +9110 0.0145419 +9111 0.0145581 +9112 0.0145742 +9113 0.0145903 +9114 0.0146065 +9115 0.0146226 +9116 0.0146387 +9117 0.0146548 +9118 0.014671 +9119 0.0146871 +9120 0.0147032 +9121 0.0147194 +9122 0.0147355 +9123 0.0147516 +9124 0.0147677 +9125 0.0147839 +9126 0.0148 +9127 0.0148127 +9128 0.0148254 +9129 0.0148381 +9130 0.0148508 +9131 0.0148635 +9132 0.0148762 +9133 0.0148889 +9134 0.0149016 +9135 0.0149143 +9136 0.014927 +9137 0.0149397 +9138 0.0149524 +9139 0.0149651 +9140 0.0149778 +9141 0.0149905 +9142 0.0150032 +9143 0.0150159 +9144 0.0150286 +9145 0.0150413 +9146 0.015054 +9147 0.0150667 +9148 0.0150794 +9149 0.0150921 +9150 0.0151048 +9151 0.0151175 +9152 0.0151302 +9153 0.0151429 +9154 0.0151556 +9155 0.0151683 +9156 0.015181 +9157 0.0151937 +9158 0.0152063 +9159 0.015219 +9160 0.0152317 +9161 0.0152444 +9162 0.0152571 +9163 0.0152698 +9164 0.0152825 +9165 0.0152952 +9166 0.0153079 +9167 0.0153206 +9168 0.0153333 +9169 0.015346 +9170 0.0153587 +9171 0.0153714 +9172 0.0153841 +9173 0.0153968 +9174 0.0154095 +9175 0.0154222 +9176 0.0154349 +9177 0.0154476 +9178 0.0154603 +9179 0.015473 +9180 0.0154857 +9181 0.0154984 +9182 0.0155111 +9183 0.0155238 +9184 0.0155365 +9185 0.0155492 +9186 0.0155619 +9187 0.0155746 +9188 0.0155873 +9189 0.0156 +9190 0.0156258 +9191 0.0156516 +9192 0.0156774 +9193 0.0157032 +9194 0.015729 +9195 0.0157548 +9196 0.0157806 +9197 0.0158065 +9198 0.0158323 +9199 0.0158581 +9200 0.0158839 +9201 0.0159097 +9202 0.0159355 +9203 0.0159613 +9204 0.0159871 +9205 0.0160129 +9206 0.0160387 +9207 0.0160645 +9208 0.0160903 +9209 0.0161161 +9210 0.0161419 +9211 0.0161677 +9212 0.0161935 +9213 0.0162194 +9214 0.0162452 +9215 0.016271 +9216 0.0162968 +9217 0.0163226 +9218 0.0163484 +9219 0.0163742 +9220 0.0164 +9221 0.0164258 +9222 0.0164516 +9223 0.0164774 +9224 0.0165032 +9225 0.016529 +9226 0.0165548 +9227 0.0165806 +9228 0.0166065 +9229 0.0166323 +9230 0.0166581 +9231 0.0166839 +9232 0.0167097 +9233 0.0167355 +9234 0.0167613 +9235 0.0167871 +9236 0.0168129 +9237 0.0168387 +9238 0.0168645 +9239 0.0168903 +9240 0.0169161 +9241 0.0169419 +9242 0.0169677 +9243 0.0169935 +9244 0.0170194 +9245 0.0170452 +9246 0.017071 +9247 0.0170968 +9248 0.0171226 +9249 0.0171484 +9250 0.0171742 +9251 0.0172 +9252 0.0171952 +9253 0.0171905 +9254 0.0171857 +9255 0.017181 +9256 0.0171762 +9257 0.0171714 +9258 0.0171667 +9259 0.0171619 +9260 0.0171571 +9261 0.0171524 +9262 0.0171476 +9263 0.0171429 +9264 0.0171381 +9265 0.0171333 +9266 0.0171286 +9267 0.0171238 +9268 0.017119 +9269 0.0171143 +9270 0.0171095 +9271 0.0171048 +9272 0.0171 +9273 0.0170952 +9274 0.0170905 +9275 0.0170857 +9276 0.017081 +9277 0.0170762 +9278 0.0170714 +9279 0.0170667 +9280 0.0170619 +9281 0.0170571 +9282 0.0170524 +9283 0.0170476 +9284 0.0170429 +9285 0.0170381 +9286 0.0170333 +9287 0.0170286 +9288 0.0170238 +9289 0.017019 +9290 0.0170143 +9291 0.0170095 +9292 0.0170048 +9293 0.017 +9294 0.0169952 +9295 0.0169905 +9296 0.0169857 +9297 0.016981 +9298 0.0169762 +9299 0.0169714 +9300 0.0169667 +9301 0.0169619 +9302 0.0169571 +9303 0.0169524 +9304 0.0169476 +9305 0.0169429 +9306 0.0169381 +9307 0.0169333 +9308 0.0169286 +9309 0.0169238 +9310 0.016919 +9311 0.0169143 +9312 0.0169095 +9313 0.0169048 +9314 0.0169 +9315 0.0169016 +9316 0.0169032 +9317 0.0169048 +9318 0.0169065 +9319 0.0169081 +9320 0.0169097 +9321 0.0169113 +9322 0.0169129 +9323 0.0169145 +9324 0.0169161 +9325 0.0169177 +9326 0.0169194 +9327 0.016921 +9328 0.0169226 +9329 0.0169242 +9330 0.0169258 +9331 0.0169274 +9332 0.016929 +9333 0.0169306 +9334 0.0169323 +9335 0.0169339 +9336 0.0169355 +9337 0.0169371 +9338 0.0169387 +9339 0.0169403 +9340 0.0169419 +9341 0.0169435 +9342 0.0169452 +9343 0.0169468 +9344 0.0169484 +9345 0.01695 +9346 0.0169516 +9347 0.0169532 +9348 0.0169548 +9349 0.0169565 +9350 0.0169581 +9351 0.0169597 +9352 0.0169613 +9353 0.0169629 +9354 0.0169645 +9355 0.0169661 +9356 0.0169677 +9357 0.0169694 +9358 0.016971 +9359 0.0169726 +9360 0.0169742 +9361 0.0169758 +9362 0.0169774 +9363 0.016979 +9364 0.0169806 +9365 0.0169823 +9366 0.0169839 +9367 0.0169855 +9368 0.0169871 +9369 0.0169887 +9370 0.0169903 +9371 0.0169919 +9372 0.0169935 +9373 0.0169952 +9374 0.0169968 +9375 0.0169984 +9376 0.017 +9377 0.0170048 +9378 0.0170095 +9379 0.0170143 +9380 0.017019 +9381 0.0170238 +9382 0.0170286 +9383 0.0170333 +9384 0.0170381 +9385 0.0170429 +9386 0.0170476 +9387 0.0170524 +9388 0.0170571 +9389 0.0170619 +9390 0.0170667 +9391 0.0170714 +9392 0.0170762 +9393 0.017081 +9394 0.0170857 +9395 0.0170905 +9396 0.0170952 +9397 0.0171 +9398 0.0171048 +9399 0.0171095 +9400 0.0171143 +9401 0.017119 +9402 0.0171238 +9403 0.0171286 +9404 0.0171333 +9405 0.0171381 +9406 0.0171429 +9407 0.0171476 +9408 0.0171524 +9409 0.0171571 +9410 0.0171619 +9411 0.0171667 +9412 0.0171714 +9413 0.0171762 +9414 0.017181 +9415 0.0171857 +9416 0.0171905 +9417 0.0171952 +9418 0.0172 +9419 0.0172048 +9420 0.0172095 +9421 0.0172143 +9422 0.017219 +9423 0.0172238 +9424 0.0172286 +9425 0.0172333 +9426 0.0172381 +9427 0.0172429 +9428 0.0172476 +9429 0.0172524 +9430 0.0172571 +9431 0.0172619 +9432 0.0172667 +9433 0.0172714 +9434 0.0172762 +9435 0.017281 +9436 0.0172857 +9437 0.0172905 +9438 0.0172952 +9439 0.0173 +9440 0.0173065 +9441 0.0173129 +9442 0.0173194 +9443 0.0173258 +9444 0.0173323 +9445 0.0173387 +9446 0.0173452 +9447 0.0173516 +9448 0.0173581 +9449 0.0173645 +9450 0.017371 +9451 0.0173774 +9452 0.0173839 +9453 0.0173903 +9454 0.0173968 +9455 0.0174032 +9456 0.0174097 +9457 0.0174161 +9458 0.0174226 +9459 0.017429 +9460 0.0174355 +9461 0.0174419 +9462 0.0174484 +9463 0.0174548 +9464 0.0174613 +9465 0.0174677 +9466 0.0174742 +9467 0.0174806 +9468 0.0174871 +9469 0.0174935 +9470 0.0175 +9471 0.0175065 +9472 0.0175129 +9473 0.0175194 +9474 0.0175258 +9475 0.0175323 +9476 0.0175387 +9477 0.0175452 +9478 0.0175516 +9479 0.0175581 +9480 0.0175645 +9481 0.017571 +9482 0.0175774 +9483 0.0175839 +9484 0.0175903 +9485 0.0175968 +9486 0.0176032 +9487 0.0176097 +9488 0.0176161 +9489 0.0176226 +9490 0.017629 +9491 0.0176355 +9492 0.0176419 +9493 0.0176484 +9494 0.0176548 +9495 0.0176613 +9496 0.0176677 +9497 0.0176742 +9498 0.0176806 +9499 0.0176871 +9500 0.0176935 +9501 0.0177 +9502 0.0177286 +9503 0.0177571 +9504 0.0177857 +9505 0.0178143 +9506 0.0178429 +9507 0.0178714 +9508 0.0179 +9509 0.0179286 +9510 0.0179571 +9511 0.0179857 +9512 0.0180143 +9513 0.0180429 +9514 0.0180714 +9515 0.0181 +9516 0.0181286 +9517 0.0181571 +9518 0.0181857 +9519 0.0182143 +9520 0.0182429 +9521 0.0182714 +9522 0.0183 +9523 0.0183286 +9524 0.0183571 +9525 0.0183857 +9526 0.0184143 +9527 0.0184429 +9528 0.0184714 +9529 0.0185 +9530 0.0185286 +9531 0.0185571 +9532 0.0185857 +9533 0.0186143 +9534 0.0186429 +9535 0.0186714 +9536 0.0187 +9537 0.0187286 +9538 0.0187571 +9539 0.0187857 +9540 0.0188143 +9541 0.0188429 +9542 0.0188714 +9543 0.0189 +9544 0.0189286 +9545 0.0189571 +9546 0.0189857 +9547 0.0190143 +9548 0.0190429 +9549 0.0190714 +9550 0.0191 +9551 0.0191286 +9552 0.0191571 +9553 0.0191857 +9554 0.0192143 +9555 0.0192429 +9556 0.0192714 +9557 0.0193 +9558 0.0193286 +9559 0.0193571 +9560 0.0193857 +9561 0.0194143 +9562 0.0194429 +9563 0.0194714 +9564 0.0195 +9565 0.0195226 +9566 0.0195452 +9567 0.0195677 +9568 0.0195903 +9569 0.0196129 +9570 0.0196355 +9571 0.0196581 +9572 0.0196806 +9573 0.0197032 +9574 0.0197258 +9575 0.0197484 +9576 0.019771 +9577 0.0197935 +9578 0.0198161 +9579 0.0198387 +9580 0.0198613 +9581 0.0198839 +9582 0.0199065 +9583 0.019929 +9584 0.0199516 +9585 0.0199742 +9586 0.0199968 +9587 0.0200194 +9588 0.0200419 +9589 0.0200645 +9590 0.0200871 +9591 0.0201097 +9592 0.0201323 +9593 0.0201548 +9594 0.0201774 +9595 0.0202 +9596 0.0202226 +9597 0.0202452 +9598 0.0202677 +9599 0.0202903 +9600 0.0203129 +9601 0.0203355 +9602 0.0203581 +9603 0.0203806 +9604 0.0204032 +9605 0.0204258 +9606 0.0204484 +9607 0.020471 +9608 0.0204935 +9609 0.0205161 +9610 0.0205387 +9611 0.0205613 +9612 0.0205839 +9613 0.0206065 +9614 0.020629 +9615 0.0206516 +9616 0.0206742 +9617 0.0206968 +9618 0.0207194 +9619 0.0207419 +9620 0.0207645 +9621 0.0207871 +9622 0.0208097 +9623 0.0208323 +9624 0.0208548 +9625 0.0208774 +9626 0.0209 +9627 0.0209206 +9628 0.0209413 +9629 0.0209619 +9630 0.0209825 +9631 0.0210032 +9632 0.0210238 +9633 0.0210444 +9634 0.0210651 +9635 0.0210857 +9636 0.0211063 +9637 0.021127 +9638 0.0211476 +9639 0.0211683 +9640 0.0211889 +9641 0.0212095 +9642 0.0212302 +9643 0.0212508 +9644 0.0212714 +9645 0.0212921 +9646 0.0213127 +9647 0.0213333 +9648 0.021354 +9649 0.0213746 +9650 0.0213952 +9651 0.0214159 +9652 0.0214365 +9653 0.0214571 +9654 0.0214778 +9655 0.0214984 +9656 0.021519 +9657 0.0215397 +9658 0.0215603 +9659 0.021581 +9660 0.0216016 +9661 0.0216222 +9662 0.0216429 +9663 0.0216635 +9664 0.0216841 +9665 0.0217048 +9666 0.0217254 +9667 0.021746 +9668 0.0217667 +9669 0.0217873 +9670 0.0218079 +9671 0.0218286 +9672 0.0218492 +9673 0.0218698 +9674 0.0218905 +9675 0.0219111 +9676 0.0219317 +9677 0.0219524 +9678 0.021973 +9679 0.0219937 +9680 0.0220143 +9681 0.0220349 +9682 0.0220556 +9683 0.0220762 +9684 0.0220968 +9685 0.0221175 +9686 0.0221381 +9687 0.0221587 +9688 0.0221794 +9689 0.0222 +9690 0.0222258 +9691 0.0222516 +9692 0.0222774 +9693 0.0223032 +9694 0.022329 +9695 0.0223548 +9696 0.0223806 +9697 0.0224065 +9698 0.0224323 +9699 0.0224581 +9700 0.0224839 +9701 0.0225097 +9702 0.0225355 +9703 0.0225613 +9704 0.0225871 +9705 0.0226129 +9706 0.0226387 +9707 0.0226645 +9708 0.0226903 +9709 0.0227161 +9710 0.0227419 +9711 0.0227677 +9712 0.0227935 +9713 0.0228194 +9714 0.0228452 +9715 0.022871 +9716 0.0228968 +9717 0.0229226 +9718 0.0229484 +9719 0.0229742 +9720 0.023 +9721 0.0230258 +9722 0.0230516 +9723 0.0230774 +9724 0.0231032 +9725 0.023129 +9726 0.0231548 +9727 0.0231806 +9728 0.0232065 +9729 0.0232323 +9730 0.0232581 +9731 0.0232839 +9732 0.0233097 +9733 0.0233355 +9734 0.0233613 +9735 0.0233871 +9736 0.0234129 +9737 0.0234387 +9738 0.0234645 +9739 0.0234903 +9740 0.0235161 +9741 0.0235419 +9742 0.0235677 +9743 0.0235935 +9744 0.0236194 +9745 0.0236452 +9746 0.023671 +9747 0.0236968 +9748 0.0237226 +9749 0.0237484 +9750 0.0237742 +9751 0.0238 +9752 0.0237905 +9753 0.023781 +9754 0.0237714 +9755 0.0237619 +9756 0.0237524 +9757 0.0237429 +9758 0.0237333 +9759 0.0237238 +9760 0.0237143 +9761 0.0237048 +9762 0.0236952 +9763 0.0236857 +9764 0.0236762 +9765 0.0236667 +9766 0.0236571 +9767 0.0236476 +9768 0.0236381 +9769 0.0236286 +9770 0.023619 +9771 0.0236095 +9772 0.0236 +9773 0.0235905 +9774 0.023581 +9775 0.0235714 +9776 0.0235619 +9777 0.0235524 +9778 0.0235429 +9779 0.0235333 +9780 0.0235238 +9781 0.0235143 +9782 0.0235048 +9783 0.0234952 +9784 0.0234857 +9785 0.0234762 +9786 0.0234667 +9787 0.0234571 +9788 0.0234476 +9789 0.0234381 +9790 0.0234286 +9791 0.023419 +9792 0.0234095 +9793 0.0234 +9794 0.0233905 +9795 0.023381 +9796 0.0233714 +9797 0.0233619 +9798 0.0233524 +9799 0.0233429 +9800 0.0233333 +9801 0.0233238 +9802 0.0233143 +9803 0.0233048 +9804 0.0232952 +9805 0.0232857 +9806 0.0232762 +9807 0.0232667 +9808 0.0232571 +9809 0.0232476 +9810 0.0232381 +9811 0.0232286 +9812 0.023219 +9813 0.0232095 +9814 0.0232 +9815 0.0232145 +9816 0.023229 +9817 0.0232435 +9818 0.0232581 +9819 0.0232726 +9820 0.0232871 +9821 0.0233016 +9822 0.0233161 +9823 0.0233306 +9824 0.0233452 +9825 0.0233597 +9826 0.0233742 +9827 0.0233887 +9828 0.0234032 +9829 0.0234177 +9830 0.0234323 +9831 0.0234468 +9832 0.0234613 +9833 0.0234758 +9834 0.0234903 +9835 0.0235048 +9836 0.0235194 +9837 0.0235339 +9838 0.0235484 +9839 0.0235629 +9840 0.0235774 +9841 0.0235919 +9842 0.0236065 +9843 0.023621 +9844 0.0236355 +9845 0.02365 +9846 0.0236645 +9847 0.023679 +9848 0.0236935 +9849 0.0237081 +9850 0.0237226 +9851 0.0237371 +9852 0.0237516 +9853 0.0237661 +9854 0.0237806 +9855 0.0237952 +9856 0.0238097 +9857 0.0238242 +9858 0.0238387 +9859 0.0238532 +9860 0.0238677 +9861 0.0238823 +9862 0.0238968 +9863 0.0239113 +9864 0.0239258 +9865 0.0239403 +9866 0.0239548 +9867 0.0239694 +9868 0.0239839 +9869 0.0239984 +9870 0.0240129 +9871 0.0240274 +9872 0.0240419 +9873 0.0240565 +9874 0.024071 +9875 0.0240855 +9876 0.0241 +9877 0.0241048 +9878 0.0241095 +9879 0.0241143 +9880 0.024119 +9881 0.0241238 +9882 0.0241286 +9883 0.0241333 +9884 0.0241381 +9885 0.0241429 +9886 0.0241476 +9887 0.0241524 +9888 0.0241571 +9889 0.0241619 +9890 0.0241667 +9891 0.0241714 +9892 0.0241762 +9893 0.024181 +9894 0.0241857 +9895 0.0241905 +9896 0.0241952 +9897 0.0242 +9898 0.0242048 +9899 0.0242095 +9900 0.0242143 +9901 0.024219 +9902 0.0242238 +9903 0.0242286 +9904 0.0242333 +9905 0.0242381 +9906 0.0242429 +9907 0.0242476 +9908 0.0242524 +9909 0.0242571 +9910 0.0242619 +9911 0.0242667 +9912 0.0242714 +9913 0.0242762 +9914 0.024281 +9915 0.0242857 +9916 0.0242905 +9917 0.0242952 +9918 0.0243 +9919 0.0243048 +9920 0.0243095 +9921 0.0243143 +9922 0.024319 +9923 0.0243238 +9924 0.0243286 +9925 0.0243333 +9926 0.0243381 +9927 0.0243429 +9928 0.0243476 +9929 0.0243524 +9930 0.0243571 +9931 0.0243619 +9932 0.0243667 +9933 0.0243714 +9934 0.0243762 +9935 0.024381 +9936 0.0243857 +9937 0.0243905 +9938 0.0243952 +9939 0.0244 +9940 0.0244066 +9941 0.0244131 +9942 0.0244197 +9943 0.0244262 +9944 0.0244328 +9945 0.0244393 +9946 0.0244459 +9947 0.0244525 +9948 0.024459 +9949 0.0244656 +9950 0.0244721 +9951 0.0244787 +9952 0.0244852 +9953 0.0244918 +9954 0.0244984 +9955 0.0245049 +9956 0.0245115 +9957 0.024518 +9958 0.0245246 +9959 0.0245311 +9960 0.0245377 +9961 0.0245443 +9962 0.0245508 +9963 0.0245574 +9964 0.0245639 +9965 0.0245705 +9966 0.024577 +9967 0.0245836 +9968 0.0245902 +9969 0.0245967 +9970 0.0246033 +9971 0.0246098 +9972 0.0246164 +9973 0.024623 +9974 0.0246295 +9975 0.0246361 +9976 0.0246426 +9977 0.0246492 +9978 0.0246557 +9979 0.0246623 +9980 0.0246689 +9981 0.0246754 +9982 0.024682 +9983 0.0246885 +9984 0.0246951 +9985 0.0247016 +9986 0.0247082 +9987 0.0247148 +9988 0.0247213 +9989 0.0247279 +9990 0.0247344 +9991 0.024741 +9992 0.0247475 +9993 0.0247541 +9994 0.0247607 +9995 0.0247672 +9996 0.0247738 +9997 0.0247803 +9998 0.0247869 +9999 0.0247934 +10000 0.0248 diff --git a/src/musrDetectorConstruction.cc b/src/musrDetectorConstruction.cc index a8007d1..f7a4502 100644 --- a/src/musrDetectorConstruction.cc +++ b/src/musrDetectorConstruction.cc @@ -645,21 +645,21 @@ G4VPhysicalVolume* musrDetectorConstruction::Construct() { G4cout<<"ERROR! musrDetectorConstruction::Construct(): Optical type \""< update musrDetectorConstruction.cc file!)"<< G4endl; G4cout << " ==> S T O P F O R C E D"< update musrDetectorConstruction.cc file!)"<< G4endl; G4cout << " ==> S T O P F O R C E D"< update musrDetectorConstruction.cc file!)"<< G4endl; G4cout << " ==> S T O P F O R C E D"< SetOPSAhistoBinning(nBins,min*nanosecond,max*nanosecond); } + else if (strcmp(varName,"pulseShapeArray")==0) { + char fileName[500]; + sscanf(&line[0],"%*s %*s %*s %s",fileName); + myMusrScintSD -> ReadInPulseShapeArray(fileName); + } + else if (strcmp(varName,"CFD")==0) { + double a1, delay, timeShiftOffset; + sscanf(&line[0],"%*s %*s %*s %lf %lf %lf",&a1,&delay,&timeShiftOffset); + myMusrScintSD -> Set_OPSA_CFD(a1,delay,timeShiftOffset); + } } } @@ -922,6 +932,14 @@ G4VPhysicalVolume* musrDetectorConstruction::Construct() { } + else if (strcmp(tmpString1,"rootOutputDirectoryName")==0){ + char rootOutDirName[1000]; + sscanf(&line[0],"%*s %*s %s",rootOutDirName); + // Cut out the character '/' at the end of the directory name, if it was specified in the name + if (rootOutDirName[strlen(rootOutDirName)-1]=='/') rootOutDirName[strlen(rootOutDirName)-1]='\0'; + myRootOutput->setRootOutputDirectoryName(rootOutDirName); + } + else if (strcmp(tmpString1,"storeOnlyEventsWithHitInDetID")==0){ G4int variable; sscanf(&line[0],"%*s %*s %d",&variable); diff --git a/src/musrRootOutput.cc b/src/musrRootOutput.cc index 79adde8..464ac63 100644 --- a/src/musrRootOutput.cc +++ b/src/musrRootOutput.cc @@ -33,7 +33,8 @@ musrRootOutput::musrRootOutput() { pointerToRoot=this; boolIsAnySpecialSaveVolumeDefined=false; nFieldNomVal=0; - + strcpy(rootOutputDirectoryName,"data"); + ProcessIDMapping["DecayWithSpin"]=1; ProcessIDMapping["eIoni"]=2; ProcessIDMapping["eBrem"]=3; @@ -157,6 +158,8 @@ G4bool musrRootOutput::store_odet_timeC = true; G4bool musrRootOutput::store_odet_timeD = true; G4bool musrRootOutput::store_odet_timeE = true; G4bool musrRootOutput::store_odet_timeLast = true; +G4bool musrRootOutput::store_odet_timeCFD = true; +G4bool musrRootOutput::store_odet_amplCFD = true; G4int musrRootOutput::oldEventNumberInG4EqEMFieldWithSpinFunction=-1; @@ -167,7 +170,8 @@ void musrRootOutput::BeginOfRunAction() { G4cout << "musrRootOutput::BeginOfRunAction() Defining the Root tree and branches:"<GetCurrentRun()->GetRunID(); char RootOutputFileName[200]; - sprintf(RootOutputFileName, "data/musr_%i.root", tmpRunNr); + // sprintf(RootOutputFileName, "data/musr_%i.root", tmpRunNr); + sprintf(RootOutputFileName, "%s/musr_%i.root",rootOutputDirectoryName,tmpRunNr); rootFile=new TFile(RootOutputFileName,"recreate"); rootTree=new TTree("t1","a simple Tree with simple variables"); if (store_runID) {rootTree->Branch("runID",&runID,"runID/I");} @@ -279,7 +283,7 @@ void musrRootOutput::BeginOfRunAction() { } if (store_odet_ID || store_odet_nPhot || store_odet_timeFirst || store_odet_timeA || store_odet_timeB || - store_odet_timeC || store_odet_timeD || store_odet_timeE || store_odet_timeLast) + store_odet_timeC || store_odet_timeD || store_odet_timeE || store_odet_timeLast || store_odet_timeCFD || store_odet_amplCFD) {rootTree->Branch("odet_n",&odet_n,"odet_n/I");} if (store_odet_ID) {rootTree->Branch("odet_ID",&odet_ID,"odet_ID[odet_n]/I");} if (store_odet_nPhot) {rootTree->Branch("odet_nPhot",&odet_nPhot,"odet_nPhot[odet_n]/I");} @@ -289,7 +293,10 @@ void musrRootOutput::BeginOfRunAction() { if (store_odet_timeC) {rootTree->Branch("odet_timeC",&odet_timeC,"odet_timeC[odet_n]/D");} if (store_odet_timeD) {rootTree->Branch("odet_timeD",&odet_timeD,"odet_timeD[odet_n]/D");} if (store_odet_timeE) {rootTree->Branch("odet_timeE",&odet_timeE,"odet_timeE[odet_n]/D");} - if (store_odet_timeLast) {rootTree->Branch("odet_timeLast",&odet_timeLast,"odet_timeLast[odet_n]/D");} + if (store_odet_timeLast) {rootTree->Branch("odet_timeLast",&odet_timeLast,"odet_timeLast[odet_n]/D");} + if (store_odet_timeCFD) {rootTree->Branch("odet_timeCFD",&odet_timeCFD,"odet_timeCFD[odet_n]/D");} + if (store_odet_amplCFD) {rootTree->Branch("odet_amplCFD",&odet_amplCFD,"odet_amplCFD[odet_n]/D");} + // htest1 = new TH1F("htest1","The debugging histogram 1",50,-4.,4.); // htest2 = new TH1F("htest2","The debugging histogram 2",50,0.,3.142); @@ -527,7 +534,7 @@ void musrRootOutput::SetDetectorInfoVvv (G4int nDetectors, void musrRootOutput::SetOPSAinfo (G4int nDetectors, G4int ID, G4int nPhot, G4double timeFirst, G4double timeA, - G4double timeB, G4double timeC, G4double timeD, G4double timeE, G4double timeLast) + G4double timeB, G4double timeC, G4double timeD, G4double timeE, G4double timeLast, G4double timeCFD, G4double amplCFD) { if ((nDetectors<0)||(nDetectors>=(odet_nMax-1))) { char message[200]; @@ -546,5 +553,16 @@ void musrRootOutput::SetOPSAinfo (G4int nDetectors, G4int ID, G4int nPhot, G4 odet_timeD[nDetectors]=timeD/microsecond; odet_timeE[nDetectors]=timeE/microsecond; odet_timeLast[nDetectors]=timeLast/microsecond; + odet_timeCFD[nDetectors]=timeCFD/microsecond; + odet_amplCFD[nDetectors]=amplCFD; } } + + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +void musrRootOutput::setRootOutputDirectoryName(char dirName[1000]) { + strcpy(rootOutputDirectoryName,dirName); + char message[200]; + sprintf(message,"musrRootOutput.cc::setRootOutputDirectoryName: Root output file will be stored in directory %s",dirName); + musrErrorMessage::GetInstance()->musrError(INFO,message,false); +} diff --git a/src/musrRunAction.cc b/src/musrRunAction.cc index c01fbcc..771ab50 100644 --- a/src/musrRunAction.cc +++ b/src/musrRunAction.cc @@ -26,6 +26,7 @@ #include "musrRunAction.hh" #include "musrEventAction.hh" #include "musrSteppingAction.hh" +#include "musrScintSD.hh" #include "G4Run.hh" #include "musrErrorMessage.hh" #include "F04GlobalField.hh" @@ -92,6 +93,8 @@ void musrRunAction::BeginOfRunAction(const G4Run* aRun) { //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void musrRunAction::EndOfRunAction(const G4Run* aRun) { + musrScintSD::GetInstance()->EndOfRun(); + musrRootOutput::GetRootInstance()->StoreGeantParameter(5,aRun->GetNumberOfEvent()); musrRootOutput::GetRootInstance()->EndOfRunAction(); diff --git a/src/musrScintSD.cc b/src/musrScintSD.cc index 16d0795..b18e2bb 100644 --- a/src/musrScintSD.cc +++ b/src/musrScintSD.cc @@ -54,9 +54,9 @@ // //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -Double_t poissonf(Double_t* x, Double_t* par) { - return par[0]*TMath::Poisson(x[0],par[1]); -} +//Double_t poissonf(Double_t* x, Double_t* par) { +// return par[0]*TMath::Poisson(x[0],par[1]); +//} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -77,6 +77,12 @@ musrScintSD::musrScintSD(G4String name) OPSAhistoNbin = 100; OPSAhistoMin =0; OPSAhistoMax = 10.; + OPSAhistoBinWidth=0.1; + OPSAhistoBinWidth1000=100.; + bool_pulseShapeExists=false; + OPSA_CFD_a1 = -0.2; + OPSA_CFD_delay = 2.; + OPSA_CFD_timeShiftOffset = 0.; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -89,6 +95,8 @@ musrScintSD* musrScintSD::GetInstance() {return pointer;} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void musrScintSD::Initialize(G4HCofThisEvent* HCE) { + // This "Initialize" method is called at the beginning of each event + // --> perhaps some this code could be executed once per run? if (verboseLevel>1) G4cout<<"VERBOSE 2: musrScintSD::Initialize\n"; scintCollection = new musrScintHitsCollection (SensitiveDetectorName,collectionName[0]); @@ -105,6 +113,14 @@ void musrScintSD::Initialize(G4HCofThisEvent* HCE) { musrSteppingAction* myMusrSteppingAction = musrSteppingAction::GetInstance(); boolIsVvvInfoRequested = myMusrSteppingAction->IsVvvInfoRequested(); myRootOutput = musrRootOutput::GetRootInstance(); + + // In case of optical photons, delete all optHitDetectorMap* from the previous event (if they exist). + if (musrParameters::boolG4OpticalPhotons) { + for (optHitMapType::const_iterator it=optHitMap.begin() ; it != optHitMap.end(); it++ ) { + delete (it->second); + } + optHitMap.clear(); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -224,7 +240,7 @@ void musrScintSD::ProcessOpticalPhoton(G4Step* aStep) { } optHitDetectorMapType* optHitDetectorMap = (*iter).second; // optHitDetectorMapType optHitDetectorMap = optHitMap[detID]; - G4double tmpTime = aStep->GetPreStepPoint()->GetGlobalTime(); + G4double tmpTime = aStep->GetPostStepPoint()->GetGlobalTime(); // G4cout<<" tmpTime="<insert(std::pair(tmpTime,boundaryStatus)); @@ -243,6 +259,7 @@ void musrScintSD::ProcessOpticalPhoton(G4Step* aStep) { //is the photocathode because it is the only one with //non-zero efficiency optHitDetectorMap->insert(std::pair(tmpTime,boundaryStatus)); + // G4cout<<" tmpTime="<first; optHitDetectorMapType* optHitDetectorMap = it->second; @@ -529,6 +547,10 @@ void musrScintSD::EndOfEvent_OptiacalPhotons() { if ( (itOPSAhist->second == 0) || (itOPSAhist->second == OPSA_detID) ) boolStoreThisOPSAhist = true; } } + if (multimapOfEventIDsForOPSAhistos.find(-1)!=multimapOfEventIDsForOPSAhistos.end()) { + // The user requires to store OPSA timing histograms summed up for all events together + boolStoreThisOPSAhistSUMMED = true; + } } if (optHitDetectorMap->empty()) continue; @@ -537,16 +559,20 @@ void musrScintSD::EndOfEvent_OptiacalPhotons() { optHitDetectorMapType::const_iterator it2_LAST = optHitDetectorMap->end(); it2_LAST--; Double_t time = -1000, lastTime = -1000; G4int OPSA_nPhot = 0; - G4double OPSA_timeFirst = -1000; - G4double OPSA_timeA = -1000; - G4double OPSA_timeB = -1000; - G4double OPSA_timeC = -1000; - G4double OPSA_timeD = -1000; - G4double OPSA_timeE = -1000; - G4double OPSA_timeLast = -1000; + G4double OPSA_timeFirst = -1000000; + G4double OPSA_timeA = -1000000; + G4double OPSA_timeB = -1000000; + G4double OPSA_timeC = -1000000; + G4double OPSA_timeD = -1000000; + G4double OPSA_timeE = -1000000; + G4double OPSA_timeLast = -1000000; + G4double OPSA_CFD_time = -1000000; + G4double OPSA_CFD_ampl = -1000; G4int iHistNr = -1; - TF1* poiss = NULL; + G4int iHistNrSUM = -1; + // TF1* poiss = NULL; for (optHitDetectorMapType::const_iterator it2 = optHitDetectorMap->begin(); it2 != optHitDetectorMap->end(); it2++ ) { + //delete G4cout<<"KAMIL: Nr of optHitDetectorMap->size()="<size()<first; @@ -563,62 +589,147 @@ void musrScintSD::EndOfEvent_OptiacalPhotons() { it2_START = it2_STOP; if (OPSA_nPhot >= OPSA_minNrOfDetectedPhotons) { // ignore hits with too low number of detected photons G4double OPSA_f_nPhot = OPSA_nPhot; - G4int NA = int (OPSA_fracA * OPSA_f_nPhot + 0.5); - G4int NB = int (OPSA_fracB * OPSA_f_nPhot + 0.5); - G4int NC = int (OPSA_fracC * OPSA_f_nPhot + 0.5); - G4int ND = int (OPSA_fracD * OPSA_f_nPhot + 0.5); - G4int NE = int (OPSA_fracE * OPSA_f_nPhot + 0.5); + G4int NA = int (OPSA_fracA * OPSA_f_nPhot + 0.5); if (NA<=0) NA=1; + G4int NB = int (OPSA_fracB * OPSA_f_nPhot + 0.5); if (NB<=0) NB=1; + G4int NC = int (OPSA_fracC * OPSA_f_nPhot + 0.5); if (NC<=0) NC=1; + G4int ND = int (OPSA_fracD * OPSA_f_nPhot + 0.5); if (ND<=0) ND=1; + G4int NE = int (OPSA_fracE * OPSA_f_nPhot + 0.5); if (NE<=0) NE=1; + Int_t nP=0; // Define OPSA histograms if required for this event - if (boolStoreThisOPSAhist) { + if ((boolStoreThisOPSAhist)||(bool_pulseShapeExists)) { iHistNr++; - char nameHist[100]; sprintf(nameHist,"OPSAhist_%d_%d_%d",eeeventID,OPSA_detID,iHistNr); - char nameHistTitle[100]; sprintf(nameHistTitle,"OPSAhist_%d_%d_%d;time (ns);Nr of photons",eeeventID,OPSA_detID,iHistNr); + char nameHist[200]; sprintf(nameHist,"OPSAhist_%d_%d_%d",eeeventID,OPSA_detID,iHistNr); + char nameHistTitle[200]; sprintf(nameHistTitle,"OPSAhist_%d_%d_%d;time (ns);Nr of photons",eeeventID,OPSA_detID,iHistNr); OPSAhisto = new TH1D(nameHist, nameHistTitle, OPSAhistoNbin, OPSAhistoMin, OPSAhistoMax); - poiss = new TF1("poiss",poissonf,0.,.5,2); // x in [0;300], 2 - poiss->SetParameter(0,1); - poiss->SetParameter(1,1); + // poiss = new TF1("poiss",poissonf,0.,.5,2); // x in [0;300], 2 + // poiss->SetParameter(0,1); + // poiss->SetParameter(1,1); + if (bool_pulseShapeExists) { + sprintf(nameHist,"OPSAshape_%d_%d_%d",eeeventID,OPSA_detID,iHistNr); + sprintf(nameHistTitle,"OPSAshape_%d_%d_%d;time (ns);Pulse signal",eeeventID,OPSA_detID,iHistNr); + OPSAshape = new TH1D(nameHist, nameHistTitle, OPSAhistoNbin, OPSAhistoMin, OPSAhistoMax); + sprintf(nameHist,"OPSA_CFD_%d_%d_%d",eeeventID,OPSA_detID,iHistNr); + sprintf(nameHistTitle,"OPSA_CFD_%d_%d_%d;time (ns);CFD signal",eeeventID,OPSA_detID,iHistNr); + OPSA_CFD = new TH1D(nameHist, nameHistTitle, OPSAhistoNbin, OPSAhistoMin, OPSAhistoMax); + } + } + if (boolStoreThisOPSAhistSUMMED) { + iHistNrSUM++; + char nameHist[200]; sprintf(nameHist,"OPSAhistSUM_%d_%d",OPSA_detID,iHistNrSUM); + char nameHist0[200]; sprintf(nameHist0,"OPSAhistSUM0_%d_%d",OPSA_detID,iHistNrSUM); + if (mapOfOPSAsumHistograms.find(nameHist) != mapOfOPSAsumHistograms.end()) { + OPSAhistoSUM = mapOfOPSAsumHistograms[nameHist]; + OPSAhistoSUM0 = mapOfOPSAsum0Histograms[nameHist0]; + // G4cout<<" OPSAhistoSUM histogram found:"<(nameHist,OPSAhistoSUM)); + mapOfOPSAsum0Histograms.insert(std::pair(nameHist0,OPSAhistoSUM0)); + // G4cout<<" New OPSAhistoSUM histogram created:"<first; - if (nP==NA) OPSA_timeA = it3->first; - if (nP==NB) OPSA_timeB = it3->first; - if (nP==NC) OPSA_timeC = it3->first; - if (nP==ND) OPSA_timeD = it3->first; - if (nP==NE) OPSA_timeE = it3->first; - if (nP==OPSA_nPhot) OPSA_timeLast = it3->first; - if (boolStoreThisOPSAhist) OPSAhisto->Fill((it3->first)-OPSA_timeFirst+0.00000000001); + G4double timePhot = it3->first; + if (nP==1) OPSA_timeFirst = timePhot; + if (nP==NA) OPSA_timeA = timePhot; + if (nP==NB) OPSA_timeB = timePhot; + if (nP==NC) OPSA_timeC = timePhot; + if (nP==ND) OPSA_timeD = timePhot; + if (nP==NE) OPSA_timeE = timePhot; + if (nP==OPSA_nPhot) OPSA_timeLast = timePhot; + if ((boolStoreThisOPSAhist)||(bool_pulseShapeExists)) OPSAhisto->Fill(timePhot-OPSA_timeFirst+0.00000000001); + if (boolStoreThisOPSAhistSUMMED) { + OPSAhistoSUM ->Fill(timePhot-OPSA_timeFirst+0.00000000001); + OPSAhistoSUM0->Fill(timePhot+0.00000000001); + } } + + // OPSAhisto->Fit(poiss,"Q"); + if (boolStoreThisOPSAhist) OPSAhisto->Write(); + + // if required, convert the histogram with photon times to histogram of electronic pulse shape + if (bool_pulseShapeExists) { + for (Int_t iBin=1; iBin<=OPSAhistoNbin; iBin++) { // loop over all bins of photon histogram + Double_t photonCount = OPSAhisto ->GetBinContent(iBin); + if (photonCount==0.) break; //nothing to be done for bins without any photons + for (Int_t iBinNew=0; iBinNew<(OPSAhistoNbin-iBin); iBinNew++) { // loop over all bins from the actual one to the end + Int_t iPS = int( (double(iBinNew)+0.5)*OPSAhistoBinWidth1000 ); + if (iPS>=iPSmax-1) break; // out of the pulse shape info ==> leave this loop + // OPSAshape->AddBinContent(iBin+iBinNew,photonCount*pulseShapeArray[iPS]*OPSAhistoBinWidth); // iPS corresponds to time in picoseconds + OPSAshape->Fill((iBin+iBinNew-0.5)*OPSAhistoBinWidth,photonCount*pulseShapeArray[iPS]*OPSAhistoBinWidth); + } + } + if (boolStoreThisOPSAhist) OPSAshape -> Write(); + + // Now fill the histogram with the CFD signal + for (Int_t iBin=1; iBin<=OPSAhistoNbin; iBin++) { // loop over all bins of electronic signal histogram + Double_t signalValue = OPSAshape->GetBinContent(iBin); + Double_t xValue = (iBin-0.5)*OPSAhistoBinWidth; + OPSA_CFD->Fill(xValue,signalValue*OPSA_CFD_a1); + Double_t xValueShifted = xValue + OPSA_CFD_delay; + if (xValueShifted>OPSAhistoMax) break; //return if out of range; + OPSA_CFD->Fill(xValueShifted,signalValue); + } + if (boolStoreThisOPSAhist) OPSA_CFD -> Write(); + + // Find the timeCFD from CFD signal + Double_t oldYvalue; + Double_t yValue=-1000; + G4bool OPSA_CFD_time_found = false; + for (Int_t iBin=1; iBin<=OPSAhistoNbin; iBin++) { // loop over all bins of CFD histogram + Double_t xValue = (iBin-0.5)*OPSAhistoBinWidth; + oldYvalue = yValue; + yValue = OPSA_CFD->GetBinContent(iBin); + if (yValue>OPSA_CFD_ampl) OPSA_CFD_ampl=yValue; // find the CFD signal amplitude; + if (xValue < 0.6*OPSA_CFD_delay) continue; // it is believed the CFD signal can not cross y=0 much before the delay time + if ((yValue >= 0)&&(!OPSA_CFD_time_found)) { // signal just crossed the y=0 axis for the first time ==> record CFD time + OPSA_CFD_time_found = true; + OPSA_CFD_time = xValue - yValue/(yValue-oldYvalue)*OPSAhistoBinWidth; //linear interpolation + OPSA_CFD_time += OPSA_timeFirst - OPSA_CFD_delay + OPSA_CFD_timeShiftOffset; // correct for + } + } + // G4cout<<" OPSA_CFD_time = "<< OPSA_CFD_time<<" OPSA_CFD_ampl="<(OPSA_nPhot,mySignalInfo) ); - if (boolStoreThisOPSAhist) { - OPSAhisto->Fit(poiss,"Q"); - OPSAhisto->Write(); - // TCanvas* cc = new TCanvas(); - // OPSAhisto->Draw(); - // cc->Update(); - } } OPSA_nPhot = 0; - OPSA_timeFirst = -1000; - OPSA_timeA = -1000; - OPSA_timeB = -1000; - OPSA_timeC = -1000; - OPSA_timeD = -1000; - OPSA_timeE = -1000; - OPSA_timeLast = -1000; + OPSA_timeFirst = -1000000; + OPSA_timeA = -1000000; + OPSA_timeB = -1000000; + OPSA_timeC = -1000000; + OPSA_timeD = -1000000; + OPSA_timeE = -1000000; + OPSA_timeLast = -1000000; + OPSA_CFD_time = -1000000; + OPSA_CFD_ampl = -1000; } } } - // Now delete all optHitDetectorMap* - for (optHitMapType::const_iterator it=optHitMap.begin() ; it != optHitMap.end(); it++ ) { - delete (it->second); - } - optHitMap.clear(); + // // Now delete all optHitDetectorMap* + // for (optHitMapType::const_iterator it=optHitMap.begin() ; it != optHitMap.end(); it++ ) { + // delete (it->second); + // } + // optHitMap.clear(); // Now store the information of all mySignalInfo* to rootOutputFile @@ -634,4 +745,58 @@ void musrScintSD::EndOfEvent_OptiacalPhotons() { OPSA_signal_Map.clear(); } + + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +void musrScintSD::EndOfRun() { + for (mapOfOPSAsumHistograms_Type::const_iterator it = mapOfOPSAsumHistograms.begin(); it!=mapOfOPSAsumHistograms.end(); it++) { + (it->second) -> Write(); + } + for (mapOfOPSAsumHistograms_Type::const_iterator it = mapOfOPSAsum0Histograms.begin(); it!=mapOfOPSAsum0Histograms.end(); it++) { + (it->second) -> Write(); + } + +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +void musrScintSD::ReadInPulseShapeArray(const char* filename) { + bool_pulseShapeExists = true; + std::ifstream file( filename ); + // FILE* file = fopen(filename,"r"); + if (!(file.is_open())) { + // if (file==NULL) { + G4cout << "musrScintSD::ReadInPulseShapeArray: requested pulse shape data file \""<< filename << "\" not opened (found) !!!"<musrError(FATAL,"musrScintSD: pulse shape data file not found !",false); + } + do { + file.ignore(256, '\n'); + } while (file.peek() == '%'); + + G4int i = -1; + G4int idummy; + G4double ampl; + while (!file.eof()) { + // while (!feof(fSteeringFile)) { + // if (file.eof()) break; + file >> idummy >> ampl; + if (file.eof()) break; + i++; + + if (i!=idummy) { + G4cout<<"musrScintSD::ReadInPulseShapeArray: pulse shape data file corrupted! i<>idummy (i="<musrError(FATAL,"musrScintSD: pulse shape data file corrupted !",false); + } + if (i>10000) { + G4cout<<"musrScintSD::ReadInPulseShapeArray: pulse shape data file can not handle such big array ! i>10000 (i="<musrError(FATAL,"musrScintSD: pulse shape data file problem !",false); + } + pulseShapeArray[i] = ampl; + } + + iPSmax = i+1; + file.close( ); + + // for (int j=0; jSetNOptPhot(opticalPhotonCounter); }