![]() |
ATLAS Offline Software
|
Functions | |
| setup_server () | |
Variables | |
| str | __author__ = 'Juerg Beringer' |
| str | __version__ = 'index.py atlas/athena' |
| currentDir = os.path.dirname(os.path.abspath(__file__)) | |
| dict | beamSpotConfig |
| root = BeamSpotWebPage() | |
| baseUrl | |
| query | |
| config | |
ATLAS Beam Spot web page. This is the root page that sets up the tree of beam spot
web pages. This is intended to be run by CherryPy through Apache's mod_python, but
you can test it locally using `python index.py`.
Sample Apache configuration:
<Location "/">
PythonPath "sys.path+['/home/jb/atl/InDetBeamSpotExample/www']"
SetHandler python-program
PythonHandler cherrypy._cpmodpy::handler
PythonOption cherrypy.setup index::setup_server
PythonDebug On
</Location>
| index.setup_server | ( | ) |
Definition at line 85 of file index.py.
| dict index.beamSpotConfig |
| index.currentDir = os.path.dirname(os.path.abspath(__file__)) |
| index.root = BeamSpotWebPage() |