Skip to content
Snippets Groups Projects
Commit c8ac96d2 authored by adrien-matta's avatar adrien-matta
Browse files

Merge branch 'NPTool.2.dev' of https://github.com/adrien-matta/nptool into NPTool.2.dev

parents 3d2ef5a1 b4109357
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# exit on error, and verbose
set -ev
# can run the app
npanalysis -h
# cats benchmark
cd $NPTOOL/Benchmarks/cats
npanalysis -D benchmark_cats.detector -C calibration.txt -R RunToTreat.txt -O benchmark_cats
echo ".q" | root -b -l ShowResult.C
......@@ -17,5 +17,5 @@ void ShowResult()
void LoadChain(){
chain = new TChain("PhysicsTree");
// chain->Add("../../Outputs/Analysis/Analysed_test_cats_mask_e644.root");
chain->Add("../../Outputs/Analysis/PhysicsTree.root");
chain->Add("../../Outputs/Analysis/benchmark_cats.root");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment