ATLAS Offline Software
Trigger/TrigValidation/TrigInDetValidation/python/__init__.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 
3 from .TIDV_cond_fix import TIDV_cond_fix, TIDV_singlebeamspot
4 __all__ = ['TIDV_cond_fix', 'TIDV_singlebeamspot']