Skip to content

Commit

Permalink
Update utils/material_plots.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Sailer <[email protected]>
  • Loading branch information
armin-ilg and andresailer authored Sep 19, 2024
1 parent f7e2329 commit 0881aa1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions utils/material_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ def main():
if material == "Tungsten": continue
if material == "Copper": continue
if material == "beam": continue
if material == "LiquidNDecane": continue
if material == "AlBeMet162": continue
if material == "Gold": continue
if material in ["LiquidNDecane", "AlBeMet162", "Gold"]:
continue
if material not in histDict.keys():
histDict[material] = {
"x0": ROOT.TH1F("", "", (int)((args.angleMax-args.angleMin) / args.angleBinning), args.angleMin, args.angleMax),
Expand Down

0 comments on commit 0881aa1

Please sign in to comment.