ATLAS Offline Software
sherpaTarCreator.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 # Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4 
5 from Sherpa_i.sherpaTarCreator import main
6 
7 if __name__ == "__main__":
8  main.main()