Skip to content
Snippets Groups Projects
Select Git revision
  • 8ac6578c6b82b93e1af5445b99e28ab61e4588f0
  • 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

reference_detector

  • Clone with SSH
  • Clone with HTTPS
  • Overview

    The reference detector at IP6 for Electron-Ion Collider experiment.

    Detector geometry viewer:


    Browse latest

    Detector views

    Getting Started

    Adding/changing detector geometry

    Hint: Use the CI/CD pipelines.

    To avoid dealing with setting up all the software, we recommend using the CI/CD to make changes. Any feedback to help this process is appreciated.

    Here is how to begin:

    1. Look at existing detector constructions and reuse if possible. Note that "compact detector descriptions" -> xml files, and "detector construction" -> cpp file.
    2. Modify xml file or detector construction.
    3. Create a WIP (or draft) merge request and look at the CI output for debugging. Then go to back to 2 if changes are needed.
    4. Remove the WIP/Draft part of the merge request if you would like to see your changes merged into the master.

    See:

    Compiling (avoid it)

    First, see if the use case above is best for you. It most likely is and can save a lot of time for newcomers. To run the simulation locally, we suggest using the singularity image. More details can be found at the links below:

    Related useful links