Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
Directory Structure

The pixie16 analysis is contained in the base directory "pixie_scan". You should see at a minimum the following set of files and directories.

File List

Confix.xml

This is a symbolic link to one of the configuration files in config/. You can change the configuration for the program by changing where this link points.

COPYRIGHT

This file contains the copyright information for the software. It should be distributed with each release.

LICENSE

This file contains the licensing information for the software. It should be distributed with any distribution or piece of the code.

README.md

The README contains useful information about how to get started (such as making this documentation). It also contains information on who to contact with issues or questions.

TODO

The TODO contains exactly what you think. If you have suggestions, or tackle one of the projects in this directory please let us know!

Makefile

This is a GNU Makefile, and is responsible for compilation of the program.

Directory Listing

bananas/

This directory contains a test banana file that can be used as a template to use bananas with the scan code.

config/

This directory contains some of the user contributed configuration files. These files contain all of the configuration information that is necessary to analyze data. For an example file, see XML Based Configuration File.

doc/

This directory contains the Doxyfile, and the other files necessary for the generation of this documentation. Once the documentation has been generated it will be located in the sub directories: html/ and latex/

include/

This directory contains all of the ".hpp" files.

obj/

This directory is made by the Makefile during compilation. It holds all of the object files for the program.

scan/

This directory contains all of the ".f" files. In principle, it is never necessary for a general user (or even a developer) to modify these files.

scripts/

This directory contains useful scripts for using the program, either for the running of files, or scripts useful for the use of DAMM.

src/

This directory contains all of the ".cpp" files.