Classes | |
class | DBDataProduct |
class | DBGlobalTag |
class | DBPayload |
class | DBPayloadIterator |
class | DBTag |
class | IOVSyncValue |
Functions | |
def | _checkMerge (previousIOV, newIOV, debugCopy, nExistingDataProducts) |
def | _connect (db, init, read_only, args, as_admin=False) |
def | _exists (session, primary_key, value) |
def | _high (n) |
def | _inserted_before (_IOV, timestamp) |
def | _low (n) |
def | _parse_timestamp (timestamp) |
def | canonicalProductName (product) |
def | connect (args, init=False, read_only=True, as_admin=False) |
def | external_process_get_payloads_objtype_data (queue, args, payloads) |
def | get_payloads_objtype_data (session, payloads) |
def | globalTagInfo (session, name) |
def | main () |
def | mergeIOVs (previousIOV, newIOV) |
def | parseSince (time_type, since) |
def | previousSyncValue (syncValue) |
def | recordToType (record) |
def | sinceToIOV (sinceList, time_type) |
def | tagInfo (session, name, snapshot) |
def | timeTypeName (time_type) |
def | writeTag (tagsGroup, time_type, IOV_payloads, payloadToRefs, originalTagNames, recName) |
def | writeTagImpl (tagsGroup, name, recName, time_type, IOV_payloads, payloadToRefs, originalTagNames) |
|
private |
Definition at line 382 of file conddb2hdf5.py.
References join().
Referenced by mergeIOVs().
|
private |
Definition at line 72 of file conddb2hdf5.py.
Referenced by connect().
|
private |
Definition at line 61 of file conddb2hdf5.py.
References submitPVResolutionJobs.count, and ALCARECOTkAlBeamHalo_cff.filter.
Referenced by globalTagInfo(), and tagInfo().
|
private |
Definition at line 130 of file conddb2hdf5.py.
References createfilelist.int.
Referenced by parseSince().
|
private |
To be used inside filter().
Definition at line 30 of file conddb2hdf5.py.
References _parse_timestamp().
Referenced by tagInfo().
|
private |
Definition at line 133 of file conddb2hdf5.py.
References createfilelist.int.
Referenced by parseSince().
|
private |
Definition at line 43 of file conddb2hdf5.py.
Referenced by _inserted_before(), and conddblib._inserted_before().
def conddb2hdf5.canonicalProductName | ( | product | ) |
Definition at line 541 of file conddb2hdf5.py.
Referenced by conddb2hdf5.DBPayloadIterator.__next__().
Definition at line 111 of file conddb2hdf5.py.
References _connect(), and DeadROC_duringRun.dir.
Referenced by external_process_get_payloads_objtype_data(), and main().
def conddb2hdf5.external_process_get_payloads_objtype_data | ( | queue, | |
args, | |||
payloads | |||
) |
Definition at line 146 of file conddb2hdf5.py.
References connect(), and get_payloads_objtype_data().
def conddb2hdf5.get_payloads_objtype_data | ( | session, | |
payloads | |||
) |
Definition at line 139 of file conddb2hdf5.py.
References python.cmstools.all(), and ALCARECOTkAlBeamHalo_cff.filter.
Referenced by external_process_get_payloads_objtype_data().
def conddb2hdf5.globalTagInfo | ( | session, | |
name | |||
) |
Definition at line 330 of file conddb2hdf5.py.
References _exists(), python.cmstools.all(), and ALCARECOTkAlBeamHalo_cff.filter.
def conddb2hdf5.main | ( | ) |
Definition at line 544 of file conddb2hdf5.py.
References connect(), beamvalidation.exit(), print(), and hdf5Writer.writeH5File().
def conddb2hdf5.mergeIOVs | ( | previousIOV, | |
newIOV | |||
) |
Definition at line 427 of file conddb2hdf5.py.
References _checkMerge(), and mps_setup.append.
Referenced by conddb2hdf5.DBTag.iovsNPayloadNames().
def conddb2hdf5.parseSince | ( | time_type, | |
since | |||
) |
Definition at line 306 of file conddb2hdf5.py.
References _high(), and _low().
Referenced by sinceToIOV().
def conddb2hdf5.previousSyncValue | ( | syncValue | ) |
def conddb2hdf5.recordToType | ( | record | ) |
Definition at line 512 of file conddb2hdf5.py.
Referenced by conddb2hdf5.DBTag.__type().
def conddb2hdf5.sinceToIOV | ( | sinceList, | |
time_type | |||
) |
Definition at line 319 of file conddb2hdf5.py.
References parseSince(), and previousSyncValue().
Referenced by conddb2hdf5.DBTag.iovsNPayloadNames().
def conddb2hdf5.tagInfo | ( | session, | |
name, | |||
snapshot | |||
) |
Definition at line 344 of file conddb2hdf5.py.
References _exists(), _inserted_before(), python.cmstools.all(), ALCARECOTkAlBeamHalo_cff.filter, and createfilelist.int.
Referenced by conddb2hdf5.DBTag.iovsNPayloadNames().
def conddb2hdf5.timeTypeName | ( | time_type | ) |
Definition at line 297 of file conddb2hdf5.py.
References str.
Referenced by conddb2hdf5.DBTag.time_type().
def conddb2hdf5.writeTag | ( | tagsGroup, | |
time_type, | |||
IOV_payloads, | |||
payloadToRefs, | |||
originalTagNames, | |||
recName | |||
) |
Definition at line 505 of file conddb2hdf5.py.
References writeTagImpl().
def conddb2hdf5.writeTagImpl | ( | tagsGroup, | |
name, | |||
recName, | |||
time_type, | |||
IOV_payloads, | |||
payloadToRefs, | |||
originalTagNames | |||
) |
Definition at line 479 of file conddb2hdf5.py.
Referenced by writeTag().