<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/tree-ana-mod/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/tree-ana-mod/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 27 May 2015 23:02:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tree-ana-mod/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Corey</title><link>https://sourceforge.net/p/tree-ana-mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -11,8 +11,6 @@
 * 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.
-
-**The project is now hosted at https://code.google.com/p/tree-ana-mod/**

 Documentation
 -------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Corey</dc:creator><pubDate>Wed, 27 May 2015 23:02:10 -0000</pubDate><guid>https://sourceforge.netfaee66f5f5040665931d9725877d5936dde433b8</guid></item><item><title>Home modified by Corey</title><link>https://sourceforge.net/p/tree-ana-mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -7,6 +7,7 @@
 -------------

 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.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Corey</dc:creator><pubDate>Wed, 27 May 2015 23:01:33 -0000</pubDate><guid>https://sourceforge.net58739ee838e6d76422a3a954b5a0f130e9d4ffad</guid></item><item><title>Home modified by Corey</title><link>https://sourceforge.net/p/tree-ana-mod/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#tree-analysis-modules-tam-framework"&gt;Tree Analysis Modules (TAM) framework&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#what-is-tam"&gt;What is TAM?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#documentation"&gt;Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#presentations"&gt;Presentations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#source-code"&gt;Source code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#installation-instructions"&gt;Installation instructions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="tree-analysis-modules-tam-framework"&gt;Tree Analysis Modules (TAM) framework&lt;/h1&gt;
&lt;h2 id="what-is-tam"&gt;What is TAM?&lt;/h2&gt;
&lt;p&gt;The Tree-Analysis Module (TAM) package was developed with three main goals in mind:&lt;br /&gt;
&lt;em&gt; First, to provide a very general, modular framework for analyzing data in Root trees. &lt;br /&gt;
&lt;/em&gt; Second, to ensure compatibility with Proof and allow users to switch between Proof-based and Proof-less analysis with as much ease as possible. &lt;br /&gt;
* Third, to hide, as much as possible, all direct interaction with the tree itself from the user.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The project is now hosted at &lt;a href="https://code.google.com/p/tree-ana-mod" rel="nofollow"&gt;&lt;/a&gt;&lt;a href="https://code.google.com/p/tree-ana-mod" rel="nofollow"&gt;https://code.google.com/p/tree-ana-mod/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="documentation"&gt;Documentation&lt;/h2&gt;
&lt;p&gt;The full documentation is available as &lt;a href="http://www.cmsaf.mit.edu/twiki/pub/Software/TAM/tamdoc.pdf" rel="nofollow"&gt;http://www.cmsaf.mit.edu/twiki/pub/Software/TAM/tamdoc.pdf&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="presentations"&gt;Presentations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.cmsaf.mit.edu/twiki/pub/Software/TAM/TreeAnalysisModulesROOTWorkshop2005.pdf" rel="nofollow"&gt;http://www.cmsaf.mit.edu/twiki/pub/Software/TAM/TreeAnalysisModulesROOTWorkshop2005.pdf&lt;/a&gt; - TAM introduction given at ROOT workshop, Sep 2005&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="source-code"&gt;Source code&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The project is now hosted at &lt;a href="https://sourceforge.net/p/tree-ana-mod"&gt;https://sourceforge.net/p/tree-ana-mod/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="installation-instructions"&gt;Installation instructions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Assuming you have successfully built ROOT,  unpack the source package at the top-level directory in &lt;code&gt;$ROOTSYS&lt;/code&gt;. Then simply type 'make' at the top level.&lt;/li&gt;
&lt;li&gt;Alternatively, use svn to check-out the head trunk into your &lt;code&gt;$ROOTSYS&lt;/code&gt; directory&lt;ul&gt;
&lt;li&gt;&lt;code&gt;svn co https://svn.code.sf.net/p/tree-ana-mod/code/trunk $ROOTSYS&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Then type 'make' in the &lt;code&gt;$ROOTSYS&lt;/code&gt; directory.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Corey</dc:creator><pubDate>Wed, 27 May 2015 23:00:57 -0000</pubDate><guid>https://sourceforge.netf8eca370bcca69b8d21c61d223ff9f8abc34f41e</guid></item></channel></rss>