ATLAS Offline Software
|
Variables | |
parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter) | |
dest | |
default | |
x7fffffff | |
help | |
type | |
None | |
action | |
False | |
str | |
args = parser.parse_args() | |
dictionary | objTable |
objects = set() | |
objectsOnl = set() | |
objU = obj.upper() | |
flds = set() | |
flags = initConfigFlags() | |
RunNumbers | |
AtlasVersion | |
Files | |
isMC | |
isSC | |
doAlign | |
OFCShapeFolder | |
Run | |
DatabaseInstance | |
GlobalTag | |
SqliteInput | |
SqliteFolders | |
DBConnection | |
cfg = MainServicesCfg(flags) | |
string | bcKey = "LArBadChannelSC" if flags.LArCalib.isSC else "LArBadChannel" |
string | ckey = "LArPedestalSC" if flags.LArCalib.isSC else "LArPedestal" |
string | fldr = "/LAR/ElecCalibFlatSC/OFCCali" if flags.LArCalib.isSC else "/LAR/ElecCalibFlat/OFCCali" |
string | dbString = "<db>sqlite://;schema="+args.sqlite+";dbname=CONDBR2" if args.sqlite else "<db>COOLONL_LAR/CONDBR2</db>" |
LArOFCSCCondAlg = CompFactory.getComp("LArFlatConditionsAlg<LArOFCSC>")("LArOFCSCCaliCondAlg") | |
ReadKey | |
WriteKey | |
string | uackey = "LAruA2MeVSC" if flags.LArCalib.isSC else "LAruA2MeV" |
string | dackey = "LArDAC2uASC" if flags.LArCalib.isSC else "LArDAC2uA" |
string | ua2MeVKey = "LAruA2MeVSym" if flags.Input.isMC else uackey |
string | dac2uAKey = "LArDAC2uASym" if flags.Input.isMC else dackey |
string | fld = "/LAR/ElecCalibOflSC/CaliWaves/CaliWave" if flags.LArCalib.isSC else "/LAR/ElecCalibOfl/CaliWaves/CaliWave" |
rootfile = args.out | |
DBInstance | |
LArConditions2Ntuple.action |
Definition at line 20 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.args = parser.parse_args() |
Definition at line 29 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.AtlasVersion |
Definition at line 82 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.bcKey = "LArBadChannelSC" if flags.LArCalib.isSC else "LArBadChannel" |
Definition at line 159 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.cfg = MainServicesCfg(flags) |
Definition at line 122 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.ckey = "LArPedestalSC" if flags.LArCalib.isSC else "LArPedestal" |
Definition at line 162 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.dac2uAKey = "LArDAC2uASym" if flags.Input.isMC else dackey |
Definition at line 277 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.dackey = "LArDAC2uASC" if flags.LArCalib.isSC else "LArDAC2uA" |
Definition at line 275 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.DatabaseInstance |
Definition at line 97 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.DBConnection |
Definition at line 117 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.DBInstance |
Definition at line 340 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.dbString = "<db>sqlite://;schema="+args.sqlite+";dbname=CONDBR2" if args.sqlite else "<db>COOLONL_LAR/CONDBR2</db>" |
Definition at line 236 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.default |
Definition at line 14 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.dest |
Definition at line 14 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.doAlign |
Definition at line 89 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.False |
Definition at line 20 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.Files |
Definition at line 84 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.flags = initConfigFlags() |
Definition at line 76 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.fld = "/LAR/ElecCalibOflSC/CaliWaves/CaliWave" if flags.LArCalib.isSC else "/LAR/ElecCalibOfl/CaliWaves/CaliWave" |
Definition at line 302 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.fldr = "/LAR/ElecCalibFlatSC/OFCCali" if flags.LArCalib.isSC else "/LAR/ElecCalibFlat/OFCCali" |
Definition at line 235 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.flds = set() |
Definition at line 71 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.GlobalTag |
Definition at line 103 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.help |
Definition at line 14 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.isMC |
Definition at line 86 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.isSC |
Definition at line 87 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.LArOFCSCCondAlg = CompFactory.getComp("LArFlatConditionsAlg<LArOFCSC>")("LArOFCSCCaliCondAlg") |
Definition at line 239 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.None |
Definition at line 15 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.objects = set() |
Definition at line 59 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.objectsOnl = set() |
Definition at line 60 of file LArConditions2Ntuple.py.
dictionary LArConditions2Ntuple.objTable |
Definition at line 36 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.objU = obj.upper() |
Definition at line 62 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.OFCShapeFolder |
Definition at line 91 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter) |
Definition at line 13 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.ReadKey |
Definition at line 240 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.rootfile = args.out |
Definition at line 333 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.Run |
Definition at line 96 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.RunNumbers |
Definition at line 80 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.SqliteFolders |
Definition at line 115 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.SqliteInput |
Definition at line 114 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.str |
Definition at line 26 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.type |
Definition at line 14 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.ua2MeVKey = "LAruA2MeVSym" if flags.Input.isMC else uackey |
Definition at line 276 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.uackey = "LAruA2MeVSC" if flags.LArCalib.isSC else "LAruA2MeV" |
Definition at line 274 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.WriteKey |
Definition at line 241 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.x7fffffff |
Definition at line 14 of file LArConditions2Ntuple.py.