Skip to content
Snippets Groups Projects
Select Git revision
  • 8439c5c2d6da743b15b64eebe802a68b81c0f685
  • master default protected
  • npsim
  • pr/lowQ2_benchmark
  • pr/diffractive_vm_campaign
  • status-no-github-sha
  • this-epic-sh
  • this-epic.sh
  • pr/u_channel_sweger
  • pi0_and_photon
  • revert-49e6bc61
  • neutron_in_insert
  • sebouh137-patch-1
  • physics_benchmarks
  • pr/dis_snakemake
  • pr/kinematics_correlations_ak_num
  • pdf-report
  • master-patch-9d2b
  • TA-work-branch2
  • TA-work-branch
  • truth_reconstruction
21 results

physics_benchmarks

  • Clone with SSH
  • Clone with HTTPS
  • 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