Classes | |
class | ParsingError |
Functions | |
def | exit (msg="") |
def | nonzero (self) |
def | pack (high, low) |
def | parse (docstring, arglist=None) |
def | unpack (i) |
def | unpackLumiid (i) |
Variables | |
args | |
atag | |
auth | |
cmd | |
destDB | |
globaltag | |
iov_since | |
iov_till | |
lumi | |
option | |
optionstring | |
outcmd | |
outtext | |
readdb_out | |
READ. More... | |
rnewfile | |
run | |
status_rDB | |
tagname | |
USAGE | |
def getBeamSpotDB.exit | ( | msg = "" | ) |
Definition at line 53 of file getBeamSpotDB.py.
def getBeamSpotDB.nonzero | ( | self | ) |
Definition at line 41 of file getBeamSpotDB.py.
def getBeamSpotDB.pack | ( | high, | |
low | |||
) |
pack high,low 32bit unsigned int to one unsigned 64bit long long Note:the print value of result number may appear signed, if the sign bit is used.
Definition at line 81 of file getBeamSpotDB.py.
Definition at line 56 of file getBeamSpotDB.py.
def getBeamSpotDB.unpack | ( | i | ) |
unpack 64bit unsigned long long into 2 32bit unsigned int, return tuple (high,low)
Definition at line 88 of file getBeamSpotDB.py.
References reco.return().
Referenced by unpackLumiid().
def getBeamSpotDB.unpackLumiid | ( | i | ) |
unpack 64bit lumiid to dictionary {'run','lumisection'}
Definition at line 95 of file getBeamSpotDB.py.
References unpack().
getBeamSpotDB.args |
Definition at line 107 of file getBeamSpotDB.py.
getBeamSpotDB.atag |
Definition at line 122 of file getBeamSpotDB.py.
Referenced by RunList.fetchGlobalRunsByLocation(), and RunList.fetchRunsByLocation().
getBeamSpotDB.auth |
Definition at line 133 of file getBeamSpotDB.py.
getBeamSpotDB.cmd |
Definition at line 120 of file getBeamSpotDB.py.
getBeamSpotDB.destDB |
Definition at line 129 of file getBeamSpotDB.py.
getBeamSpotDB.globaltag |
Definition at line 111 of file getBeamSpotDB.py.
getBeamSpotDB.iov_since |
Definition at line 127 of file getBeamSpotDB.py.
getBeamSpotDB.iov_till |
Definition at line 128 of file getBeamSpotDB.py.
getBeamSpotDB.lumi |
Definition at line 140 of file getBeamSpotDB.py.
getBeamSpotDB.option |
Definition at line 107 of file getBeamSpotDB.py.
getBeamSpotDB.optionstring |
Definition at line 51 of file getBeamSpotDB.py.
getBeamSpotDB.outcmd |
Definition at line 121 of file getBeamSpotDB.py.
getBeamSpotDB.outtext |
Definition at line 204 of file getBeamSpotDB.py.
getBeamSpotDB.readdb_out |
READ.
Definition at line 151 of file getBeamSpotDB.py.
getBeamSpotDB.rnewfile |
Definition at line 153 of file getBeamSpotDB.py.
getBeamSpotDB.run |
Definition at line 137 of file getBeamSpotDB.py.
getBeamSpotDB.status_rDB |
Definition at line 202 of file getBeamSpotDB.py.
getBeamSpotDB.tagname |
Definition at line 110 of file getBeamSpotDB.py.
getBeamSpotDB.USAGE |
Definition at line 39 of file getBeamSpotDB.py.