Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jackal1-66 committed Nov 15, 2024
1 parent 1ce8e05 commit 913ab51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MC/bin/o2_hybrid_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def main():
noConfGen = ["pythia8pp", "pythia8hf", "pythia8hi", "pythia8powheg"]
gens = []
for gen in args.gen:
# if gen is equal to pythia8, then get the Pythia8GenConfig struct from GeneratorPythia8Param.h
if gen == "pythia8":
gens.append({
'name': 'pythia8',
Expand Down Expand Up @@ -109,4 +108,4 @@ def main():
print(f"JSON file created at {args.output}")

if __name__ == "__main__":
main()
main()

0 comments on commit 913ab51

Please sign in to comment.