compileClustering.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 echo "COMPILING CLUSTERING MODULE."
4 g++ -std=c++11 -o Module_SNClustering.exe Module_SNClustering.C `root-config --cflags --glibs`
5 echo "COMPILING CLUSTERING ANALYSIS."
6 g++ -std=c++11 -o Analyse_SNClustering.exe Analyse_SNClustering.C `root-config --cflags --glibs`