testTree.sh
Go to the documentation of this file.
1 #!/bin/sh
2 
3 if [ -f edepsimTree.root ]; then
4  rm edepsimTree.root
5 fi
6 
7 if [ -d edepsimTree ]; then
8  rm -rf edepsimTree
9 fi
10 
11 edep-sim -o edepsimTree.root -C -e 10 -u ${EDEP_ROOT}/inputs/muon-10000.mac
12 
13 ./dumpTree.py edepsimTree.root