Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/key4hep/k4geo into IDEA_o1_v03
Browse files Browse the repository at this point in the history
  • Loading branch information
armin-ilg committed Sep 24, 2024
2 parents f7e2329 + 72c9480 commit b371240
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions utils/material_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,8 @@ def main():
material = material.replace("66D","")
material = material.replace("Vtx","")

if material == "Air": continue
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 ["Air","Tungsten","Copper","beam","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 b371240

Please sign in to comment.