ATLAS Offline Software
Loading...
Searching...
No Matches
Generators
EvgenProdTools
share
common
EnableFixHepMC.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
# This fragment turns on the FixHepMC algorithm
3
from
AthenaCommon.AlgSequence
import
AlgSequence
4
topAlg = AlgSequence()
5
print
(
"Running FixHepMC"
)
6
if
not
hasattr(topAlg,
"FixHepMC"
):
7
# TODO: what if it exists but at the wrong point in the sequence? Move to the end?
8
from
EvgenProdTools.EvgenProdToolsConf
import
FixHepMC
9
topAlg +=
FixHepMC
()
FixHepMC
A "fix-up" algorithm to correct weird event records.
Definition
FixHepMC.h:31
Generated on
for ATLAS Offline Software by
1.14.0