Skip to content
Snippets Groups Projects
Commit fedd2b97 authored by Daniele Brugnara's avatar Daniele Brugnara
Browse files

Adds zenodo integration

parent 62d2f7cb
No related branches found
Tags 0.3.0
No related merge requests found
Pipeline #109581 passed
stages:
- build
- test
- deploy
build:
stage: build
......@@ -33,3 +34,13 @@ runUnitTest:
- cd build/Tests/src/Physics
- ./TESTEnergyLoss
- ./TESTReactionReconstruction
deploy_zenodo:
stage: deploy
image: gitlab-registry.in2p3.fr/escape2020/wp3/eossr:v1.0
before_script:
- eossr-check-connection-zenodo --token $ZENODO_TOKEN -p $CI_PROJECT_DIR
script:
- eossr-upload-repository --add-escape2020 -t $ZENODO_TOKEN -i $CI_PROJECT_DIR --archive-name $CI_PROJECT_NAME.zip
only:
- tags
\ No newline at end of file
# AgataSelector changelog
## current main branch
## v-0.3.0
### Notes
......@@ -18,7 +18,7 @@ Also, it adds the possibility to have some histograms compulsory for every detec
- [x] Fixes problem with agata-dante-prisma where the analyze function was called muliple times multiplying artificially the statistics
- [x] Changed an issue with Ex gate in AgataSpider: when EX_GATE e1 e2 in conf, the kinematical lines were generated thinking e1 and e2 as initial energy and final energy, while the gate was applied with e1 starting energy e2 width of the gate (condition was abs(spiderEk-e1)<e2 ). Now in both cases they are Ei and Ef, therefore the condition has been changed to spiderEk>e1 spiderEk<e2
## v-0.2
## v-0.2.0
### Notes
......@@ -35,7 +35,7 @@ No notes.
- [x] Adds the --sum_all option
- [x] Other minor fixes and changes
## v-0.1
## v-0.1.0
### Notes
......
{
"keywords": ["AGATA", "Nuclear physics", "Nuclear structure", "Gamma-ray spectroscopy"]
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/0BSD",
"codeRepository": "https://baltig.infn.it/gamma/agataselector",
"dateCreated": "2023-09-08",
"datePublished": "2022-04-07",
"dateModified": "2023-09-08",
"name": "agataselector",
"version": "0.3.0",
"description": "This selector is meant to analyze the data of AGATA+$Ancillary, producing various histograms and performing kinematic calculations and other operations useful for Doppler correction and other analysis tasks.\nThe starting point of the selector are the ROOT files produced by femul.\nThe code is a work in progress and is meant to be updated and modified by both users and the local group. We log the bug solutions, improvements and broken compatibility issues in the CHANGELOG.md file.\nIt is based on ROOT and requires an installed version where ROOT has been compiled with at least c++ 14.\nOur intent is to make the analysis procedure straightforward and reproducible.\nEvery output file will contain a configuration folder that contains the configuration file of the selector used to perform the calculations while also keeping track of the date and the git version of the code, so that at any time you are able to perform the exact analysis.",
"readme": "https://baltig.infn.it/gamma/agataselector/-/blob/main/README.md",
"softwareVersion": "0.3.0",
"keywords": [
"Nuclear Physics",
"Agata",
"gamma-ray spectroscopy",
"Nuclear structure"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-8644-5355",
"givenName": "Daniele",
"familyName": "Brugnara",
"email": "dbrugnara@lnl.infn.it",
"affiliation": {
"@type": "Organization",
"name": " Istituto Nazionale di Fisica Nucleare, Laboratori Nazionali di Legnaro, Legnaro, Italy "
}
},
{
"@type": "Person",
"givenName": "Matus",
"familyName": "Sedlak",
"email": "matus.sedlak@lnl.infn.it",
"affiliation": {
"@type": "Organization",
"name": " Istituto Nazionale di Fisica Nucleare, Laboratori Nazionali di Legnaro, Legnaro, Italy "
}
},
{
"@type": "Person",
"givenName": "Elia",
"familyName": "Pilotto",
"email": "elia.pilotto@pd.infn.it",
"affiliation": {
"@type": "Organization",
"name": "Dipartimento di Fisica, Università di Padova, Padova, Italy"
}
},
{
"@type": "Person",
"givenName": "Luca",
"familyName": "Zago",
"email": "luca.zago.1@studenti.unipd.it",
"affiliation": {
"@type": "Organization",
"name": " Istituto Nazionale di Fisica Nucleare, Laboratori Nazionali di Legnaro, Legnaro, Italy "
}
},
{
"@type": "Person",
"givenName": "Matus",
"familyName": "Balogh",
"email": "matus.balogh@lnl.infn.it",
"affiliation": {
"@type": "Organization",
"name": " Istituto Nazionale di Fisica Nucleare, Laboratori Nazionali di Legnaro, Legnaro, Italy "
}
},
{
"@type": "Person",
"givenName": "Filippo",
"familyName": "Angelini",
"email": "filippo.angelini@studenti.unipd.it",
"affiliation": {
"@type": "Organization",
"name": " Istituto Nazionale di Fisica Nucleare, Laboratori Nazionali di Legnaro, Legnaro, Italy "
}
},
{
"@type": "Person",
"givenName": "Sara",
"familyName": "Pigliapoco",
"email": "sara.pigliapoco@pd.infn.it",
"affiliation": {
"@type": "Organization",
"name": "Dipartimento di Fisica, Università di Padova, Padova, Italy"
}
}
],
"maintainer": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-8644-5355",
"givenName": "Daniele",
"familyName": "Brugnara",
"email": "dbrugnara@lnl.infn.it",
"affiliation": {
"@type": "Organization",
"name": " Istituto Nazionale di Fisica Nucleare, Laboratori Nazionali di Legnaro, Legnaro, Italy "
}
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment