pixie16 / paass

Pixie Acquisition and Analysis Software Suite
https://pixie16.github.io/paassdoc/
GNU General Public License v3.0
10 stars 29 forks source link

The set2root program folder should be renamed #235

Closed spaulaus closed 7 years ago

spaulaus commented 7 years ago

Description

The folder is still called PxiDump. The set2root and set2ascii programs replaced the PxiDump program, but the folder name wasn't changed. This is confusing to users who are looking for the source codes. This folder should be renamed. We should also start to adopt a similar directory structure as the Analysis. These programs are also combined into a single set2root.cpp, which is incredibly confusing for users who are looking for set2ascii. We should break them into separate files that share a common header.

Work To be Done

  1. Rename the PxiDump folder to Utilities/Set2*
  2. Break the programs into distinct source files for clarity.
  3. Update cmake scripts so that the code still compiles properly

Acceptance Criteria

  1. Code compiles without issue
  2. The Utility directory is created
  3. The PxiDump directory is renamed
  4. The set2* directories are moved to be a child of Utilities.