The source project of this merge request has been removed.
New GenericDetectors directory structure and Digi libs.
Compare changes
cmake/NPDetConfig.cmake.in
0 → 100644
+ 1
− 0
New GenericDetectors directory structure and Digi libs.
Below is the directory structure envisioned (and halfway implemented)
`GenericDetectors
├── beamline # beamline builds two libraries: detector and digitization
│ ├── cmake # holds only xxxxConfig.cmake.in
│ ├── include
│ └── src
├── calorimeters # calorimeters builds two libraries: detector and digitization
│ ├── cmake # holds only xxxxConfig.cmake.in
│ ├── include
│ └── src
├── compact # not sure this is the best place
└── trackers
├── cmake
├── compact # this might be a better "compact" directory
├── doc
├── include
└── src
Maybe we don't even want a "compact" directory and the xml files should just live in "doc" or "examples"