Skip to content

Commit

Permalink
Update tau_plots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sebouh137 authored Oct 25, 2024
1 parent 906de21 commit 0ce0843
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions benchmarks/insert_tau/analysis/tau_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,7 @@

E=a[f'{det}Clusters.energy']


#if det=="EcalEndcapPInsert":
# E=E/1.08
E=E*(-0*E+1.2)


#uncorr=(e/w+h)
#s=-0.0064*uncorr+1.80
#r=uncorr*s #reconstructed energy with correction
#todo apply corrections depending on whether this is an electromagnetic or hadronic shower.

x=a[f'{det}Clusters.position.x']
y=a[f'{det}Clusters.position.y']
Expand Down

0 comments on commit 0ce0843

Please sign in to comment.