CMS 3D CMS Logo

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

Variables

tuple BASEDIR = CONFIGDIR.replace("/current/config/dqmgui", "")
 
tuple CONFIGDIR = os.path.normcase(os.path.abspath(__file__))
 
list LAYOUTS
 
string LOGDIR = "%s/logs/dqmgui/relval"
 
tuple modules = ("Monitoring.DQM.GUI",)
 
string STATEDIR = "%s/state/dqmgui/relval"
 

Variable Documentation

tuple server-conf-offline-relval.BASEDIR = CONFIGDIR.replace("/current/config/dqmgui", "")

Definition at line 3 of file server-conf-offline-relval.py.

tuple server-conf-offline-relval.CONFIGDIR = os.path.normcase(os.path.abspath(__file__))

Definition at line 2 of file server-conf-offline-relval.py.

list server-conf-offline-relval.LAYOUTS
Initial value:
1 = ["%s/layouts/shift_%s_relval_layout.py" % (CONFIGDIR, x) for x in
2  ("hlt", "ecal" )]

Definition at line 7 of file server-conf-offline-relval.py.

string server-conf-offline-relval.LOGDIR = "%s/logs/dqmgui/relval"

Definition at line 5 of file server-conf-offline-relval.py.

tuple server-conf-offline-relval.modules = ("Monitoring.DQM.GUI",)

Definition at line 14 of file server-conf-offline-relval.py.

string server-conf-offline-relval.STATEDIR = "%s/state/dqmgui/relval"

Definition at line 4 of file server-conf-offline-relval.py.