The Home of the Tree Analysis Modules (TAM) framework What is TAM? The Tree Analysis Module (TAM) package was developed with three main goals in mind: First ...
nop Software Web Preferences The following settings are web preferences of the Software web. These preferences overwrite the site level preferences in . ...
Documentation of Scripts used to run the gamma jet reconstruction and HID tree exporting With background mixing These are core files: run template.sh , ...
HeavyIonDataTreeMaker module This module exports reconstruction data from CMSSW and writes into HeavyIonData (HID) HIROOT trees. The data can be then processed in ...
Compiling 32 bit root macro on 64 bit machine Steps The following steps have to be done before compiling on 64 bit machines, cgate for example. First check out ...
The Home of the Heavy Ion ROOT analysis framework Goal and Scope HIROOT is a tool for generator level studies for CMS Heavy Ion program. It provides a general framework ...
Conversion of HRT trees to HEPMC files This page explains how to generate HepMC events with HIROOT which can be read into CMSSW using the HepMCFileReader. A previous ...
Please always also check the README which is regularily updated! Starting guide for Tier 3 Assuming you have an account for our Tier 3 (if not you can one), log on ...
In general, generating and analyzing events is a two step process composed of generating events and analyzing events. To generate events in this example the class ...
Assuming you want to access a THIPythia object to find out which seed was used from your HRT tree, do the following the following in a root session. (At best in the ...
HIROOT Structure and Design HIROOT is a tool for generator level studies for Cms HI The design of the framework is guided by the experience with the tree based framework ...
Analyse events and put them into a root file This analysis makes use of two TAM's, one (THIBeginnersExampleAnaMod1) filling a histogram of the number of particles ...
HIROOT ToDo List Check that index tree reading works for the case data tree are split over many files Implement Terminate() for THIGenJetNtuple Check ...
The Subversion version control system Subversion: a powerful replacement for CVS From the subversion website: "The goal of the Subversion project is to build a version ...
Using the Glauber MC class Using the Glauber class is straight forward. You need to specify the system you want to study and the NN cross section to use, eg THIGlauBallMC ...
Writing a customized THIEvent into a tree using TAM The HIROOT framework provides you with a general THITreeWriter TAM module that allows you to store intermediate ...
Variable Index generator An index generator generates indices for a data tree which determine how events are grouped together. The constant index generator (THIConstIndexGenerator ...
Generate data trees and index trees First, we generate the data files that will be used in the mixing example. The data index tree indicates how several events are ...
Please always also check the README which is regularily updated! Generation of HRTs and HRITs (data and index tree) The generation of index and data trees is similar ...
The Home of the STDBUILD build system Goal and Scope STDBUILD is a build system for projects layered on ROOT. It uses a single Makefile approach like ROOT but uses ...