Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
edep-sim
test
testGDMLTree.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 -g ${EDEP_ROOT}/inputs/example.gdml \
12
-e 1 -u ${EDEP_ROOT}/inputs/muon-10000.mac
13
14
./dumpTree.py edepsimTree.root
15
16
Generated by
1.8.11