![]() |
ATLAS Offline Software
|
Variables | |
| parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter) | |
| dest | |
| default | |
| x7fffffff | |
| help | |
| type | |
| None | |
| action | |
| False | |
| str | |
| args = parser.parse_args() | |
| dict | 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 | |
| DataOverlay | |
| cfg = MainServicesCfg(flags) | |
| str | bchtag = "LARBadChannelsBadChannelsSC-RUN3-UPD1-00" if flags.LArCalib.isSC else None |
| str | bcKey = "LArBadChannelSC" if flags.LArCalib.isSC else "LArBadChannel" |
| str | ckey = "LArPedestalSC" if flags.LArCalib.isSC else "LArPedestal" |
| str | ntname = 'OFC' if '1phase' in fld else 'OFC_1ns' |
| str | fldr = "/LAR/ElecCalibFlatSC/OFCCali" if flags.LArCalib.isSC else "/LAR/ElecCalibFlat/OFCCali" |
| str | 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 | |
| str | uackey = "LAruA2MeVSC" if flags.LArCalib.isSC else "LAruA2MeV" |
| str | dackey = "LArDAC2uASC" if flags.LArCalib.isSC else "LArDAC2uA" |
| str | ua2MeVKey = "LAruA2MeVSym" if flags.Input.isMC else uackey |
| str | dac2uAKey = "LArDAC2uASym" if flags.Input.isMC else dackey |
| iovDbSvc = cfg.getService("IOVDbSvc") | |
| str | fld = "/LAR/ElecCalibOflSC/CaliWaves/CaliWave" if flags.LArCalib.isSC else "/LAR/ElecCalibOfl/CaliWaves/CaliWave" |
| str | f1 = "/LAR/Configuration/DSPThresholdFlat/Thresholds" |
| str | f2 = "/LAR/NoiseOfl/DSPThresholds" |
| str | myfld = "/LAR/ElecCalibMC/LArPileupAverage" |
| str | mydb = "LAR_OFL" |
| LArMinBiasAverageSymAlg = CompFactory.getComp("LArSymConditionsAlg<LArMinBiasAverageMC, LArMinBiasAverageSym>") | |
| LArMCSymCondAlg = CompFactory.LArMCSymCondAlg | |
| str | myfldav = "/LAR/ElecCalibMCSC/MinBiasAverage" |
| larMinBiasSCCondAlg = CompFactory.getComp("LArFlatConditionsAlg<LArMinBiasSC>") | |
| larMinBiasAverageSCCondAlg = CompFactory.getComp("LArFlatConditionsAlg<LArMinBiasAverageSC>") | |
| LArMinBiasSymAlg = CompFactory.getComp("LArSymConditionsAlg<LArMinBiasMC, LArMinBiasSym>") | |
| 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 89 of file LArConditions2Ntuple.py.
| str LArConditions2Ntuple.bchtag = "LARBadChannelsBadChannelsSC-RUN3-UPD1-00" if flags.LArCalib.isSC else None |
Definition at line 175 of file LArConditions2Ntuple.py.
Definition at line 178 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.cfg = MainServicesCfg(flags) |
Definition at line 136 of file LArConditions2Ntuple.py.
Definition at line 181 of file LArConditions2Ntuple.py.
Definition at line 344 of file LArConditions2Ntuple.py.
Definition at line 342 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.DatabaseInstance |
Definition at line 104 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.DataOverlay |
Definition at line 131 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.DBConnection |
Definition at line 128 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.DBInstance |
Definition at line 496 of file LArConditions2Ntuple.py.
| str LArConditions2Ntuple.dbString = "<db>sqlite://;schema="+args.sqlite+";dbname=CONDBR2" if args.sqlite else "<db>COOLONL_LAR/CONDBR2</db>" |
Definition at line 282 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 96 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.DumpCondStore |
Definition at line 121 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.DumpDetStore |
Definition at line 122 of file LArConditions2Ntuple.py.
| str LArConditions2Ntuple.f1 = "/LAR/Configuration/DSPThresholdFlat/Thresholds" |
Definition at line 417 of file LArConditions2Ntuple.py.
| str LArConditions2Ntuple.f2 = "/LAR/NoiseOfl/DSPThresholds" |
Definition at line 418 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.False |
Definition at line 20 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.Files |
Definition at line 91 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.flags = initConfigFlags() |
Definition at line 83 of file LArConditions2Ntuple.py.
| str LArConditions2Ntuple.fld = "/LAR/ElecCalibOflSC/CaliWaves/CaliWave" if flags.LArCalib.isSC else "/LAR/ElecCalibOfl/CaliWaves/CaliWave" |
Definition at line 375 of file LArConditions2Ntuple.py.
| str LArConditions2Ntuple.fldr = "/LAR/ElecCalibFlatSC/OFCCali" if flags.LArCalib.isSC else "/LAR/ElecCalibFlat/OFCCali" |
Definition at line 281 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.flds = set() |
Definition at line 78 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.GlobalTag |
Definition at line 110 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.help |
Definition at line 14 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.iovDbSvc = cfg.getService("IOVDbSvc") |
Definition at line 355 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.isMC |
Definition at line 93 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.isSC |
Definition at line 94 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.LArMCSymCondAlg = CompFactory.LArMCSymCondAlg |
Definition at line 444 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.larMinBiasAverageSCCondAlg = CompFactory.getComp("LArFlatConditionsAlg<LArMinBiasAverageSC>") |
Definition at line 466 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.LArMinBiasAverageSymAlg = CompFactory.getComp("LArSymConditionsAlg<LArMinBiasAverageMC, LArMinBiasAverageSym>") |
Definition at line 443 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.larMinBiasSCCondAlg = CompFactory.getComp("LArFlatConditionsAlg<LArMinBiasSC>") |
Definition at line 465 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.LArMinBiasSymAlg = CompFactory.getComp("LArSymConditionsAlg<LArMinBiasMC, LArMinBiasSym>") |
Definition at line 481 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.LArOFCSCCondAlg = CompFactory.getComp("LArFlatConditionsAlg<LArOFCSC>")("LArOFCSCCaliCondAlg") |
Definition at line 285 of file LArConditions2Ntuple.py.
| str LArConditions2Ntuple.mydb = "LAR_OFL" |
Definition at line 431 of file LArConditions2Ntuple.py.
| str LArConditions2Ntuple.myfld = "/LAR/ElecCalibMC/LArPileupAverage" |
Definition at line 430 of file LArConditions2Ntuple.py.
| str LArConditions2Ntuple.myfldav = "/LAR/ElecCalibMCSC/MinBiasAverage" |
Definition at line 456 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.None |
Definition at line 15 of file LArConditions2Ntuple.py.
Definition at line 256 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.objects = set() |
Definition at line 66 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.objectsOnl = set() |
Definition at line 67 of file LArConditions2Ntuple.py.
| dict LArConditions2Ntuple.objTable |
Definition at line 38 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.objU = obj.upper() |
Definition at line 69 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.OFCShapeFolder |
Definition at line 98 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.OutputLevel |
Definition at line 120 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 286 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.rootfile = args.out |
Definition at line 489 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.Run |
Definition at line 103 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.RunNumbers |
Definition at line 87 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.SqliteFolders |
Definition at line 126 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.SqliteInput |
Definition at line 125 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.str |
Definition at line 26 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.type |
Definition at line 14 of file LArConditions2Ntuple.py.
Definition at line 343 of file LArConditions2Ntuple.py.
Definition at line 341 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.WriteKey |
Definition at line 287 of file LArConditions2Ntuple.py.
| LArConditions2Ntuple.x7fffffff |
Definition at line 14 of file LArConditions2Ntuple.py.