SuperNEMO-DBD / Falaise

Simulation, Reconstruction and Analysis Software for the SuperNEMO Experiment
http://supernemo.org/Falaise
GNU General Public License v3.0
5 stars 27 forks source link

Bi207 source vertex generator - weighted activities #237

Closed cherylepatrick closed 1 year ago

cherylepatrick commented 3 years ago

Can we improve the vertex generator for the Bi207 calibration sources by weighting the number of events from each source by its measured activity? Starting this as a placeholder - if anyone finds the documentation of which source is where, and the activities of the individual sources, link them here!

cherylepatrick commented 3 years ago

https://tel.archives-ouvertes.fr/tel-02122290/document I think the relative activities are in tables A5-A8 of @miroslav-macko 's thesis, page 197. Looks like Fred planned to do measurements at Bordeaux http://nile.hep.utexas.edu/cgi-bin/DocDB/ut-nemo/private/ShowDocument?docid=4668 but I'm not sure if these supersede the ones in Miro's doc (they might be the results in table A11-12). I've mailed Karol and Ramon to ask if they can point us at which source is where.

miroslav-macko commented 3 years ago

Hello,

I have the values of activities with high precision (sub percent precision for at least half of them if I remember). During June (according to the availability of both of us) we discussed that we would upload the final report to the DocDB with the values and other details with Fred. My thesis gives some level of information but the study was finished afterwards so the latest news are in the report which we will just put online. Later we would also like to publish it as an article. We did very precise uncertainty estimation.

cherylepatrick commented 3 years ago

Perfect, thanks @miroslav-macko !

miroslav-macko commented 3 years ago

I apologize a lot but I have uploaded the report only today. It is on DocDB, document number 5480. This report was an attempt to give a detailed explanation of the measurements so it contained lot of uninteresting details for someone who only needs numbers. The numbers (activities + their relative uncertainties) can be found in the last two columns of Tables 4 and 5. Some sources were measured twice. In such case, I recommend to take the value with smaller uncertainty ("absolute" measurement). Graphical representation of all the activities is in the Figure 10. The positions of the sources in the demonstrator are to be found in my thesis (DocDB 4816) on page 77, Table 3.7. The report was written after the thesis so the report is more relevant. Let me know if there are some questions.

lemiere commented 3 years ago

Here a csv file obtained thnaks to Miroslav documents. This file will be used in order to produce the .conf file for the vertex generator. source_calib_act_b.csv

And a picture based on this file. bi207_source2

lemiere commented 3 years ago

Capture d’écran_2021-09-07_17-22-38

script to produce .def file ready. Need to add stuff for variant system. Is there someone to integrate it into Falaise ?

fmauger commented 3 years ago

can you send your script ?

lemiere commented 3 years ago

That's dirty but done during lunch time :-D Best, Yves

fmauger commented 3 years ago

A first implementation of the realistic SDS calibration setup is available at: https://github.com/fmauger/Falaise/tree/feature-237/

It includes:

Below a picture of the geometry with only SDS tacks 0, 3 and 5 deployed: check_sds_selection_1

fmauger commented 3 years ago

Are we ready for a PR on it ?

lemiere commented 2 years ago

Based on : http://nile.hep.utexas.edu/DocDB/ut-nemo/docs/0048/004816/001/DT_FR_FINAL.pdf#cite.DEPLSYST (PAGE 77 Table 3.7) Source column 1, row 1 is ID : 79 with activity 127.1 Bq. Confirmed with @miroslav-macko, in his thesis column 1 is tunnel side.

In Falaise Column 0, Row 0 is bottom/mountain side and that's the actual calibration source label for source 79. Taht should be fixed :-(

fmauger commented 2 years ago

About to be fixed in some coming soon PR ;-)