Skip to content
Snippets Groups Projects
Select Git revision
  • tooling
  • master default protected
  • emcal_gap
  • crystal
  • ZDC
  • Digit
  • HCAL_detector
  • whit-master-patch-58257
  • new_ci_runner
  • sieic_vis
  • beamline
11 results

NPDet

  • Clone with SSH
  • Clone with HTTPS
  • Forked from EIC / NPDet
    546 commits behind the upstream repository.
    Whitney Armstrong's avatar
    Whitney Armstrong authored
    	new file:   src/ConceptDetectors/topside/.gitignore
    	new file:   src/GenericDetectors/calorimeters/src/PolyhedraEndcapCalorimeter2_geo.cpp
    62568bec
    History

    NPDet - Nuclear Physics Detector Library

    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.

    Installation

    Dependencies

    The following are needed before building NPDet

    Building

    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

    Getting Started

    Using the detector library

    Checkout the examples directory for a quick start on how to use the input.

    Adding a detector to the library

    Todo

    Libraries

    Generic Detectors

    more details about Generic Detectors

    Concept-Detectors

    SiEIC

    more details about SiEIC

    JLEIC

    more details about JLEIC

    SoLID

    more details about JLEIC

    clas12

    more details about JLEIC

    eRHIC

    more details about eRHIC

    Related Projects and Useful Links