GEMC V2.4 Bank Comparison
Jump to navigation
Jump to search
Comparing Banks
Running the first ten sets of LUND files, for a total of 10000 events, from 5 degrees to 15 degrees in </math>\theta</math> by increments of 0.001
./Block000
Using the Hit condition
if(dpid[k]==11 && mpid[k]==0 && mtid[k]==0 && otid[k]==2 && procID[k]==90 && sector[k]==1)
Using the evio2root program
~/src/CLAS/evioRootDV/bin/evioeroot v2_4 LH2_0Sol_0Tor_11Gev_0Phi_ShieldOut 10
Analyzing the hits for the older Banks
root -l evio2rootAnalysis_test.C > test_v2_4.out
Analyzing the hits for 4a.0.0
root -l evio2rootAnalysis_test.C > test_v2_4_clas12Tags.out
Comparing the differences
diff -y --width=190 test_v2_4_clas12Tags.out test_v2_4.out
This shows that the two methods look to have similar results
Processing evio2rootAnalysis_test.C... Processing evio2rootAnalysis_test.C... {θ(Th)=5.0000, φ(Th)=0.00, θ(Hit)=5.0000 , φ(Hit)=0.00 ,layer= 1 , wire=1 hit=0} {θ(Th)=5.0000, φ(Th)=0.00, θ(Hit)=5.0000 , φ(Hit)=0.00 ,layer= 1 , wire=1 hit=0} {θ(Th)=5.0010, φ(Th)=0.00, θ(Hit)=5.0009 , φ(Hit)=0.00 ,layer= 1 , wire=1 hit=1} {θ(Th)=5.0010, φ(Th)=0.00, θ(Hit)=5.0009 , φ(Hit)=0.00 ,layer= 1 , wire=1 hit=1} {θ(Th)=5.0020, φ(Th)=0.00, θ(Hit)=5.0021 , φ(Hit)=0.00 ,layer= 1 , wire=1 hit=2} {θ(Th)=5.0020, φ(Th)=0.00, θ(Hit)=5.0021 , φ(Hit)=0.00 ,layer= 1 , wire=1 hit=2} . . . {θ(Th)=14.9970, φ(Th)=0.00, θ(Hit)=14.9961 , φ(Hit)=0.01 ,layer= 1 , wire=33 hit=9997} {θ(Th)=14.9970, φ(Th)=0.00, θ(Hit)=14.9961 , φ(Hit)=0.01 ,layer= 1 , wire=33 hit=9997} {θ(Th)=14.9980, φ(Th)=0.00, θ(Hit)=14.9986 , φ(Hit)=0.00 ,layer= 1 , wire=33 hit=9998} {θ(Th)=14.9980, φ(Th)=0.00, θ(Hit)=14.9986 , φ(Hit)=0.00 ,layer= 1 , wire=33 hit=9998} {θ(Th)=14.9990, φ(Th)=0.00, θ(Hit)=14.9973 , φ(Hit)=0.00 ,layer= 1 , wire=33 hit=9999} {θ(Th)=14.9990, φ(Th)=0.00, θ(Hit)=14.9973 , φ(Hit)=0.00 ,layer= 1 , wire=33 hit=9999} Total hits=10000 Total hits=10000
Testing to see if there is any differences at all
diff -q test_v2_4_clas12Tags.out test_v2_4.out
NO DIFFERENCES