ATLAS Offline Software
Loading...
Searching...
No Matches
LArConditions2Ntuple.py File Reference

Go to the source code of this file.

Namespaces

namespace  LArConditions2Ntuple

Variables

 LArConditions2Ntuple.parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)
 LArConditions2Ntuple.dest
 LArConditions2Ntuple.default
 LArConditions2Ntuple.x7fffffff
 LArConditions2Ntuple.help
 LArConditions2Ntuple.type
 LArConditions2Ntuple.None
 LArConditions2Ntuple.action
 LArConditions2Ntuple.False
 LArConditions2Ntuple.str
 LArConditions2Ntuple.args = parser.parse_args()
dict LArConditions2Ntuple.objTable
 LArConditions2Ntuple.objects = set()
 LArConditions2Ntuple.objectsOnl = set()
 LArConditions2Ntuple.objU = obj.upper()
 LArConditions2Ntuple.flds = set()
 LArConditions2Ntuple.flags = initConfigFlags()
 LArConditions2Ntuple.RunNumbers
 LArConditions2Ntuple.AtlasVersion
 LArConditions2Ntuple.Files
 LArConditions2Ntuple.isMC
 LArConditions2Ntuple.isSC
 LArConditions2Ntuple.doAlign
 LArConditions2Ntuple.OFCShapeFolder
 LArConditions2Ntuple.Run
 LArConditions2Ntuple.DatabaseInstance
 LArConditions2Ntuple.GlobalTag
 LArConditions2Ntuple.OutputLevel
 LArConditions2Ntuple.DumpCondStore
 LArConditions2Ntuple.DumpDetStore
 LArConditions2Ntuple.SqliteInput
 LArConditions2Ntuple.SqliteFolders
 LArConditions2Ntuple.DBConnection
 LArConditions2Ntuple.DataOverlay
 LArConditions2Ntuple.cfg = MainServicesCfg(flags)
str LArConditions2Ntuple.bcKey = "LArBadChannelSC" if flags.LArCalib.isSC else "LArBadChannel"
str LArConditions2Ntuple.ckey = "LArPedestalSC" if flags.LArCalib.isSC else "LArPedestal"
str LArConditions2Ntuple.ntname = 'OFC' if '1phase' in fld else 'OFC_1ns'
str LArConditions2Ntuple.fldr = "/LAR/ElecCalibFlatSC/OFCCali" if flags.LArCalib.isSC else "/LAR/ElecCalibFlat/OFCCali"
str LArConditions2Ntuple.dbString = "<db>sqlite://;schema="+args.sqlite+";dbname=CONDBR2" if args.sqlite else "<db>COOLONL_LAR/CONDBR2</db>"
 LArConditions2Ntuple.LArOFCSCCondAlg = CompFactory.getComp("LArFlatConditionsAlg<LArOFCSC>")("LArOFCSCCaliCondAlg")
 LArConditions2Ntuple.ReadKey
 LArConditions2Ntuple.WriteKey
str LArConditions2Ntuple.uackey = "LAruA2MeVSC" if flags.LArCalib.isSC else "LAruA2MeV"
str LArConditions2Ntuple.dackey = "LArDAC2uASC" if flags.LArCalib.isSC else "LArDAC2uA"
str LArConditions2Ntuple.ua2MeVKey = "LAruA2MeVSym" if flags.Input.isMC else uackey
str LArConditions2Ntuple.dac2uAKey = "LArDAC2uASym" if flags.Input.isMC else dackey
 LArConditions2Ntuple.iovDbSvc = cfg.getService("IOVDbSvc")
str LArConditions2Ntuple.fld = "/LAR/ElecCalibOflSC/CaliWaves/CaliWave" if flags.LArCalib.isSC else "/LAR/ElecCalibOfl/CaliWaves/CaliWave"
str LArConditions2Ntuple.f1 = "/LAR/Configuration/DSPThresholdFlat/Thresholds"
str LArConditions2Ntuple.f2 = "/LAR/NoiseOfl/DSPThresholds"
str LArConditions2Ntuple.myfld = "/LAR/ElecCalibOfl/LArPileupAverage"
str LArConditions2Ntuple.mydb = "LAR_OFL"
 LArConditions2Ntuple.LArMinBiasAverageSymAlg = CompFactory.getComp("LArSymConditionsAlg<LArMinBiasAverageMC, LArMinBiasAverageSym>")
 LArConditions2Ntuple.LArMCSymCondAlg = CompFactory.LArMCSymCondAlg
 LArConditions2Ntuple.rootfile = args.out
 LArConditions2Ntuple.DBInstance