Skip to content

Commit

Permalink
New run_simc scripts to automate ntuple/tree conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
gaskelld committed Jul 21, 2020
1 parent 97a7d4d commit 81f6d7c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions run_simc_ntup
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
./simc << endofinput > runout/$1.out
$1
endofinput
cd util/ntuple
./make_ntuple << endofinput
$1
endofinput
cd ../..
rm worksim/$1.bin


12 changes: 12 additions & 0 deletions run_simc_tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
./simc << endofinput > runout/$1.out
$1
endofinput
cd util/root_tree
./make_root_tree << endofinput
$1
endofinput
cd ../..
rm worksim/$1.bin



0 comments on commit 81f6d7c

Please sign in to comment.