Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:14:48

0001 #!/bin/tcsh
0002 
0003 date
0004 
0005 echo  inner HCAL 1st col
0006 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,0,0,\"HCALOUT\"\)
0007 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,1,0,\"HCALOUT\"\)
0008 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,2,0,\"HCALOUT\"\)
0009 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,3,0,\"HCALOUT\"\)
0010 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,4,0,\"HCALOUT\"\)
0011 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,5,0,\"HCALOUT\"\)
0012 
0013 echo  inner HCAL 2nd col
0014 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,0,1,\"HCALOUT\"\)
0015 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,1,1,\"HCALOUT\"\)
0016 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,2,1,\"HCALOUT\"\)
0017 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,3,1,\"HCALOUT\"\)
0018 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,4,1,\"HCALOUT\"\)
0019 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,5,1,\"HCALOUT\"\)
0020 
0021 echo  inner HCAL 3rd col
0022 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,0,2,\"HCALOUT\"\)
0023 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,1,2,\"HCALOUT\"\)
0024 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,2,2,\"HCALOUT\"\)
0025 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,3,2,\"HCALOUT\"\)
0026 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,4,2,\"HCALOUT\"\)
0027 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,5,2,\"HCALOUT\"\)
0028 
0029 echo  inner HCAL 4th col
0030 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,0,3,\"HCALOUT\"\)
0031 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,1,3,\"HCALOUT\"\)
0032 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,2,3,\"HCALOUT\"\)
0033 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,3,3,\"HCALOUT\"\)
0034 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,4,3,\"HCALOUT\"\)
0035 root -l -b -q  Fun4All_TestBeam_HCAL_SampleFrac.C\(1000,5,3,\"HCALOUT\"\)
0036 
0037 date
0038