Newer
Older
## DD4hep
DD4hep introduces the concept of a `DetElement` which is related to the volumes (logical volumes) and placed volumes but not in a strict way.
These elements build up a separate tree which describes the relationship between the volumes and the readout detectors.
Through the unique BitField ID this allows position space information to be mapped to and from channel number/cell ID space.


- Eicweb fork: https://eicweb.phy.anl.gov/EIC/podio
- AIDAsoft repo: https://github.com/AIDASoft/podio
[Defined in yaml
file](https://eicweb.phy.anl.gov/EIC/podio/blob/master/lcio2/lcio-edm.yaml)
which is used to generate C++ library.

## NPDet - Nuclear physics detector library
As we will learn the compact detector description files are used to build detectors from a parameterized detector library.
NPDet is a collection of _generic detectors_ and _concept detectors_.
In a hack-a-thon we will add to this detector library.