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
Rename the PxiDump folder to Utilities/Set2*
Break the programs into distinct source files for clarity.
Update cmake scripts so that the code still compiles properly
Acceptance Criteria
Code compiles without issue
The Utility directory is created
The PxiDump directory is renamed
The set2* directories are moved to be a child of Utilities.
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
Acceptance Criteria