Go to the source code of this file.
Namespaces | |
namespace | runregparse |
Functions | |
def | runregparse::invert_intervals |
def | runregparse::merge_intervals |
def | runregparse::remove_extra_spaces |
def | runregparse::remove_html_tags |
def | runregparse::searchrun |
Variables | |
tuple | runregparse::ADDRESS = CONFIG.get('Common','RunReg') |
tuple | runregparse::BFIELD = CONFIG.get('Common','BField_thr') |
tuple | runregparse::BFIELD_float = float(BFIELD) |
list | runregparse::blocks = selected_dcs[run] |
tuple | runregparse::CFGLIST = CONFIG.items('Common') |
list | runregparse::combined = [] |
dictionary | runregparse::compactList = {} |
tuple | runregparse::CONFIG = ConfigParser.ConfigParser() |
string | runregparse::CONFIGFILE = 'runreg.cfg' |
tuple | runregparse::DATASET = CONFIG.get('Common','Dataset') |
list | runregparse::DCS_ALL = ['Bpix','Fpix','Tibtid','TecM','TecP','Tob','Ebminus','Ebplus','EeMinus','EePlus','EsMinus','EsPlus','HbheA','HbheB','HbheC','H0','Hf','Dtminus','Dtplus','Dt0','CscMinus','CscPlus','Rpc','Castor',"NONE"] |
tuple | runregparse::dcs_data = server.DataExporter.export('RUNLUMISECTION', 'GLOBAL', 'json', sel_dcstable) |
tuple | runregparse::dcsbad_int = invert_intervals(jsonlist[element]) |
tuple | runregparse::DCSLIST = string.split(DCSSTAT,',') |
tuple | runregparse::DCSSTAT = CONFIG.get('Common','DCS') |
runregparse::EXCEPTION = False | |
int | runregparse::EXRUN = 1 |
string | runregparse::FULLADDRESS = "/xmlrpc" |
tuple | runregparse::GROUP = CONFIG.get('Common','Group') |
tuple | runregparse::hlt = line.split(',') |
tuple | runregparse::HLTNAMEFILTER = CONFIG.get('Common','HLTnameFilter') |
tuple | runregparse::JSONFILE = CONFIG.get('Common','JSONFILE') |
tuple | runregparse::jsonlist = json.loads(dcs_data) |
list | runregparse::LISTOFRUN = [] |
tuple | runregparse::ls_temp_data = server.DataExporter.export('RUN', 'GLOBAL', 'csv_datasets', sel_dstable) |
runregparse::LSCOMMENT = True | |
tuple | runregparse::LSPARSE = CONFIG.get('Common','LSCOMMENT') |
tuple | runregparse::lumiSummary = open(JSONFILE, 'w') |
tuple | runregparse::manualbad_int = searchrun(element) |
tuple | runregparse::OUTPUTFILENAME = CONFIG.get('Common',"OutputFileName") |
list | runregparse::prevblock = [-2,-2] |
list | runregparse::QF_ALL_STAT = ["GOOD","BAD","EXCL","NONE"] |
list | runregparse::QF_ALL_SYS = ["Hcal","Track","Strip","Egam","Es","Dt","Csc","Pix","Muon","Rpc","Castor","Jmet","Ecal","L1t","Hlt","NONE"] |
tuple | runregparse::QFLAGS = CONFIG.get('Common','QFLAGS') |
tuple | runregparse::QFlist = string.split(QFLAGS,',') |
list | runregparse::ranges = [] |
tuple | runregparse::run = line.split(',') |
tuple | runregparse::run_data = server.DataExporter.export('RUN', 'GLOBAL', 'csv_runs', sel_runtable) |
tuple | runregparse::RUNMAX = CONFIG.get('Common','Runmax') |
tuple | runregparse::RUNMIN = CONFIG.get('Common','Runmin') |
tuple | runregparse::runs_to_print = selected_dcs.keys() |
string | runregparse::sel_dcstable = "{groupName} ='" |
string | runregparse::sel_dstable = "{groupName} ='" |
string | runregparse::sel_runtable = "{groupName} ='" |
dictionary | runregparse::selected_dcs = {} |
tuple | runregparse::selectedRuns = open(OUTPUTFILENAME, 'w') |
string | runregparse::selectlumi = "process.source.lumisToProcess = cms.untracked.VLuminosityBlockRange(\n" |
tuple | runregparse::server = xmlrpclib.ServerProxy(FULLADDRESS) |
tuple | runregparse::syst = string.split(QF,":") |
int | runregparse::Tries = 0 |
tuple | runregparse::value = string.split(QF,":") |