Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:14:13

0001 #! /bin/bash
0002 out_name=out.root
0003 nevnt=100
0004 min_lead_truth_pt=10
0005 
0006 calo_list=dst_calo_cluster_0.list
0007 jettruth_list=dst_truth_jet_0.list
0008 bbc_list=dst_bbc_g4hit_0.list
0009 global_list=dst_global_0.list
0010 truthg4_list=dst_truth_g4hit_0.list
0011 
0012 
0013 # ../condor.sh test.root $pTlb $nevnt $calo_list $jettruth_list $g4truth_list $bbc_list $global_list
0014 ../condor.sh $nevnt 0.4 test_r04.root $min_lead_truth_pt $calo_list $jettruth_list $bbc_list $global_list $truthg4_list 0
0015 
0016 echo all done test.sh