Skip to content
 
 

Repository files navigation

Presentation

This is the analysis tools for mtt study.

Get the code

Get the code by executing this command:

Using HTTPS:

myWorkingDir> git clone https://github.com/IPNL-CMS/MttTools.git

Using SSH keys (see how to generate a SSH key and add it to GitHub here):

myWorkingDir> git clone git@github.com:IPNL-CMS/MttTools.git

You can see that the directory "plotIt" is empty. Retrieve the code from the corresponding sub-repository as showed below:

myWorkingDir> cd MttTools
MttTools> git submodule init
MttTools> git submodule update

Setup the environment

Every time you want to work with MttTools, you have to setup the environment:

MttTools> source setup_lyoserv_env.sh

You also have to dowload and compile the external libraries:

MttTools> cd external/
external> ./build-external.sh
external> cd..

About

Various tools for the Mtt analysis

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors