Skip to content

Commit c868397

Browse files
jackal1-66sawenzel
authored andcommitted
Removed comment
1 parent 7a88fae commit c868397

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MC/bin/o2_hybrid_gen.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ def main():
1414
noConfGen = ["pythia8pp", "pythia8hf", "pythia8hi", "pythia8powheg"]
1515
gens = []
1616
for gen in args.gen:
17-
# if gen is equal to pythia8, then get the Pythia8GenConfig struct from GeneratorPythia8Param.h
1817
if gen == "pythia8":
1918
gens.append({
2019
'name': 'pythia8',
@@ -109,4 +108,4 @@ def main():
109108
print(f"JSON file created at {args.output}")
110109

111110
if __name__ == "__main__":
112-
main()
111+
main()

0 commit comments

Comments
 (0)