Public Member Functions | |
def | __init__ (self, db, authFile=None) |
def | update_gain_logs (self, iov, cfgname) |
Public Attributes | |
GainO2OPartition | |
GainO2OSkippedDevices | |
GainO2OWhitelistedDevices | |
iovstart | |
o2o_partitions | |
o2oid | |
Private Member Functions | |
def | _readPartitions (self, p) |
def | _readSkippedDevices (self, p, whitelist=False) |
Definition at line 64 of file o2o_db_gain.py.
Definition at line 65 of file o2o_db_gain.py.
|
private |
Definition at line 71 of file o2o_db_gain.py.
Definition at line 102 of file o2o_db_gain.py.
References o2o_db_gain.DbManagerGain.GainO2OSkippedDevices, o2o_db_gain.DbManagerGain.GainO2OWhitelistedDevices, and o2o_db_gain.DbManagerGain.o2oid.
def o2o_db_gain.DbManagerGain.update_gain_logs | ( | self, | |
iov, | |||
cfgname | |||
) |
Insert bookkeeping info to the tables. Args: iov (int or str): IOV number cfgname (str): name of the CMSSW cfg file. The cfg file need to be placed in the current directory.
Definition at line 132 of file o2o_db_gain.py.
o2o_db_gain.DbManagerGain.GainO2OPartition |
Definition at line 67 of file o2o_db_gain.py.
o2o_db_gain.DbManagerGain.GainO2OSkippedDevices |
Definition at line 68 of file o2o_db_gain.py.
Referenced by o2o_db_gain.DbManagerGain._readSkippedDevices().
o2o_db_gain.DbManagerGain.GainO2OWhitelistedDevices |
Definition at line 69 of file o2o_db_gain.py.
Referenced by o2o_db_gain.DbManagerGain._readSkippedDevices().
o2o_db_gain.DbManagerGain.iovstart |
Definition at line 140 of file o2o_db_gain.py.
o2o_db_gain.DbManagerGain.o2o_partitions |
Definition at line 72 of file o2o_db_gain.py.
o2o_db_gain.DbManagerGain.o2oid |
Definition at line 152 of file o2o_db_gain.py.
Referenced by o2o_db_gain.DbManagerGain._readSkippedDevices().