Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #! /bin/bash
0002 f4a=Fun4All_Probe.C
0003 nevnt=10
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 if [ ! -e "$f4a" ]; then
0015     cp "../$f4a" "./"
0016 fi
0017 
0018 echo ../$f4a $nevnt 0.4 test_r04.root $min_lead_truth_pt $calo_list $jettruth_list $bbc_list $global_list $truthg4_list 0
0019 ../run.sh ../$f4a $nevnt 0.4 test_r04.root $min_lead_truth_pt $calo_list $jettruth_list $bbc_list $global_list $truthg4_list 0
0020 
0021 echo all done test.sh