faser-2-mphys-project-acts

My edits to the ACTS simulation software for simulating background radiation in the FASER-2 detector.

https://github.com/ldk111/faser-2-mphys-project-acts

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

My edits to the ACTS simulation software for simulating background radiation in the FASER-2 detector.

Basic Info
  • Host: GitHub
  • Owner: ldk111
  • License: mpl-2.0
  • Language: C++
  • Default Branch: main
  • Homepage:
  • Size: 7.61 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation Authors

README.md

Acts Common Tracking Software

or A Common Tracking Software if you do not like recursive acronyms

10.5281/zenodo.5141418 Chat on Mattermost coverage Latest release Status Metrics

Acts is an experiment-independent toolkit for (charged) particle track reconstruction in (high energy) physics experiments implemented in modern C++.

More information can be found in the Acts documentation, original repository https://github.com/acts-project/acts.

Quick start

Acts is developed in C++ and is build using CMake. Building the core library requires a C++17 compatible compiler, Boost, and Eigen. The following commands will clone the repository, configure, and build the core library

sh git clone https://github.com/acts-project/acts <source> cmake -B <build> -S <source> cmake --build <build>

For more details, e.g. specific versions and additional dependencies, have a look at the getting started guide. If you find a bug, have a feature request, or want to contribute to Acts, have a look at the contribution guidelines.

Versioning and public API

Release versions follow semantic versioning to indicate whether a new version contains breaking changes within the public API. Currently, only a limited part of the visible API is considered the public API and subject to the semantic versioning rules. The details are outlined in the versioning and public API documentation.

Repository organization

The repository contains all code of the Acts projects, not just the core library that a physics experiment is expected to use as part of its reconstruction code. All optional components are disabled by default. Please see the getting started guide on how-to enable them.

  • Core/ contains the core library that provides functionality in the Acts namespace.
  • Plugins/ contains plugins for core functionality that requires additional external packages. The functionality also resides in the Acts namespace.
  • Fatras/ provides fast track simulation tools based on the core library. This is not part of the core functionality and thus resides in the separate ActsFatras namespace.
  • Examples/ contains simulation and reconstruction examples. These are internal tools for manual full-chain development and tests and reside in the ActsExamples namespace.
  • Tests/ contains automated unit tests, integration tests, and (micro-)benchmarks.
  • thirdparty/ contains external dependencies that are usually not available through the system package manager.

Authors and license

Contributors to the Acts project are listed in the AUTHORS file.

The Acts project is published under the terms of the Mozilla Public License, v. 2.0. A copy of the license can be found in the LICENSE file or at http://mozilla.org/MPL/2.0/ .

The Acts project contains copies of the following external packages:

Owner

  • Name: Luke
  • Login: ldk111
  • Kind: user

Citation (CITATION.cff)

authors:
- affiliation: CERN
  family-names: Salzburger
  given-names: Andreas
- affiliation: CERN
  family-names: Gessinger
  given-names: Paul
- affiliation: CERN / TUM Muenchen
  family-names: Klimpel
  given-names: Fabian
- affiliation: CERN
  family-names: Kiehn
  given-names: Moritz
- affiliation: CERN / JGU Mainz
  family-names: Schlag
  given-names: Bastian
- affiliation: Universite Paris-Saclay / CNRS/IN2P3
  family-names: Grasland
  given-names: Hadrien
- affiliation: University of Massachussets
  family-names: Langenberg
  given-names: Robert
- affiliation: CERN
  family-names: Allaire
  given-names: Corentin
- affiliation: DESY Hamburg
  family-names: Ai
  given-names: Xiaocong
- affiliation: Universitaet Regensburg
  family-names: Huth
  given-names: Benjamin
- affiliation: UC Berkeley
  family-names: Gagnon
  given-names: Louis-Guillaume
- affiliation: CERN
  family-names: Calace
  given-names: Noemi
- affiliation: CERN
  family-names: Krasznahorkay
  given-names: Attila
- affiliation: UC Berkeley
  family-names: Yeo
  given-names: Beomki
- affiliation: LBNL
  family-names: Leggett
  given-names: Charles
- affiliation: Eotvos Lorand University
  family-names: Angela
  given-names: Czirkos
- affiliation: UC Berkeley
  family-names: Yamazaki
  given-names: Tomohiro
- affiliation: CERN
  family-names: Niermann
  given-names: Joana
- affiliation: UC Berkeley
  family-names: Ene
  given-names: Irina
- affiliation: Oak Ridge National Laboratory
  family-names: Osborn
  given-names: Joe
- affiliation: Stanford University
  family-names: Garg
  given-names: Rocky
  name-particle: Bala
- affiliation: CERN / TU Wien
  family-names: Stefl
  given-names: Andreas
- affiliation: CERN / University of Coimbra
  family-names: Coelho
  given-names: Luis Falda
  orcid: https://orcid.org/0000-0002-2298-3605
- affiliation: CERN / University of Graz
  family-names: Pfleger
  given-names: Alexander J.
  orcid: https://orcid.org/0000-0001-5524-7738
- affiliation: University of Lisbon
  family-names: Almeida
  given-names: Guilherme
  orcid: https://orcid.org/0000-0002-4257-4278
- affiliation: CERN / University of Amsterdam
  family-names: Swatman
  given-names: Stephen Nicholas
  orcid: https://orcid.org/0000-0002-3747-3229
cff-version: 1.1.0
date-released: '2023-05-07'
doi: 10.5281/zenodo.5141419
license: MPL-2.0
message: If you use this software, please cite it using these metadata.
repository-code: https://github.com/acts-project/acts
title: A Common Tracking Software Project
version: v25.0.1

GitHub Events

Total
Last Year

Dependencies

CI/clang_tidy/requirements.in pypi
  • PyYAML *
  • codereport *
  • pydantic *
  • rich *
CI/clang_tidy/requirements.txt pypi
  • appdirs ==1.4.4
  • codereport ==0.3.2
  • commonmark ==0.9.1
  • fs ==2.4.16
  • jinja2 ==3.1.2
  • markupsafe ==2.1.1
  • pydantic ==1.9.0
  • pygments ==2.11.2
  • python-slugify ==6.1.2
  • pyyaml ==6.0
  • rich ==12.2.0
  • six ==1.16.0
  • text-unidecode ==1.3
  • typing-extensions ==4.1.1
CI/poetry.lock pypi
  • certifi 2020.6.20
  • chardet 3.0.4
  • click 7.1.2
  • colorama 0.4.3
  • commonmark 0.9.1
  • cursor 1.3.4
  • deprecated 1.2.10
  • halo 0.0.29
  • idna 2.10
  • log-symbols 0.0.14
  • pprintpp 0.4.0
  • pygithub 1.51
  • pygments 2.6.1
  • pyjwt 1.7.1
  • pyyaml 5.3.1
  • requests 2.24.0
  • rich 3.3.0
  • sh 1.13.1
  • six 1.15.0
  • spinners 0.0.24
  • termcolor 1.1.0
  • typing-extensions 3.7.4.2
  • urllib3 1.25.9
  • wrapt 1.12.1
CI/pyproject.toml pypi
  • PyGithub ^1.51
  • PyYAML ^5.3.1
  • click ^7.1.2
  • halo ^0.0.29
  • python ^3.7
  • rich ^3.3.0
  • sh ^1.13.1
CI/release_requirements.in pypi
  • PyYAML *
  • aiohttp *
  • gidgethub *
  • python-dotenv *
  • python-semantic-release *
  • sh *
  • typer *
CI/release_requirements.txt pypi
  • aiohttp ==3.7.4.post0
  • async-timeout ==3.0.1
  • attrs ==21.2.0
  • bleach ==4.1.0
  • certifi ==2021.5.30
  • cffi ==1.14.6
  • chardet ==4.0.0
  • charset-normalizer ==2.0.4
  • click ==8.0.1
  • click-log ==0.3.2
  • colorama ==0.4.4
  • cryptography ==3.4.8
  • docutils ==0.17.1
  • dotty-dict ==1.3.0
  • gidgethub ==5.0.1
  • gitdb ==4.0.7
  • gitpython ==3.1.18
  • idna ==3.2
  • importlib-metadata ==4.8.1
  • invoke ==1.6.0
  • jeepney ==0.7.1
  • keyring ==23.1.0
  • multidict ==5.1.0
  • packaging ==21.0
  • pkginfo ==1.7.1
  • pycparser ==2.20
  • pygments ==2.10.0
  • pyjwt ==2.1.0
  • pyparsing ==2.4.7
  • python-dotenv ==0.19.0
  • python-gitlab ==2.10.1
  • python-semantic-release ==7.19.1
  • pyyaml ==5.4.1
  • readme-renderer ==29.0
  • requests ==2.26.0
  • requests-toolbelt ==0.9.1
  • rfc3986 ==1.5.0
  • secretstorage ==3.3.1
  • semver ==2.13.0
  • setuptools-scm ==6.0.1
  • sh ==1.14.2
  • six ==1.16.0
  • smmap ==4.0.0
  • tomlkit ==0.7.0
  • tqdm ==4.62.2
  • twine ==3.4.2
  • typer ==0.4.0
  • typing-extensions ==3.10.0.1
  • uritemplate ==3.0.1
  • urllib3 ==1.26.6
  • webencodings ==0.5.1
  • wheel ==0.37.0
  • yarl ==1.6.3
  • zipp ==3.5.0
CI/requirements.txt pypi
  • certifi ==2020.6.20
  • chardet ==3.0.4
  • click ==7.1.2
  • colorama ==0.4.3
  • commonmark ==0.9.1
  • cursor ==1.3.4
  • deprecated ==1.2.10
  • halo ==0.0.29
  • idna ==2.10
  • log-symbols ==0.0.14
  • pprintpp ==0.4.0
  • pygithub ==1.51
  • pygments ==2.6.1
  • pyjwt ==1.7.1
  • pyyaml ==5.3.1
  • requests ==2.24.0
  • rich ==3.3.0
  • sh ==1.13.1
  • six ==1.15.0
  • spinners ==0.0.24
  • termcolor ==1.1.0
  • typing-extensions ==3.7.4.2
  • urllib3 ==1.25.9
  • wrapt ==1.12.1
Examples/Python/tests/requirements.in pypi
  • awkward * test
  • pytest * test
  • pytest-check * test
  • pytest-rerunfailures * test
  • uproot * test
Examples/Python/tests/requirements.txt pypi
  • attrs ==21.4.0 test
  • awkward ==1.7.0 test
  • iniconfig ==1.1.1 test
  • numpy ==1.22.2 test
  • packaging ==21.3 test
  • pluggy ==1.0.0 test
  • py ==1.11.0 test
  • pyparsing ==3.0.7 test
  • pytest ==7.0.1 test
  • pytest-check ==1.0.4 test
  • pytest-rerunfailures ==10.2 test
  • tomli ==2.0.1 test
  • uproot ==4.1.9 test
Examples/Scripts/requirements.in pypi
  • PyYAML *
  • awkward *
  • hist *
  • matplotlib *
  • mplhep *
  • pandas *
  • pydantic *
  • scipy *
  • typer *
  • uproot *
Examples/Scripts/requirements.txt pypi
  • awkward ==1.8.0
  • boost-histogram ==1.3.1
  • click ==8.1.3
  • cycler ==0.11.0
  • fonttools ==4.34.4
  • hist ==2.6.1
  • histoprint ==2.4.0
  • kiwisolver ==1.4.4
  • matplotlib ==3.5.2
  • mplhep ==0.3.26
  • mplhep-data ==0.0.3
  • numpy ==1.23.1
  • packaging ==21.3
  • pandas ==1.4.3
  • pillow ==9.2.0
  • pydantic ==1.9.1
  • pyparsing ==3.0.9
  • python-dateutil ==2.8.2
  • pytz ==2022.1
  • pyyaml ==6.0
  • scipy ==1.9.0
  • six ==1.16.0
  • typer ==0.6.1
  • typing-extensions ==4.3.0
  • uhi ==0.3.1
  • uproot ==4.3.4
docs/requirements.in pypi
  • breathe *
  • myst-parser *
  • sphinx *
  • sphinx_rtd_theme *
docs/requirements.txt pypi
  • alabaster ==0.7.12
  • babel ==2.10.3
  • breathe ==4.34.0
  • certifi ==2022.6.15
  • charset-normalizer ==2.1.0
  • docutils ==0.16
  • idna ==3.3
  • imagesize ==1.4.1
  • importlib-metadata ==4.12.0
  • jinja2 ==3.1.2
  • markdown-it-py ==2.1.0
  • markupsafe ==2.1.1
  • mdit-py-plugins ==0.3.0
  • mdurl ==0.1.2
  • myst-parser ==0.18.0
  • packaging ==21.3
  • pygments ==2.12.0
  • pyparsing ==3.0.9
  • pytz ==2022.2.1
  • pyyaml ==6.0
  • requests ==2.28.1
  • snowballstemmer ==2.2.0
  • sphinx ==5.1.1
  • sphinx-rtd-theme ==1.0.0
  • sphinxcontrib-applehelp ==1.0.2
  • sphinxcontrib-devhelp ==1.0.2
  • sphinxcontrib-htmlhelp ==2.0.0
  • sphinxcontrib-jsmath ==1.0.1
  • sphinxcontrib-qthelp ==1.0.3
  • sphinxcontrib-serializinghtml ==1.1.5
  • typing-extensions ==4.3.0
  • urllib3 ==1.26.11
  • zipp ==3.8.1
thirdparty/OpenDataDetector/ci/requirements.in pypi
  • hist *
  • histcmp >=0.4.0
  • matplotlib *
  • mplhep *
  • uproot *
thirdparty/OpenDataDetector/ci/requirements.txt pypi
  • boost-histogram ==1.3.1
  • certifi ==2021.10.8
  • charset-normalizer ==2.0.12
  • click ==8.0.4
  • colorama ==0.4.4
  • commonmark ==0.9.1
  • cycler ==0.11.0
  • fonttools ==4.33.2
  • hist ==2.6.1
  • histcmp ==0.4.0
  • histoprint ==2.2.1
  • idna ==3.3
  • iminuit ==2.11.2
  • jinja2 ==3.1.1
  • kiwisolver ==1.4.2
  • markupsafe ==2.1.1
  • matplotlib ==3.5.1
  • mplhep ==0.3.23
  • mplhep-data ==0.0.3
  • numpy ==1.22.3
  • packaging ==21.3
  • pillow ==9.1.0
  • pydantic ==1.9.0
  • pygments ==2.12.0
  • pyparsing ==3.0.8
  • python-dateutil ==2.8.2
  • pyyaml ==6.0
  • requests ==2.27.1
  • rich ==11.2.0
  • scipy ==1.8.0
  • six ==1.16.0
  • typer ==0.4.1
  • typing-extensions ==4.2.0
  • uhi ==0.3.1
  • uproot ==4.2.2
  • urllib3 ==1.26.9
  • wasabi ==0.9.1