This is the analysis tools for mtt study.
Get the code by executing this command:
Using HTTPS:
myWorkingDir> git clone https://github.com/IPNL-CMS/MttTools.gitUsing SSH keys (see how to generate a SSH key and add it to GitHub here):
myWorkingDir> git clone git@github.com:IPNL-CMS/MttTools.gitYou 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 updateEvery time you want to work with MttTools, you have to setup the environment:
MttTools> source setup_lyoserv_env.shYou also have to dowload and compile the external libraries:
MttTools> cd external/
external> ./build-external.sh
external> cd..