![]() |
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 | |
OutputLevel | |
DumpCondStore | |
DumpDetStore | |
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 | ntname = 'OFC' if '1phase' in fld else 'OFC_1ns' |
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 |
iovDbSvc = cfg.getService("IOVDbSvc") | |
string | fld = "/LAR/ElecCalibOflSC/CaliWaves/CaliWave" if flags.LArCalib.isSC else "/LAR/ElecCalibOfl/CaliWaves/CaliWave" |
string | myfld = "/LAR/ElecCalibOfl/LArPileupAverage" |
string | mydb = "LAR_OFL" |
LArMinBiasAverageSymAlg = CompFactory.getComp("LArSymConditionsAlg<LArMinBiasAverageMC, LArMinBiasAverageSym>") | |
LArMCSymCondAlg = CompFactory.LArMCSymCondAlg | |
rootfile = args.out | |
DBInstance | |
LArConditions2Ntuple.action |
Definition at line 20 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.args = parser.parse_args() |
Definition at line 30 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.AtlasVersion |
Definition at line 86 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.bcKey = "LArBadChannelSC" if flags.LArCalib.isSC else "LArBadChannel" |
Definition at line 165 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.cfg = MainServicesCfg(flags) |
Definition at line 128 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.ckey = "LArPedestalSC" if flags.LArCalib.isSC else "LArPedestal" |
Definition at line 168 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.dac2uAKey = "LArDAC2uASym" if flags.Input.isMC else dackey |
Definition at line 310 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.dackey = "LArDAC2uASC" if flags.LArCalib.isSC else "LArDAC2uA" |
Definition at line 308 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.DatabaseInstance |
Definition at line 101 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.DBConnection |
Definition at line 123 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.DBInstance |
Definition at line 403 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 269 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 93 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.DumpCondStore |
Definition at line 116 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.DumpDetStore |
Definition at line 117 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.False |
Definition at line 20 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.Files |
Definition at line 88 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.flags = initConfigFlags() |
Definition at line 80 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.fld = "/LAR/ElecCalibOflSC/CaliWaves/CaliWave" if flags.LArCalib.isSC else "/LAR/ElecCalibOfl/CaliWaves/CaliWave" |
Definition at line 341 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.fldr = "/LAR/ElecCalibFlatSC/OFCCali" if flags.LArCalib.isSC else "/LAR/ElecCalibFlat/OFCCali" |
Definition at line 268 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.flds = set() |
Definition at line 75 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.GlobalTag |
Definition at line 107 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.help |
Definition at line 14 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.iovDbSvc = cfg.getService("IOVDbSvc") |
Definition at line 321 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.isMC |
Definition at line 90 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.isSC |
Definition at line 91 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.LArMCSymCondAlg = CompFactory.LArMCSymCondAlg |
Definition at line 391 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.LArMinBiasAverageSymAlg = CompFactory.getComp("LArSymConditionsAlg<LArMinBiasAverageMC, LArMinBiasAverageSym>") |
Definition at line 390 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.LArOFCSCCondAlg = CompFactory.getComp("LArFlatConditionsAlg<LArOFCSC>")("LArOFCSCCaliCondAlg") |
Definition at line 272 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.mydb = "LAR_OFL" |
Definition at line 382 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.myfld = "/LAR/ElecCalibOfl/LArPileupAverage" |
Definition at line 381 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.None |
Definition at line 15 of file LArConditions2Ntuple.py.
Definition at line 243 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.objects = set() |
Definition at line 63 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.objectsOnl = set() |
Definition at line 64 of file LArConditions2Ntuple.py.
dictionary LArConditions2Ntuple.objTable |
Definition at line 37 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.objU = obj.upper() |
Definition at line 66 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.OFCShapeFolder |
Definition at line 95 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.OutputLevel |
Definition at line 115 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 273 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.rootfile = args.out |
Definition at line 396 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.Run |
Definition at line 100 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.RunNumbers |
Definition at line 84 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.SqliteFolders |
Definition at line 121 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.SqliteInput |
Definition at line 120 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 309 of file LArConditions2Ntuple.py.
string LArConditions2Ntuple.uackey = "LAruA2MeVSC" if flags.LArCalib.isSC else "LAruA2MeV" |
Definition at line 307 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.WriteKey |
Definition at line 274 of file LArConditions2Ntuple.py.
LArConditions2Ntuple.x7fffffff |
Definition at line 14 of file LArConditions2Ntuple.py.