ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/TAM/README
Revision: 1.5
Committed: Tue Apr 28 14:56:45 2009 UTC (16 years ago) by loizides
Branch: MAIN
CVS Tags: Mit_009c, Mit_009b, Mit_009a
Changes since 1.4: +2 -2 lines
Log Message:
Updated with tam svn

File Contents

# User Rev Content
1 loizides 1.5 $Id: README,v 1.4 2009/04/27 08:11:26 loizides Exp $
2 loizides 1.1
3     The Tree-Analysis-Module (TAM) framework is an independent package
4     developed with three main goals in mind:
5 loizides 1.2 * First, to provide a very general, modular framework for analyzing data in ROOT trees.
6 loizides 1.1 * Second, to ensure compatibility with Proof and allow users to switch between Proof-based
7     and Proof-less analysis with as much ease as possible.
8     * Third, to hide, as much as possible, all direct interaction with the tree itself from the user.
9    
10     Its main twiki page is at http://www.cmsaf.mit.edu/twiki/bin/view/Software/TAM.
11 loizides 1.5 The current revision from which we branched of is: Revision 5532.
12 loizides 1.1
13     If you think you found a bug, please send an email to loizides@mit.edu.
14     Please note that the coding conventions used for TAM do not necessarily
15     coincide with what we use for MitAna.