ATLAS Offline Software
Loading...
Searching...
No Matches
athenaHLT.py
Go to the documentation of this file.
1#!/usr/bin/env python
2# Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
4import sys
5from AthenaCommon.Logging import logging
6log = logging.getLogger('athenaHLT')
7
8log.error("athenaHLT.py is obsolete, use athenaEF.py instead (same command line interface)")
9sys.exit(1)