Tree Analysis Modules (TAM) framework
What is TAM?
The Tree-Analysis Module (TAM) package was developed with three main goals in mind:
- First, to provide a very general, modular framework for analyzing data in Root trees.
- Second, to ensure compatibility with Proof and allow users to switch between Proof-based and Proof-less analysis with as much ease as possible.
- Third, to hide, as much as possible, all direct interaction with the tree itself from the user.
Documentation
The full documentation is available as http://www.cmsaf.mit.edu/twiki/pub/Software/TAM/tamdoc.pdf
Presentations
Source code
Installation instructions
- Assuming you have successfully built ROOT, unpack the source package at the top-level directory in
$ROOTSYS. Then simply type 'make' at the top level.
- Alternatively, use svn to check-out the head trunk into your
$ROOTSYS directory
svn co https://svn.code.sf.net/p/tree-ana-mod/code/trunk $ROOTSYS
- Then type 'make' in the
$ROOTSYS directory.