-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from halmamol/offproduction_info
Add details about Official Production
- Loading branch information
Showing
1 changed file
with
98 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,101 @@ | ||
Official Production | ||
==================== | ||
|
||
.. caution:: | ||
This page is currently not created, coming soon! If you would like to contribute, reach `me <[email protected]>`_! | ||
This page collects all the information related to the official **simulation** production of NEXT detectors. | ||
|
||
.. warning:: | ||
This webpage is still under construction. If you would like to contribute, reach `me <[email protected]>`_! | ||
|
||
|
||
NEXT-White | ||
------------ | ||
Latest official production was generated using | ||
|
||
.. list-table:: | ||
:widths: 40 60 | ||
:header-rows: 0 | ||
|
||
* - **nexus** | ||
- ``v5_07_00``/``v5_07_01`` | ||
* - **detsim** | ||
- ``v0_09_01`` | ||
* - **IC: diomira, irene, and dorothea** | ||
- ``v1.1.0`` | ||
* - **IC: penthesilea** | ||
- ``v1.2.0`` | ||
* - **IC: isaura** | ||
- ``v1.2.alberto`` | ||
* - **Background Model** | ||
- ``v9`` | ||
|
||
It can be found in ``neutrinos1.ific.uv.es`` under the following path: | ||
|
||
.. code-block:: text | ||
/lustre/neu/data4/NEXT/NEXTNEW/MC/ | ||
For the different productions the corresponding latest **tags** are: | ||
|
||
.. list-table:: | ||
:widths: 40 60 | ||
:header-rows: 1 | ||
|
||
* - Production | ||
- Folder | ||
* - **0nubb** | ||
- ``NEXT_v1_05_02_NEXUS_v5_07_00_bkg_v9`` | ||
* - **Xe2nu** | ||
- ``NEXT_v1_05_02_NEXUS_v5_07_10_bkg_v9`` | ||
* - **Calibration** | ||
- ``NEXT_v1_05_02_NEXUS_v5_07_10_bkg_v9`` | ||
* - **Background** | ||
- ``NEXT_v1_05_02_NEXUS_v5_07_10_bkg_v9`` | ||
|
||
|
||
**Output hdf5** files together with the corresponding config files used to run each of the cities can be found there. E.g. the background production of deconvoluted hits (``cdst``) can be found in | ||
|
||
.. code-block:: text | ||
/lustre/neu/data4/NEXT/NEXTNEW/MC/Background/NEXT_v1_05_02_NEXUS_v5_07_10_bkg_v9/cdst/output | ||
Where the following **config** files have been used, | ||
|
||
.. code-block:: text | ||
/lustre/neu/data4/NEXT/NEXTNEW/MC/Background/NEXT_v1_05_02_NEXUS_v5_07_10_bkg_v9/cdst/conf | ||
.. note:: | ||
It is important to stress some aspects regarding the production: | ||
* The production is based on the v9 version of the background model. The details of the model can be found `here <https://next.ific.uv.es/cgi-bin/DocDB/private/ShowDocument?docid=182>`_. | ||
* The two versions of ``nexus`` are completelly analogous but for an update concerning the calibration ports. | ||
* The detsim package refers to the ``c++`` and ``art`` version. The repository may be found `here <https://next.ific.uv.es:8888/nextsw/detsim>`_. | ||
* The EventMixer package refers to the ``gate`` version. The repository may be found `here <https://next.ific.uv.es:8888/nextsw/PyToNE/blob/master/PyToNE/EventMixer.py>`_. | ||
* The IC package is considered in different versions since the goal is to match the official Canfranc production for data (``v1.1.0``). However, several updates implied the usage of more recent versions, even a custom one before the officialization of ``ìsaura``. | ||
|
||
NEXT-100 | ||
------------ | ||
This sample is currently being produced. It is generated using | ||
|
||
.. list-table:: | ||
:widths: 40 60 | ||
:header-rows: 0 | ||
|
||
* - **nexus** | ||
- ``to be added`` | ||
* - **detsim** | ||
- ``to be added`` | ||
* - **IC** | ||
- ``to be added`` | ||
* - **Background Model** | ||
- ``to be added`` | ||
|
||
**Nexus macros** for the current production can be found on GitHub `here <https://github.com/gondiaz/NEXT100-0nubb-analysis/tree/main/nexus_job_templates/ft3>`_. | ||
|
||
Detsim *light tables* (**LTs**) and *point spread functions* (**PSFs**) can be found in ``neutrinos1.ific.uv.es`` in | ||
|
||
.. code-block:: text | ||
/data5/users/gdiaz/NEXT100/kr83m/LightTables | ||
**Config** files for the rest of the production chain can also be found on `here <https://github.com/gondiaz/NEXT100-0nubb-analysis/tree/main/ic_processing/templates>`_ on Github. |