Skip to content
Snippets Groups Projects
Select Git revision
  • ba04c9c57a5c653daeb1e67632f4da5474aa7c21
  • master default
  • yezhenyu-btof-20210520
  • 41-detailed-zero-degree-calorimeter-hcal
  • testBranchRobin
  • 73-pion-rejection-yr-benchmark
  • default_visibilities
  • view_update
  • wdconinc-ecal-testing
  • 65-trigger-detector-benchmarks
  • upstream_trigger
  • 14-implement-cb_vtx_endcaps
  • 28-implement-ffi_offm_trk-2
  • 32-implement-ffi_rpot_d2
  • 27-implement-fi_b0_emcal
  • 15-implement-cb_sidiscs
  • 24-implement-ci_hcal
  • fix_ci_GEM
  • 8-implement-cb_ctd
  • Implement_AMEGOX_layers
  • yezhenyu_work_master
  • v0.2.0
  • v0.1.0
23 results

view12

  • 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