Skip to content

DMills27/TMVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMVA+

The TMVA+ is a current ongoing project that seeks to extend the Toolkit for Multivariate Analysis (TMVA). It contains implementaions of algorithms that are not found in the TMVA. On its completion it should contain the following implementations (though this may be subject to change):


##Loading the classes First ensure that ROOT is installed. If you haven't done this already, details of how to do this can be found here . To run ROOT, open bash and type

cd root
source ./bin/thisroot.sh
root

If a message such as

root: can't figure out DISPLAY, set it manually

comes up, type export DISPLAY=localhost:0.0 and repeat the above steps.If done correctly, then a message saying

W E L C O M E to R O O T

should appear in the bash shell.

And finally, to load the classes type

.L [file_name.c]
[class name]
[2] [function]

About

The TMVA+ is an extension of the Toolkit for Multivariate Data Analysis (TMVA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors