LDMX-Software / pflib

Library and tool for interacting with polarfires.
https://ldmx-software.github.io/pflib/
4 stars 0 forks source link

Re-organize executables #78

Open tomeichlersmith opened 2 years ago

tomeichlersmith commented 2 years ago

There are several executables in the tool directory and I think re-organizing these files will be beneficial to stay organized. Generally, everything goes in app and executables that require more than one source file have their own subdirectory.

- app/
  - single-source-executable files
  - tool/
    - pftool source files
  - detector/
    - configure-detector source files