15Check that running process twice actually reinitializes the database correctly
21basf2.set_random_seed(
"something important")
27basf2.conditions.globaltags += [
"Legacy_MagneticField_MC8_MC9_MC10"]
29p.add_module(
"EventInfoSetter")
30p.add_module(
"PrintBeamParameters")
35basf2.conditions.reset()
36basf2.conditions.override_globaltags([])
def safe_process(*args, **kwargs)
def configure_logging_for_tests(user_replacements=None)