Skip to content
Snippets Groups Projects
Forked from EIC / NPDet
487 commits behind, 356 commits ahead of the upstream repository.
  • Whitney Armstrong's avatar
    8bb5aceb
    Moved around files · 8bb5aceb
    Whitney Armstrong authored
    - Fixed warnings for different section levels
    - put all detectors in subdirectory.
    
    	new file:   .gitignore
    	new file:   InputEvents.rst
    	modified:   contents.rst
    	renamed:    Calorimeters.rst -> detectors/Calorimeters.rst
    	renamed:    EMCalorimeterSoLID.rst -> detectors/EMCalorimeterSoLID.rst
    	renamed:    RomanPot.rst -> detectors/RomanPot.rst
    	new file:   detectors/Trackers.rst
    	renamed:    detectors.rst -> detectors/detectors.rst
    8bb5aceb
    History
    Moved around files
    Whitney Armstrong authored
    - Fixed warnings for different section levels
    - put all detectors in subdirectory.
    
    	new file:   .gitignore
    	new file:   InputEvents.rst
    	modified:   contents.rst
    	renamed:    Calorimeters.rst -> detectors/Calorimeters.rst
    	renamed:    EMCalorimeterSoLID.rst -> detectors/EMCalorimeterSoLID.rst
    	renamed:    RomanPot.rst -> detectors/RomanPot.rst
    	new file:   detectors/Trackers.rst
    	renamed:    detectors.rst -> detectors/detectors.rst
getting_started.rst 800 B

Getting Started

Installation

Singularity Container

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

Warning

need to add brief instructions here.

Building from source

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

Development

Warning

need to add brief how to for container development.