Functions | |
def | addCorrToBranch (schema, corrname, a1, optionalcorrdata, branchinfo) |
def | addHLTRunDataToBranch (schema, runnumber, hltrundata, branchinfo) |
def | addLumiRunDataToBranch (schema, runnumber, lumirundata, branchinfo, tableName) |
def | addNormToBranch (schema, normname, amodetag, norm1, egev1, optionalnormdata, branchinfo) |
def | addTrgRunDataToBranch (schema, runnumber, trgrundata, branchinfo) |
def | allfillschemes (schema) |
def | beamInfoById (schema, dataid, withBeamIntensity=False, minIntensity=0.1) |
def | beamstatusByIds (schema, dataidMap) |
def | bulkInsertHltLSData (session, runnumber, data_id, hltlsdata, bulksize=500) |
def | bulkInsertLumiLSSummary (session, runnumber, data_id, lumilsdata, tableName, bulksize=500, withDetails=True) |
def | bulkInsertTrgLSData (session, runnumber, data_id, trglsdata, bulksize=500) |
def | dataentryIdByRun (schema, runnum, branchfilter) |
def | fillInRange (schema, fillmin, fillmax, amodetag, startT, stopT) |
def | fillrunMap (schema, fillnum=None, runmin=None, runmax=None, startT=None, stopT=None, l1keyPattern=None, hltkeyPattern=None, amodetag=None) |
def | fillschemePatternMap (schema, lumitype) |
def | guesscorrIdByName (schema, tagname=None) |
LumiDB DML API # # Author: Zhen Xie #. More... | |
def | guessDataIdByRun (schema, runnum, tablename, revfilter=None) |
def | guessDataIdForRange (schema, inputRange, tablename) |
def | guessHltDataIdByRunInBranch (schema, runnum, tablename, branchName) |
def | guessLumiDataIdByRunInBranch (schema, runnum, tablename, branchName) |
def | guessnormIdByContext (schema, amodetag, egev1) |
def | guessnormIdByName (schema, normname) |
def | guessTrgDataIdByRunInBranch (schema, runnum, tablename, branchName) |
def | hltLSById (schema, dataid, hltpathname=None, hltpathpattern=None, withL1Pass=False, withHLTAccept=False) |
def | hltRunById (schema, dataid, hltpathname=None, hltpathpattern=None) |
def | hlttrgMappingByrun (schema, runnum, hltpathname=None, hltpathpattern=None) |
def | insertRunSummaryData (schema, runnumber, runsummarydata, complementalOnly=False) |
def | insertTrgHltMap (schema, hltkey, trghltmap) |
def | intglumiForRange (schema, runlist) |
def | latestdataIdByEntry (schema, entryid, datatype, branchfilter) |
def | lumiBXByAlgo (schema, dataid, algoname) |
def | lumicorrById (schema, correctiondataid) |
def | lumiLSById (schema, dataid, beamstatus=None, withBXInfo=False, bxAlgo='OCC1', withBeamIntensity=False, tableName=None) |
def | luminormById (schema, dataid) |
def | lumiRunById (schema, lumidataid, lumitype='HF') |
def | lumiRunByIds (schema, dataidMap, lumitype='HF') |
def | runList (schema, datatagid, runmin=None, runmax=None, fillmin=None, fillmax=None, startT=None, stopT=None, l1keyPattern=None, hltkeyPattern=None, amodetag=None, nominalEnergy=None, energyFlut=0.2, requiretrg=True, requirehlt=True, preselectedruns=None, lumitype=None) |
def | runsummary (schema, runnum, sessionflavor='') |
def | trgLSById (schema, dataid, trgbitname=None, trgbitnamepattern=None, withL1Count=False, withPrescale=False) |
def | trgRunById (schema, dataid, trgbitname=None, trgbitnamepattern=None) |
def dataDML.addCorrToBranch | ( | schema, | |
corrname, | |||
a1, | |||
optionalcorrdata, | |||
branchinfo | |||
) |
input: branchinfo(corrrevisionid,branchname) optionalcorrdata {'a2':a2,'drift':drif} output: (revision_id,entry_id,data_id)
Definition at line 1931 of file dataDML.py.
References revisionDML.addEntry(), revisionDML.addRevision(), revisionDML.bookNewEntry(), revisionDML.bookNewRevision(), and revisionDML.entryInBranch().
def dataDML.addHLTRunDataToBranch | ( | schema, | |
runnumber, | |||
hltrundata, | |||
branchinfo | |||
) |
input: hltrundata [pathnameclob(0),datasource(1)] output: (revision_id,entry_id,data_id)
Definition at line 2028 of file dataDML.py.
References revisionDML.addEntry(), revisionDML.addRevision(), revisionDML.bookNewEntry(), revisionDML.bookNewRevision(), revisionDML.entryInBranch(), nameDealer.hltdataTableName(), createfilelist.int, and str.
def dataDML.addLumiRunDataToBranch | ( | schema, | |
runnumber, | |||
lumirundata, | |||
branchinfo, | |||
tableName | |||
) |
input: lumirundata [datasource,nominalenergy,ncollidingbunches,starttime,stoptime,nls] branchinfo (branch_id,branch_name) tableName lumiruntablename output: (revision_id,entry_id,data_id)
Definition at line 1962 of file dataDML.py.
References revisionDML.addEntry(), revisionDML.addRevision(), revisionDML.bookNewEntry(), revisionDML.bookNewRevision(), revisionDML.entryInBranch(), createfilelist.int, and str.
def dataDML.addNormToBranch | ( | schema, | |
normname, | |||
amodetag, | |||
norm1, | |||
egev1, | |||
optionalnormdata, | |||
branchinfo | |||
) |
input: branchinfo(normrevisionid,branchname) optionalnormdata {'norm_occ2':norm_occ2,'norm_et':norm_et,'norm_pu':norm_pu,'constfactor':constfactor} output: (revision_id,entry_id,data_id)
Definition at line 1893 of file dataDML.py.
References revisionDML.addEntry(), revisionDML.addRevision(), revisionDML.bookNewEntry(), revisionDML.bookNewRevision(), revisionDML.entryInBranch(), and nameDealer.luminormTableName().
def dataDML.addTrgRunDataToBranch | ( | schema, | |
runnumber, | |||
trgrundata, | |||
branchinfo | |||
) |
input: trgrundata [datasource(0),bitzeroname(1),bitnameclob(2)] bitnames clob, bitnames separated by ',' output: (revision_id,entry_id,data_id)
Definition at line 2001 of file dataDML.py.
References revisionDML.addEntry(), revisionDML.addRevision(), revisionDML.bookNewEntry(), revisionDML.bookNewRevision(), revisionDML.entryInBranch(), createfilelist.int, str, and nameDealer.trgdataTableName().
def dataDML.allfillschemes | ( | schema | ) |
Definition at line 1063 of file dataDML.py.
References data, nameDealer.fillschemeTableName(), and GetRecoTauVFromDQM_MC_cff.next.
result (runnum,[(lumilsnum(0),cmslsnum(1),beamstatus(2),beamenergy(3),ncollidingbunches(4),beaminfolist(5),..]) beaminfolist=[(bxidx,beam1intensity,beam2intensity)]
Definition at line 1192 of file dataDML.py.
References data, nameDealer.lumidataTableName(), nameDealer.lumisummaryv2TableName(), GetRecoTauVFromDQM_MC_cff.next, and CommonUtil.unpackBlobtoArray().
Referenced by lumiCalcAPI.beamForIds(), and lumiCalcAPI.beamForRange().
def dataDML.beamstatusByIds | ( | schema, | |
dataidMap | |||
) |
input dataidMap : {run:lumidataid} result {runnum:{cmslsnum:beamstatus}}
Definition at line 920 of file dataDML.py.
References data, createfilelist.int, nameDealer.lumisummaryv2TableName(), and GetRecoTauVFromDQM_MC_cff.next.
def dataDML.bulkInsertHltLSData | ( | session, | |
runnumber, | |||
data_id, | |||
hltlsdata, | |||
bulksize = 500 |
|||
) |
input: hltlsdata {cmslsnum:[inputcountBlob,acceptcountBlob,prescaleBlob]}
Definition at line 2167 of file dataDML.py.
References nameDealer.lshltTableName().
def dataDML.bulkInsertLumiLSSummary | ( | session, | |
runnumber, | |||
data_id, | |||
lumilsdata, | |||
tableName, | |||
bulksize = 500 , |
|||
withDetails = True |
|||
) |
input: lumilsdata {lumilsnum:[cmslsnum,instlumi,instlumierror,instlumiquality,beamstatus,beamenergy,numorbit,startorbit,cmsbxindexblob,beam1intensity,beam2intensity,bxlumivalue_occ1,bxlumierror_occ1,bxlumiquality_occ1,bxlumivalue_occ2,bxlumierror_occ2,bxlumiquality_occ2,bxlumivalue_et,bxlumierror_et,bxlumiquality_et]}
Definition at line 2204 of file dataDML.py.
def dataDML.bulkInsertTrgLSData | ( | session, | |
runnumber, | |||
data_id, | |||
trglsdata, | |||
bulksize = 500 |
|||
) |
insert trg per-LS data for given run and data_id, this operation can be split in transaction chuncks input: trglsdata {cmslsnum:[deadtime,bitzerocount,bitzeroprescale,trgcountBlob,trgprescaleBlob]} result nrows inserted if nrows==0, then this insertion failed
Definition at line 2127 of file dataDML.py.
References nameDealer.lstrgTableName().
def dataDML.dataentryIdByRun | ( | schema, | |
runnum, | |||
branchfilter | |||
) |
select el.entry_id,et.entry_id,eh.entry_id,el.revision_id,et.revision_id,eh.revision_id from lumidataentiries el,trgdataentries et,hltdataentries eh where el.name=et.name and et.name=eh.name and el.name=:entryname; check on entryrev return [lumientryid,trgentryid,hltentryid]
Definition at line 1806 of file dataDML.py.
References data, nameDealer.entryTableName(), nameDealer.hltdataTableName(), nameDealer.lumidataTableName(), GetRecoTauVFromDQM_MC_cff.next, str, and nameDealer.trgdataTableName().
def dataDML.fillInRange | ( | schema, | |
fillmin, | |||
fillmax, | |||
amodetag, | |||
startT, | |||
stopT | |||
) |
select fillnum,runnum,starttime from cmsrunsummary where [where fillnum>=:fillmin and fillnum<=:fillmax and amodetag=:amodetag] output: [fill]
Definition at line 89 of file dataDML.py.
References mps_setup.append, nameDealer.cmsrunsummaryTableName(), data, createfilelist.int, join(), and GetRecoTauVFromDQM_MC_cff.next.
Referenced by MuonPFAnalyzer.analyze(), and lumiCalcAPI.fillInRange().
def dataDML.fillrunMap | ( | schema, | |
fillnum = None , |
|||
runmin = None , |
|||
runmax = None , |
|||
startT = None , |
|||
stopT = None , |
|||
l1keyPattern = None , |
|||
hltkeyPattern = None , |
|||
amodetag = None |
|||
) |
select fillnum,runnum,starttime from cmsrunsummary [where fillnum=:fillnum and runnum>=runmin and runnum<=runmax and amodetag=:amodetag ] output: {fill:[runnum,...]}
Definition at line 160 of file dataDML.py.
References mps_setup.append, nameDealer.cmsrunsummaryTableName(), data, createfilelist.int, join(), and GetRecoTauVFromDQM_MC_cff.next.
Referenced by lumiCalcAPI.fillrunMap().
def dataDML.fillschemePatternMap | ( | schema, | |
lumitype | |||
) |
output:(patternStr:correctionFac)
Definition at line 1572 of file dataDML.py.
References data, nameDealer.fillschemeTableName(), and GetRecoTauVFromDQM_MC_cff.next.
Referenced by lumiCalcAPI.deliveredLumiForIds().
LumiDB DML API # # Author: Zhen Xie #.
select data_id from lumicorrectionss [where entry_name=:tagname] result lumicorrectionsdataid
Definition at line 16 of file dataDML.py.
References data, SiStripPI.max, and GetRecoTauVFromDQM_MC_cff.next.
select max data_id of the given run. In current design, it's the most recent data of the run
Definition at line 1620 of file dataDML.py.
References data, SiStripPI.max, and GetRecoTauVFromDQM_MC_cff.next.
Referenced by guessDataIdForRange().
def dataDML.guessDataIdForRange | ( | schema, | |
inputRange, | |||
tablename | |||
) |
input: inputRange [run] output: {run:lumiid} select data_id,runnum from hltdata where runnum<=runmax and runnum>=:runmin
Definition at line 1651 of file dataDML.py.
References data, guessDataIdByRun(), SiStripPI.max, min(), and GetRecoTauVFromDQM_MC_cff.next.
def dataDML.guessHltDataIdByRunInBranch | ( | schema, | |
runnum, | |||
tablename, | |||
branchName | |||
) |
Definition at line 1614 of file dataDML.py.
References revisionDML.entryInBranch(), revisionDML.latestDataRevisionOfEntry(), revisionDML.revisionsInBranchName(), and str.
def dataDML.guessLumiDataIdByRunInBranch | ( | schema, | |
runnum, | |||
tablename, | |||
branchName | |||
) |
Definition at line 1602 of file dataDML.py.
References revisionDML.entryInBranch(), revisionDML.latestDataRevisionOfEntry(), revisionDML.revisionsInBranchName(), and str.
def dataDML.guessnormIdByContext | ( | schema, | |
amodetag, | |||
egev1 | |||
) |
get norm dataids by amodetag, egev if there are duplicates, pick max(dataid).Bypass full version lookups select data_id from luminorm where amodetag=:amodetag and egev_1=:egev1
Definition at line 1739 of file dataDML.py.
References data, createfilelist.int, nameDealer.luminormTableName(), SiStripPI.max, and GetRecoTauVFromDQM_MC_cff.next.
def dataDML.guessnormIdByName | ( | schema, | |
normname | |||
) |
get norm dataids by name, if there are duplicates, pick max(dataid).Bypass full version lookups select data_id from luminorms where entry_name=:normname result luminormdataid
Definition at line 1774 of file dataDML.py.
References data, nameDealer.luminormTableName(), SiStripPI.max, and GetRecoTauVFromDQM_MC_cff.next.
def dataDML.guessTrgDataIdByRunInBranch | ( | schema, | |
runnum, | |||
tablename, | |||
branchName | |||
) |
Definition at line 1608 of file dataDML.py.
References revisionDML.entryInBranch(), revisionDML.latestDataRevisionOfEntry(), revisionDML.revisionsInBranchName(), and str.
def dataDML.hltLSById | ( | schema, | |
dataid, | |||
hltpathname = None , |
|||
hltpathpattern = None , |
|||
withL1Pass = False , |
|||
withHLTAccept = False |
|||
) |
result (runnum, {cmslsnum:[(pathname,prescale,1lpass,hltaccept)](0)]}
Definition at line 1437 of file dataDML.py.
References data, hltRunById(), nameDealer.lshltTableName(), GetRecoTauVFromDQM_MC_cff.next, and CommonUtil.unpackBlobtoArray().
Referenced by lumiCalcAPI.hltForIds().
result [runnum(0),datasource(1),npath(2),hltnamedict(3)] output : npath : total number of hltpath in DB hltnamedict : list of all selected paths [(hltpathidx,hltname),(hltpathidx,hltname)]
Definition at line 1333 of file dataDML.py.
References data, nameDealer.hltdataTableName(), and GetRecoTauVFromDQM_MC_cff.next.
Referenced by hltLSById().
select m.hltpathname,m.l1seed from cmsrunsummary r,trghltmap m where r.runnum=:runnum and m.hltkey=r.hltkey and [m.hltpathname=:hltpathname] output: {hltpath:l1seed}
Definition at line 1390 of file dataDML.py.
References nameDealer.cmsrunsummaryTableName(), data, createfilelist.int, GetRecoTauVFromDQM_MC_cff.next, and nameDealer.trghltMapTableName().
Referenced by lumiCalcAPI.effectiveLumiForIds(), and lumiCalcAPI.hltpathsForRange().
input: runsummarydata [l1key,amodetag,egev,sequence,hltkey,fillnum,starttime,stoptime] output:
Definition at line 2055 of file dataDML.py.
References nameDealer.cmsrunsummaryTableName(), and createfilelist.int.
def dataDML.insertTrgHltMap | ( | schema, | |
hltkey, | |||
trghltmap | |||
) |
input: trghltmap {hltpath:l1seed} output:
Definition at line 2097 of file dataDML.py.
References GetRecoTauVFromDQM_MC_cff.next, and nameDealer.trghltMapTableName().
def dataDML.intglumiForRange | ( | schema, | |
runlist | |||
) |
output: {run:intglumi_in_fb}
Definition at line 1536 of file dataDML.py.
References data, nameDealer.intglumiv2TableName(), SiStripPI.max, min(), and GetRecoTauVFromDQM_MC_cff.next.
Referenced by lumiCalcAPI.deliveredLumiForIds().
def dataDML.latestdataIdByEntry | ( | schema, | |
entryid, | |||
datatype, | |||
branchfilter | |||
) |
select l.data_id,rl.revision_id from lumidatatable l,lumirevisions rl where l.data_id=rl.data_id and l.entry_id=:entryid check revision_id is in branch
Definition at line 1845 of file dataDML.py.
References data, nameDealer.hltdataTableName(), nameDealer.lumidataTableName(), SiStripPI.max, GetRecoTauVFromDQM_MC_cff.next, nameDealer.revmapTableName(), and nameDealer.trgdataTableName().
def dataDML.lumiBXByAlgo | ( | schema, | |
dataid, | |||
algoname | |||
) |
result {lumilsnum:[cmslsnum,numorbit,startorbit,bxlumivalue,bxlumierr,bxlumiqlty]}
Definition at line 1283 of file dataDML.py.
References data, nameDealer.lumisummaryv2TableName(), GetRecoTauVFromDQM_MC_cff.next, and str.
def dataDML.lumicorrById | ( | schema, | |
correctiondataid | |||
) |
select entry_name,a1,a2,drift from lumicorrections where DATA_ID=:dataid output: {tagname:(data_id(0),a1(1),a2(2),driftcoeff(3))}
Definition at line 49 of file dataDML.py.
References data, and GetRecoTauVFromDQM_MC_cff.next.
def dataDML.lumiLSById | ( | schema, | |
dataid, | |||
beamstatus = None , |
|||
withBXInfo = False , |
|||
bxAlgo = 'OCC1' , |
|||
withBeamIntensity = False , |
|||
tableName = None |
|||
) |
input: beamstatus: filter on beam status flag output: result (runnum,{lumilsnum,[cmslsnum(0),instlumi(1),instlumierr(2),instlumiqlty(3),beamstatus(4),beamenergy(5),numorbit(6),startorbit(7),(bxvalueArray,bxerrArray)(8),(bxindexArray,beam1intensityArray,beam2intensityArray)(9)]})
Definition at line 1085 of file dataDML.py.
References data, createfilelist.int, nameDealer.lumisummaryv2TableName(), GetRecoTauVFromDQM_MC_cff.next, and CommonUtil.unpackBlobtoArray().
Referenced by lumiCalcAPI.instLumiForIds().
def dataDML.luminormById | ( | schema, | |
dataid | |||
) |
select entry_name,amodetag,norm_1,egev_1,norm_2,egev_2 from luminorms where DATA_ID=:dataid output: {norm_name:(amodetag(0),norm_1(1),egev_1(2),norm_occ2(3),norm_et(4),norm_pu(5),constfactor(6))}
select entry_name,amodetag,norm_1,egev_1,norm_2,egev_2 from luminorms where DATA_ID=:dataid result (normname(0),amodetag(1),egev(2),norm(3),norm_occ2(4),norm_et(5),norm_pu(6),constfactor(7))
Definition at line 555 of file dataDML.py.
References data, nameDealer.luminormTableName(), and GetRecoTauVFromDQM_MC_cff.next.
def dataDML.lumiRunById | ( | schema, | |
lumidataid, | |||
lumitype = 'HF' |
|||
) |
input: lumidataid output: (runnum(0),datasource(1),nominalegev(2),ncollidingbunches(3),starttimestr(4),stoptimestr(5),nls(6))
Definition at line 960 of file dataDML.py.
References data, nameDealer.lumidataTableName(), GetRecoTauVFromDQM_MC_cff.next, and nameDealer.pixellumidataTableName().
Referenced by lumiRunByIds().
def dataDML.lumiRunByIds | ( | schema, | |
dataidMap, | |||
lumitype = 'HF' |
|||
) |
input dataidMap : {run:lumidataid} result {runnum: (datasource(0),nominalegev(1),ncollidingbunches(2),starttime(3),stoptime(4),nls(5)}
Definition at line 904 of file dataDML.py.
References lumiRunById().
Referenced by lumiCalcAPI.deliveredLumiForIds(), and lumiCalcAPI.runsummaryMap().
def dataDML.runList | ( | schema, | |
datatagid, | |||
runmin = None , |
|||
runmax = None , |
|||
fillmin = None , |
|||
fillmax = None , |
|||
startT = None , |
|||
stopT = None , |
|||
l1keyPattern = None , |
|||
hltkeyPattern = None , |
|||
amodetag = None , |
|||
nominalEnergy = None , |
|||
energyFlut = 0.2 , |
|||
requiretrg = True , |
|||
requirehlt = True , |
|||
preselectedruns = None , |
|||
lumitype = None |
|||
) |
select r.runnum,l.starttime,l.stoptime,l.data_id,tag.trgdataid,tag.hltdataid from cmsrunsummary r,tagruns tag,lumidata l,trgdata t,hltdata h where l.runnum=tag.runnum and r.runnum=l.runnum (and l.runnum=t.runnum and t.runnum=h.runnum) and r.fillnum>=:fillmin and r.fillnum<=fillmax and r.runnum>:runmin and r.runnum<:runmax and r.amodetag=:amodetag (and regexp_like(r.l1key,:l1keypattern) and regexp_like(hltkey,:hltkeypattern) ) and l.nominalEnergy>=:nominalEnergy*(1-energyFlut) and l.nominalEnergy<=:nominalEnergy*(1+energyFlut) and tag.tagid<=:tagid and l.starttime is not null and l.stoptime is not null output: {runnum:[lumiid,trgid,hltid]}
Definition at line 240 of file dataDML.py.
References nameDealer.cmsrunsummaryTableName(), data, nameDealer.hltdataTableName(), createfilelist.int, nameDealer.lumidataTableName(), GetRecoTauVFromDQM_MC_cff.next, nameDealer.pixellumidataTableName(), nameDealer.pixeltagRunsTableName(), nameDealer.tagRunsTableName(), and nameDealer.trgdataTableName().
Referenced by lumiCalcAPI.runList().
def dataDML.runsummary | ( | schema, | |
runnum, | |||
sessionflavor = '' |
|||
) |
select l1key,amodetag,hltkey,fillnum,fillscheme from cmsrunsummary where runnum=:runnum output: [l1key(0),amodetag(1),hltkey(3),fillnum(4),fillscheme(5)]
Definition at line 422 of file dataDML.py.
References nameDealer.cmsrunsummaryTableName(), data, createfilelist.int, and GetRecoTauVFromDQM_MC_cff.next.
Referenced by SiStripFineDelayHit.produce(), and lumiCalcAPI.runsummary().
def dataDML.trgLSById | ( | schema, | |
dataid, | |||
trgbitname = None , |
|||
trgbitnamepattern = None , |
|||
withL1Count = False , |
|||
withPrescale = False |
|||
) |
output: (runnum,{cmslsnum:[deadtimecount(0),bitzerocount(1),bitzeroprescale(2),deadfrac(3),[(bitname,trgcount,prescale,mask)](4)]})
Definition at line 797 of file dataDML.py.
References mps_setup.append, data, nameDealer.lstrgTableName(), GetRecoTauVFromDQM_MC_cff.next, trgRunById(), and CommonUtil.unpackBlobtoArray().
Referenced by lumiCalcAPI.trgForIds().
query: select RUNNUM,SOURCE,BITZERONAME,BITNAMECLOB,ALGOMASK_H,ALGOMASK_L,TECHMASK from trgdata where DATA_ID=:dataid output: [runnum(0),datasource(1),bitzeroname(2),bitnamedict(3),algomask_h(4),algomask_l(5),techmask(6)] -- runnumber -- original source database name -- deadtime norm bitname -- bitnamedict [(bitidx,bitname),...]
Definition at line 729 of file dataDML.py.
References data, GetRecoTauVFromDQM_MC_cff.next, and nameDealer.trgdataTableName().
Referenced by trgLSById().
dataDML.authpath |
Definition at line 2332 of file dataDML.py.
Referenced by lumi::service::DBService.DBService(), LumiCorrectionSource.LumiCorrectionSource(), lumi::DataPipe.setAuthPath(), and lumi::DataPipe.~DataPipe().
dataDML.branchid |
Definition at line 2354 of file dataDML.py.
Referenced by lumi::RevisionDML.addEntry(), and lumi::RevisionDML.addRevision().
dataDML.branchinfo |
Definition at line 2355 of file dataDML.py.
Referenced by TrackerMap.TrackerMap().
dataDML.branchparent |
Definition at line 2354 of file dataDML.py.
dataDML.comment |
Definition at line 2341 of file dataDML.py.
dataDML.cpp2sqltype |
Definition at line 2333 of file dataDML.py.
dataDML.datainfo |
Definition at line 2343 of file dataDML.py.
dataDML.debugON |
Definition at line 2332 of file dataDML.py.
dataDML.False |
Definition at line 2333 of file dataDML.py.
dataDML.hltdata |
Definition at line 2371 of file dataDML.py.
Referenced by LumiSummary.~LumiSummary().
dataDML.hltdataid |
Definition at line 2374 of file dataDML.py.
Referenced by LumiProducer.getHltDataId(), and lumi::HLTV32DB.retrieveData().
dataDML.hltentryid |
Definition at line 2374 of file dataDML.py.
dataDML.hltlsdata |
Definition at line 2373 of file dataDML.py.
dataDML.hltrevid |
Definition at line 2374 of file dataDML.py.
dataDML.hltrundata |
Definition at line 2372 of file dataDML.py.
Referenced by lumi::RevisionDML.insertHltRunData(), and lumi::HLTV32DB.writeHltDataToSchema2().
dataDML.hlttrgmap |
Definition at line 2359 of file dataDML.py.
dataDML.isReadOnly |
Definition at line 2333 of file dataDML.py.
Referenced by Vispa.Views.PropertyView.TextEditWithButtonProperty.setReadOnly().
dataDML.latestNorms |
Definition at line 2382 of file dataDML.py.
dataDML.latestrevision |
Definition at line 2390 of file dataDML.py.
dataDML.lumidataid |
Definition at line 2364 of file dataDML.py.
Referenced by LumiProducer.getLumiDataId(), and lumi::Lumi2DB.retrieveData().
dataDML.lumidummydata |
Definition at line 2361 of file dataDML.py.
dataDML.lumientry_id |
Definition at line 2389 of file dataDML.py.
dataDML.lumientryid |
Definition at line 2364 of file dataDML.py.
dataDML.lumilsdata |
Definition at line 2363 of file dataDML.py.
dataDML.luminormentry_id |
Definition at line 2381 of file dataDML.py.
dataDML.lumirevid |
Definition at line 2364 of file dataDML.py.
dataDML.lumirundata |
Definition at line 2362 of file dataDML.py.
Referenced by lumi::RevisionDML.insertLumiRunData(), and lumi::Lumi2DB.writeAllLumiDataToSchema2().
dataDML.myconstr |
Definition at line 2331 of file dataDML.py.
dataDML.None |
Definition at line 2341 of file dataDML.py.
dataDML.normbranchid |
Definition at line 2350 of file dataDML.py.
dataDML.normbranchinfo |
Definition at line 2351 of file dataDML.py.
dataDML.normbranchparent |
Definition at line 2350 of file dataDML.py.
dataDML.norminfo |
Definition at line 2345 of file dataDML.py.
dataDML.normrevlist |
Definition at line 2380 of file dataDML.py.
dataDML.parentid |
Definition at line 2401 of file dataDML.py.
Referenced by Folder.children(), Folder.parents(), and Folder.symbols().
dataDML.parentname |
Definition at line 2401 of file dataDML.py.
dataDML.revisionid |
Definition at line 2401 of file dataDML.py.
dataDML.revlist |
Definition at line 2387 of file dataDML.py.
dataDML.runsummarydata |
Definition at line 2357 of file dataDML.py.
dataDML.schema |
Definition at line 2334 of file dataDML.py.
Referenced by MonitorElementsDb.analyze(), l1t::OMDSReader.basicQuery(), l1t::OMDSReader.basicQueryGenericKey(), l1t::OMDSReader.basicQueryView(), l1t::OMDSReader.columnNames(), l1t::OMDSReader.columnNamesView(), RPCFw.createFEB(), RPCFw.createGAS(), RPCFw.createIDMAP(), RPCFw.createIMON(), RPCFw.createMix(), cond::CredentialStore.createSchema(), RPCFw.createSTATUS(), RPCFw.createT(), RPCFw.createUXC(), RPCFw.createVMON(), cond::CredentialStore.drop(), L1TriggerScalerRead.dropTable(), cond::CredentialStore.exportAll(), DIPLumiProducer.filldetailcache(), ExpressLumiProducer.fillLSCache(), LumiProducer.fillLSCache(), LumiCorrectionSource.fillparamcache(), DIPLumiProducer.fillsummarycache(), cond::CredentialStore.importForPrincipal(), cond::CredentialStore.listConnections(), cond::CredentialStore.listPrincipals(), CovarianceParameterization.load(), CovarianceParameterization.loadedVersion(), L1CaloHcalScaleConfigOnlineProd.newObject(), L1RCTOmdsFedVectorProducer.produce(), RunInfoRead.readData(), DQMSummaryReader.readData(), RunSummaryRead.readData(), L1TriggerScalerRead.readData(), popcon::RPCEMapSourceHandler.readEMap1(), popcon::L1RPCHwConfigSourceHandler.readHwConfig1(), cond::CredentialStore.removeConnection(), cond::CredentialStore.removePrincipal(), cond::CredentialStore.resetAdmin(), lumi::CMSRunSummaryDummy2DB.retrieveData(), lumi::HLTDummy2DB.retrieveData(), lumi::HLTConfDummy2DB.retrieveData(), lumi::TRGDummy2DB.retrieveData(), lumi::LumiDummy2DB.retrieveData(), cond::CredentialStore.selectForUser(), cond::CredentialStore.selectPermissions(), cond::CredentialStore.setPermission(), cond::CredentialStore.startSession(), cond::CredentialStore.unsetPermission(), cond::CredentialStore.updateConnection(), cond::CredentialStore.updatePrincipal(), and lumi::NormDML.~NormDML().
dataDML.session |
Definition at line 2333 of file dataDML.py.
Referenced by LumiProducer.beginRun(), popcon::PopConBTransitionSourceHandler< T >.checkBOn(), tensorflow.closeSession(), RPCDBCom.connect(), TestBase.connect(), RPCFw.createFEB(), RPCFw.createGAS(), RPCFw.createIDMAP(), RPCFw.createIMON(), RPCFw.createMix(), cond::CredentialStore.createSchema(), tensorflow.createSession(), RPCFw.createSTATUS(), RPCFw.createT(), RPCFw.createUXC(), RPCFw.createVMON(), tensorflow::NTSessionFactory.Deregister(), tensorflow::TBBSessionFactory.Deregister(), DTOccupancyTestML.dqmEndLuminosityBlock(), cond::CredentialStore.drop(), L1TriggerScalerRead.dropTable(), cond::CredentialStore.exportAll(), DIPLumiProducer.filldetailcache(), ExpressLumiProducer.fillLSCache(), LumiProducer.fillLSCache(), LumiCorrectionSource.fillparamcache(), DIPLumiProducer.fillsummarycache(), CondDBESSource.fillTagCollectionFromGT(), FillInfoPopConSourceHandler.getNewObjects(), LHCInfoPopConSourceHandler.getNewObjects(), popcon::PopConBTransitionSourceHandler< T >.getObjectsForBTransition(), cond::CredentialStore.importForPrincipal(), cond::CredentialStore.listConnections(), cond::CredentialStore.listPrincipals(), tensorflow::NTSessionFactory.NewSession(), tensorflow::TBBSessionFactory.NewSession(), l1t::DataWriter.payloadToken(), l1t::DataWriterExt.payloadToken(), L1RCTOmdsFedVectorProducer.produce(), RunInfoRead.readData(), DQMSummaryReader.readData(), RunSummaryRead.readData(), L1TriggerScalerRead.readData(), l1t::DataWriter.readObject(), l1t::DataWriterExt.readObject(), cond::CredentialStore.removeConnection(), cond::CredentialStore.removePrincipal(), tensorflow::NTSessionFactory.Reset(), tensorflow::TBBSessionFactory.Reset(), cond::CredentialStore.resetAdmin(), lumi::CMSRunSummaryDummy2DB.retrieveData(), lumi::HLTDummy2DB.retrieveData(), lumi::HLTConfDummy2DB.retrieveData(), lumi::TRGDummy2DB.retrieveData(), lumi::LumiDummy2DB.retrieveData(), lumi::Lumi2DB.retrieveData(), l1t::WriterProxyT< Record, Type >.save(), cond::CredentialStore.selectForUser(), cond::CredentialStore.selectPermissions(), cond::CredentialStore.setPermission(), cond::CredentialStore.unsetPermission(), cond::CredentialStore.updateConnection(), cond::CredentialStore.updatePrincipal(), l1t::DataWriterExt.writeKeyList(), and l1t::DataWriter.writeKeyList().
dataDML.svc |
Definition at line 2332 of file dataDML.py.
Referenced by lumi::CMSRunSummaryDummy2DB.retrieveData(), lumi::HLTDummy2DB.retrieveData(), lumi::HLTConfDummy2DB.retrieveData(), lumi::TRGDummy2DB.retrieveData(), lumi::LumiDummy2DB.retrieveData(), lumi::TRGWBM2DB.retrieveData(), lumi::HLTConf2DB.retrieveData(), lumi::Lumi2DB.retrieveData(), lumi::TRGScalers2DB.retrieveData(), lumi::HLTV32DB.retrieveData(), and lumi::CMSRunSummary2DB.retrieveData().
dataDML.tables |
Definition at line 2338 of file dataDML.py.
Referenced by NanoAODDQM.analyze().
dataDML.trgdata |
Definition at line 2366 of file dataDML.py.
dataDML.trgdataid |
Definition at line 2369 of file dataDML.py.
Referenced by LumiProducer.getTrgDataId(), and lumi::TRGScalers2DB.retrieveData().
dataDML.trgentry_id |
Definition at line 2395 of file dataDML.py.
dataDML.trgentryid |
Definition at line 2369 of file dataDML.py.
dataDML.trglsdata |
Definition at line 2368 of file dataDML.py.
dataDML.trgrevid |
Definition at line 2369 of file dataDML.py.
dataDML.trgrundata |
Definition at line 2367 of file dataDML.py.
Referenced by lumi::RevisionDML.insertTrgRunData(), and lumi::TRGScalers2DB.writeTrgDataToSchema2().
dataDML.trunkinfo |
Definition at line 2341 of file dataDML.py.
dataDML.withblobdata |
Definition at line 2445 of file dataDML.py.