SiteSpecifics
index
/local_disk/sherwood/RTT/Tools/RunTimeTester/RunTimeTester-00-00-93/src/SiteSpecifics.py

 
Modules
       
logging
os

 
Classes
       
SiteSpecifics
CERNSiteSpecifics
PetersMacSiteSpecifics
UCLslc3SiteSpecifics

 
class CERNSiteSpecifics(SiteSpecifics)
    For running at CERN
 
  Methods defined here:
__init__(self)
rootCommand(self)
rootSys(self)

Methods inherited from SiteSpecifics:
addToLibs(self)
postTogether(self)
preAthena(self)
Actions required before invoking athena at a specific site.
preTogether(self)
site(self)
togetherCommand(self)

 
class PetersMacSiteSpecifics(SiteSpecifics)
    For running on Peter Sherwood's laptop
 
  Methods defined here:
__init__(self)
rootCommand(self)

Methods inherited from SiteSpecifics:
addToLibs(self)
postTogether(self)
preAthena(self)
Actions required before invoking athena at a specific site.
preTogether(self)
rootSys(self)
How a root env var is called at a specific site.
site(self)
togetherCommand(self)

 
class SiteSpecifics
    Base class
 
  Methods defined here:
__init__(self)
addToLibs(self)
postTogether(self)
preAthena(self)
Actions required before invoking athena at a specific site.
preTogether(self)
rootCommand(self)
How root is called at a specific site.
rootSys(self)
How a root env var is called at a specific site.
site(self)
togetherCommand(self)

 
class UCLslc3SiteSpecifics(SiteSpecifics)
    Running on SLC3 machines at UCL
 
  Methods defined here:
__init__(self)
addToLibs(self)
preAthena(self)
Set up env variables required by Gaudi, but not usually set at UCL
rootCommand(self)
rootSys(self)

Methods inherited from SiteSpecifics:
postTogether(self)
preTogether(self)
site(self)
togetherCommand(self)

 
Data
        logger = <logging.Logger instance>