Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • N NPDet
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • EIC
  • NPDet
  • Merge requests
  • !7
The source project of this merge request has been removed.

New GenericDetectors directory structure and Digi libs.

Closed Whitney Armstrong requested to merge (removed):new_dirs into master Nov 08, 2017
  • Overview 1
  • Pipelines 0
  • Changes 35

New GenericDetectors directory structure and Digi libs.

  • Added new structure to GenericDetectors
  • Building Separate digitization libraries.
  • Started to follow "modern cmake" build style.
  • The directory structure and library grouping is a work-in-progress.
  • The DD4hep detectors (ie *_geo.cpp) and digi library sources are in the same directories but broken down by type (e.g. trackers, calorimeters, beamline, etc...)
  • Ideally we will document every parameterized detector's usage, but where this documentation should live is not obvious.
  • Currently I am thinking the documentation should be in a "doc" directory, but I am not sure this is ultimately best...
  • Furthermore the compact examples to match probably should go with this too ...

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"

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: new_dirs