Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • custom_segmentation
  • whit-master-patch-58257
  • tooling
  • new_ci_runner
  • sieic_vis
  • beamline
7 results

NPDet

  • Clone with SSH
  • Clone with HTTPS
  • Forked from EIC / NPDet
    487 commits behind, 262 commits ahead of the upstream repository.
    Whitney Armstrong's avatar
    Whitney Armstrong authored
    More realistic roman pots in simple topside + documentation
    
    See merge request EIC/NPDet!107
    bc14f031
    History

    NPdet - Nuclear Physics Detector Library

    A collection of detectors for simulating and building Nuclear Physics experiments.

    Overview

    A detector library for simulation and reconstruction based on DD4hep. This library makes full detector simulation and reconstruction easier by providing a set of flexible parameterized detectors. From these detectors, a full blown concept-detector can be created.

    Documentation

    Writing documentation:

    Tutorials

    Installation

    Singularity Container

    The easiest way to use this library is the with the eic_container.

    Building

    The following are needed before building NPDet

    git clone https://eicweb.phy.anl.gov/EIC/NPDet.git
    mkdir npdet_build && cd npdet_build
    cmake ../NPDet/. -DCMAKE_INSTALL_PREFIX=$HOME # or where ever
    make -j4
    make install

    Related Projects and Useful Links