CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
server-conf-devtest-v6 Namespace Reference

Variables

tuple BASEDIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 
tuple CONFIGDIR = os.path.normcase(os.path.abspath(__file__))
 
string envsetup = "export QUIET_ASSERT=a"
 
list LAYOUTS
 
tuple modules = ("Monitoring.DQM.GUI",)
 

Variable Documentation

tuple server-conf-devtest-v6.BASEDIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

Definition at line 3 of file server-conf-devtest-v6.py.

tuple server-conf-devtest-v6.CONFIGDIR = os.path.normcase(os.path.abspath(__file__))

Definition at line 4 of file server-conf-devtest-v6.py.

string server-conf-devtest-v6.envsetup = "export QUIET_ASSERT=a"

Definition at line 14 of file server-conf-devtest-v6.py.

list server-conf-devtest-v6.LAYOUTS
Initial value:
1 = ["%s/%s-layouts.py" % (CONFIGDIR, x) for x in
2  ("castor","csc", "dt", "eb", "ee", "es","hcal", "hcalcalib", "hlt", "hlx", "l1t", "l1temulator", "rpc", "pixel", "sistrip")]

Definition at line 6 of file server-conf-devtest-v6.py.

tuple server-conf-devtest-v6.modules = ("Monitoring.DQM.GUI",)