Skip to content

XENONnT/fuse

Repository files navigation

XENON fuse

PyPI version shields.io Coverage Status Test package Readthedocs Badge pre-commit.ci status DOI

Framework for Unified Simulation of Events

fuse is the refactored version of the XENONnT simulation chain. The goal of this project is to unify epix and WFSim into a single program. fuse is based on the strax framework, so that the simulation steps are encoded in plugins with defined inputs and outputs. This allows for a flexible and modular simulation chain.

Installation

With all requirements fulfilled (e.g., on top of the XENONnT montecarlo_environment):

python -m pip install xenon-fuse

or install from source:

git clone [email protected]:XENONnT/fuse
cd fuse
python -m pip install . --user

Plugin Structure

The full simulation chain in split into multiple plugins. An overview of the simulation structure can be found below.

fuse plugin structure