Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • pr/podio_1
  • ci_image_update
  • pr/dd4hep_01_24
  • 90-support-fastsim-and-gflash
  • multi-threaded-npsim
  • 82-set-charge-by-pdg-id-in-hepmc-reader
  • 79-npsim-gun-shoudl-have-gun-etamin-and-gun-etamax
  • occ_7.5
  • v1.4.1
  • v1.4.0
  • v1.3.2
  • v1.3.1
  • v1.3.0
  • v1.2.4
  • v1.2.3
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.1.0
  • v1.0.0
  • v0.9.0
  • v0.8.0
  • v0.7.0
  • v0.6.0
  • v0.5.0
  • v0.4.0
  • v0.3.2
  • v0.3.1
29 results

README.md

Blame
  • 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