AMS Analysis Tool + HManager examples The subdirectories below HistoMan contains: HManager_examples: it contains some example of the use of the Histogram Manager as standalone utility. src: it contains the source files and the includes for the AMS Analysis tool typing the command: make doc within this directory you can create a latex and html documentation of the tool classes, the documentation is createted in the directory doc/ just below the HistoMan directory. cint: it contains an example of the use of the analysis tool with interactive ROOT session tselector: it contains an example of the use of the analysis tool with an interactive ROOT session with the use of the TSelector class which allows for parallel processing (PROOF) static-dynamic: it contains an example of the use of the analysis tool as batch system the Makefile within this directory allows to compile static and dynamic linked programs To customize the analysis tool you must add your own cut to the cut library editing the files: DCut.cxx here you have to add just one line to the Library_init() method myCutfun.cxx here you must implement your cut function You may also add your own histograms editing: DHFU.cxx