Skip to content

ebouvier/MttTools

 
 

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 [email protected]: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

Watchers

Forks

Releases

No releases published

Packages

No packages published