test_cafanatree.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 #bin/mcp_skimmer --infile anatree_100.root --outfile skimmed.root --debug 0
4 #echo "done with running skimming module"
5 
6 #### For CDR production sample, where the TPC is not in (0, 0, 0), correction for mcp position wrt TPC center
7 #cafanatree_module --infile andytree.root --outfile caf.root --correct4origin 1 --originTPC 0.00012207 -150.473 1486
8 
9 #### For CDR production sample, where the TPC is not in (0, 0, 0), no correction for mcp position wrt TPC center
10 #cafanatree_module --infile andytree.root --outfile caf.root --correct4origin 0 --originTPC 0.00012207 -150.473 1486
11 
12 #### For any sample, where the TPC is in (0, 0, 0)
13 #cafanatree_module --infile andytree.root --outfile caf.root --correct4origin 0 --originTPC 0 0 0
14 
15 echo "done with running cafanatree module"