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 16 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: allpix-squared
  • License: mit
  • Language: C++
  • Default Branch: master
  • Size: 20.5 MB
Statistics
  • Stars: 12
  • Watchers: 3
  • Forks: 23
  • Open Issues: 6
  • Releases: 0
Created over 7 years ago · Last pushed 9 months ago
Metadata Files
Readme Contributing License Citation Authors

README.md

ALlpix Squared Logo

Allpix2

Generic Pixel Detector Simulation Framework

Allpix2 is a flexible and modular simulation framework for semiconductor radiation detectors, written in modern C++. The goal of the Allpix2 framework is to provide a comprehensive and easy-to-use package for end-to-end simulations of the performance of patterned semiconductor radiation detectors, from incident ionizing radiation to the digitization of pixel hits in the detector ASIC.

For more details about the project please have a look at the website at https://cern.ch/allpix-squared.

build status coverity status zenodo record REUSE status

Using Allpix2

Docker Images

Docker images are provided for all releases and the latest development version of the framework. To create a container from the latest Docker image and start an interactive shell session with the current host system path mounted to /data, run:

shell docker run --interactive --tty --volume "$(pwd)":/data --name=allpix-squared \ gitlab-registry.cern.ch/allpix-squared/allpix-squared bash

Alternatively it is also possible to directly start the simulation instead of an interactive shell:

shell docker run --tty --rm --volume "$(pwd)":/data --name=allpix-squared \ gitlab-registry.cern.ch/allpix-squared/allpix-squared "allpix -c my_simulation.conf"

To run a tagged version, append the tag to the image name, e.g. gitlab-registry.cern.ch/allpix-squared/allpix-squared:v2.2.1. More detailed information on the Docker images can be found in the user manual.

Machines with CVMFS

Machines with a supported OS and the CERN Virtual Machine File System (CVMFS) can load Allpix2 and its dependencies from there by sourcing the respective environment:

shell source /cvmfs/clicdp.cern.ch/software/allpix-squared/<version>/x86_64-<system>-<compiler>-opt/setup.sh

where <version> should be replaced with the desired Allpix2 version, e.g. 2.2.1 and <system> with the operating system of the executing machine (centos7, centos8 or mac11). The compiler versions available via the <compiler> tag depend on the selected operating system.

When running for the first time, the CVMFS cache of the executing machine has to be populated with all dependencies. This can lead to a significant start-up time for the first execution, it does not affect simulation performance or subsequent executions with the cache already present.

Compilation from Source

Allpix2 uses the CMake build system, version 3.6.3 or later, to configure and compile the framework. It requires a compiler with full C++17 support. More detailed instructions on how to compile the framework from source can be found in the user manual. The framework has the following external dependencies:

  • ROOT (required, with the GenVector component)
  • Boost.Random (required, version >= 1.64.0)
  • Geant4 (optional, but required for typical purposes, multithreading capabilities should be enabled)
  • Eigen3 (optional, but required for typical purposes)

For machines with CVMFS, e.g. the CERN LXPLUS or DESY NAF clusters, all dependencies and required compiler versions can be satisfied via:

shell source etc/scripts/setup_lxplus.sh

Compilation TL;DR:

shell mkdir build && cd build/ cmake .. make install

Documentation

The User Manual of the most recent release version of Allpix2 is available from the website.\ The respective Doxygen reference is published online as well.

Citing Allpix2

Allpix2 is distributed freely and openly under the MIT license, but the authors kindly ask to cite the reference paper and the Zenodo record in scientific publications:

  • The reference paper of Allpix2 has been published in Nuclear Instrumentations and Methods in Physics Research A with open access and can be obtained from https://doi.org/10.1016/j.nima.2018.06.020. A preprint version is available on arxiv:1806.05813. Please cite this paper when publishing your work using Allpix2 as:

    S. Spannagel et al., “Allpix2: A modular simulation framework for silicon detectors”, Nucl. Instr. Meth. A 901 (2018) 164 – 172, doi:10.1016/j.nima.2018.06.020, arXiv:1806.05813

  • The versioned Zenodo record can be found at https://doi.org/10.5281/zenodo.3550935. Please cite the version used for the published work. For example, the latest version should be cited as:

    S. Spannagel, K. Wolters & P. Schütze. (2022). Allpix Squared - Generic Pixel Detector Simulation Framework (2.2.0). Zenodo. https://doi.org/10.5281/zenodo.6387859

Further papers with algorithm validations as well as tutorials and seminar talks can be found on the website.

Developing Allpix2

See AUTHORS.md

Contributing to Allpix2

All types of contributions, being it minor and major, are welcome. Please refer to our contribution guidelines for a description on how to get started. Before adding changes it is highly recommended to carefully read through the documentation in the User Manual first.

Licenses

This software is distributed under the terms of the MIT license. The documentation is distributed under the terms of the CC-BY-4.0 license.

This repository follows the REUSE specification, a full copyright report can be created via reuse spdx.

A copy of all licenses can be found in the LICENSES folder.

The following third-party codes are included in the repository:

Owner

  • Name: Allpix Squared
  • Login: allpix-squared
  • Kind: organization

Citation (CITATION.cff)

# SPDX-FileCopyrightText: 2022-2025 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0
cff-version: 1.2.0
title: Allpix Squared
message: If you use this software, please cite it
type: software
authors:
  - given-names: Simon
    family-names: Spannagel
    orcid: https://orcid.org/0000-0003-4708-3774
    affiliation: DESY
  - given-names: Koen
    family-names: Wolters
  - given-names: Paul
    family-names: Schütze
    affiliation: DESY
doi: 10.5281/zenodo.3550935
url: https://cern.ch/allpix-squared
license: MIT

GitHub Events

Total
  • Watch event: 2
  • Issue comment event: 17
  • Push event: 46
  • Pull request review event: 2
  • Pull request event: 7
  • Fork event: 4
  • Create event: 2
Last Year
  • Watch event: 2
  • Issue comment event: 17
  • Push event: 46
  • Pull request review event: 2
  • Pull request event: 7
  • Fork event: 4
  • Create event: 2

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 days
  • Total issue authors: 0
  • Total pull request authors: 8
  • Average comments per issue: 0
  • Average comments per pull request: 0.7
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 13 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • simonge (2)
  • tbilloud (1)
  • sam-sw (1)
  • gkunkler (1)
  • heller3 (1)
  • simonspa (1)
  • raul-campanelli (1)
  • mmdonatti (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/compilation-and-test.yml actions
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • actions/upload-artifact v2 composite
  • aidasoft/run-lcg-view v2 composite
  • cvmfs-contrib/github-action-cvmfs v2 composite
.github/workflows/format-and-lint.yml actions
  • actions/checkout v2 composite
  • aidasoft/run-lcg-view v2 composite
  • cvmfs-contrib/github-action-cvmfs v2 composite
etc/docker/Dockerfile docker
  • gitlab-registry.cern.ch/allpix-squared/allpix-squared/allpix-squared-deps v3 build