Functions | |
def | detectEnviroment |
Variables | |
string | CMSSW_Release = "CMSSW_" |
string | CMSSW_Release_Number = "2_2_10" |
tuple | environmentString = detectEnviroment() |
dictionary | host |
dictionary | knownclassNames |
list | knownlogLevels = ["DEBUG","INFO","ERROR"] |
tuple | libDirectory = lambda:userHomeDirecotry() |
dictionary | logURLs |
dictionary | pathsToExecutive |
dictionary | port |
dictionary | RCMSStateListenerURL |
dictionary | sourceURL |
string | user = "" |
string | userHomeDirecotry = lambda:"/nfshome0/" |
list | users = ["dqmpro","dqmdev"] |
def EnviromentSettings.detectEnviroment | ( | ) |
Definition at line 1 of file EnviromentSettings.py.
References join().
string EnviromentSettings.CMSSW_Release = "CMSSW_" |
Definition at line 36 of file EnviromentSettings.py.
string EnviromentSettings.CMSSW_Release_Number = "2_2_10" |
Definition at line 35 of file EnviromentSettings.py.
tuple EnviromentSettings.environmentString = detectEnviroment() |
Definition at line 38 of file EnviromentSettings.py.
dictionary EnviromentSettings.host |
Definition at line 49 of file EnviromentSettings.py.
dictionary EnviromentSettings.knownclassNames |
Definition at line 41 of file EnviromentSettings.py.
list EnviromentSettings.knownlogLevels = ["DEBUG","INFO","ERROR"] |
Definition at line 66 of file EnviromentSettings.py.
tuple EnviromentSettings.libDirectory = lambda:userHomeDirecotry() |
Definition at line 40 of file EnviromentSettings.py.
Referenced by detectEnviroment().
dictionary EnviromentSettings.logURLs |
Definition at line 64 of file EnviromentSettings.py.
dictionary EnviromentSettings.pathsToExecutive |
Definition at line 62 of file EnviromentSettings.py.
dictionary EnviromentSettings.port |
Definition at line 51 of file EnviromentSettings.py.
dictionary EnviromentSettings.RCMSStateListenerURL |
Definition at line 56 of file EnviromentSettings.py.
dictionary EnviromentSettings.sourceURL |
Definition at line 53 of file EnviromentSettings.py.
string EnviromentSettings.user = "" |
Definition at line 30 of file EnviromentSettings.py.
Referenced by EcalTPGParamReaderFromDB.analyze(), EcalTPGParamReaderFromDB.EcalTPGParamReaderFromDB(), StoreESCondition.fillHeader(), StoreEcalCondition.fillHeader(), popcon::RpcDataUXC.getNewObjects(), popcon::RpcDataV.getNewObjects(), popcon::RpcDataS.getNewObjects(), popcon::RpcObGasData.getNewObjects(), popcon::RPCObPVSSmapData.getNewObjects(), popcon::RpcDataI.getNewObjects(), popcon::RpcDataGasMix.getNewObjects(), popcon::RpcDataT.getNewObjects(), popcon::RpcDataFebmap.getNewObjects(), InputTagDistributorService.init(), VariableHelperService.init(), and SiStripConfigDb.usingDatabase().
string EnviromentSettings.userHomeDirecotry = lambda:"/nfshome0/" |
Definition at line 32 of file EnviromentSettings.py.
list EnviromentSettings.users = ["dqmpro","dqmdev"] |
Definition at line 31 of file EnviromentSettings.py.