ATLAS Offline Software
Variables
LArConditions2Ntuple Namespace Reference

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
 

Variable Documentation

◆ action

LArConditions2Ntuple.action

Definition at line 20 of file LArConditions2Ntuple.py.

◆ args

LArConditions2Ntuple.args = parser.parse_args()

Definition at line 29 of file LArConditions2Ntuple.py.

◆ AtlasVersion

LArConditions2Ntuple.AtlasVersion

Definition at line 82 of file LArConditions2Ntuple.py.

◆ bcKey

string LArConditions2Ntuple.bcKey = "LArBadChannelSC" if flags.LArCalib.isSC else "LArBadChannel"

Definition at line 159 of file LArConditions2Ntuple.py.

◆ cfg

LArConditions2Ntuple.cfg = MainServicesCfg(flags)

Definition at line 122 of file LArConditions2Ntuple.py.

◆ ckey

string LArConditions2Ntuple.ckey = "LArPedestalSC" if flags.LArCalib.isSC else "LArPedestal"

Definition at line 162 of file LArConditions2Ntuple.py.

◆ dac2uAKey

string LArConditions2Ntuple.dac2uAKey = "LArDAC2uASym" if flags.Input.isMC else dackey

Definition at line 277 of file LArConditions2Ntuple.py.

◆ dackey

string LArConditions2Ntuple.dackey = "LArDAC2uASC" if flags.LArCalib.isSC else "LArDAC2uA"

Definition at line 275 of file LArConditions2Ntuple.py.

◆ DatabaseInstance

LArConditions2Ntuple.DatabaseInstance

Definition at line 97 of file LArConditions2Ntuple.py.

◆ DBConnection

LArConditions2Ntuple.DBConnection

Definition at line 117 of file LArConditions2Ntuple.py.

◆ DBInstance

LArConditions2Ntuple.DBInstance

Definition at line 340 of file LArConditions2Ntuple.py.

◆ dbString

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.

◆ default

LArConditions2Ntuple.default

Definition at line 14 of file LArConditions2Ntuple.py.

◆ dest

LArConditions2Ntuple.dest

Definition at line 14 of file LArConditions2Ntuple.py.

◆ doAlign

LArConditions2Ntuple.doAlign

Definition at line 89 of file LArConditions2Ntuple.py.

◆ False

LArConditions2Ntuple.False

Definition at line 20 of file LArConditions2Ntuple.py.

◆ Files

LArConditions2Ntuple.Files

Definition at line 84 of file LArConditions2Ntuple.py.

◆ flags

LArConditions2Ntuple.flags = initConfigFlags()

Definition at line 76 of file LArConditions2Ntuple.py.

◆ fld

string LArConditions2Ntuple.fld = "/LAR/ElecCalibOflSC/CaliWaves/CaliWave" if flags.LArCalib.isSC else "/LAR/ElecCalibOfl/CaliWaves/CaliWave"

Definition at line 302 of file LArConditions2Ntuple.py.

◆ fldr

string LArConditions2Ntuple.fldr = "/LAR/ElecCalibFlatSC/OFCCali" if flags.LArCalib.isSC else "/LAR/ElecCalibFlat/OFCCali"

Definition at line 235 of file LArConditions2Ntuple.py.

◆ flds

LArConditions2Ntuple.flds = set()

Definition at line 71 of file LArConditions2Ntuple.py.

◆ GlobalTag

LArConditions2Ntuple.GlobalTag

Definition at line 103 of file LArConditions2Ntuple.py.

◆ help

LArConditions2Ntuple.help

Definition at line 14 of file LArConditions2Ntuple.py.

◆ isMC

LArConditions2Ntuple.isMC

Definition at line 86 of file LArConditions2Ntuple.py.

◆ isSC

LArConditions2Ntuple.isSC

Definition at line 87 of file LArConditions2Ntuple.py.

◆ LArOFCSCCondAlg

LArConditions2Ntuple.LArOFCSCCondAlg = CompFactory.getComp("LArFlatConditionsAlg<LArOFCSC>")("LArOFCSCCaliCondAlg")

Definition at line 239 of file LArConditions2Ntuple.py.

◆ None

LArConditions2Ntuple.None

Definition at line 15 of file LArConditions2Ntuple.py.

◆ objects

LArConditions2Ntuple.objects = set()

Definition at line 59 of file LArConditions2Ntuple.py.

◆ objectsOnl

LArConditions2Ntuple.objectsOnl = set()

Definition at line 60 of file LArConditions2Ntuple.py.

◆ objTable

dictionary LArConditions2Ntuple.objTable
Initial value:
1 = {"RAMP":"Ramp",
2  "DAC2UA":"DAC2uA",
3  "DACUA":"DAC2uA",
4  "PEDESTAL":"Pedestal",
5  "PED":"Pedestal",
6  "UA2MEV":"uA2MeV",
7  "UAMEV":"uA2MeV",
8  "MPHYSOVERMCAL":"MphysOverMcal",
9  "MPHYSMCAL":"MphysOverMcal",
10  "MPMC":"MphysOverMcal",
11  "OFC":"OFC",
12  "SHAPE":"Shape",
13  "HVSCALECORR":"HVScaleCorr",
14  "HVSCALE":"HVScaleCorr",
15  "FSAMPL":"fSampl",
16  "AUTOCORR":"AutoCorr",
17  "AC":"AutoCorr",
18  "CALIWAVE":"CaliWave",
19  "PHYSWAVE":"PhysWave",
20  "OFCCALI":"OFCCali",
21  "ACORR":"AutoCorr",
22  }

Definition at line 36 of file LArConditions2Ntuple.py.

◆ objU

LArConditions2Ntuple.objU = obj.upper()

Definition at line 62 of file LArConditions2Ntuple.py.

◆ OFCShapeFolder

LArConditions2Ntuple.OFCShapeFolder

Definition at line 91 of file LArConditions2Ntuple.py.

◆ parser

LArConditions2Ntuple.parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)

Definition at line 13 of file LArConditions2Ntuple.py.

◆ ReadKey

LArConditions2Ntuple.ReadKey

Definition at line 240 of file LArConditions2Ntuple.py.

◆ rootfile

LArConditions2Ntuple.rootfile = args.out

Definition at line 333 of file LArConditions2Ntuple.py.

◆ Run

LArConditions2Ntuple.Run

Definition at line 96 of file LArConditions2Ntuple.py.

◆ RunNumbers

LArConditions2Ntuple.RunNumbers

Definition at line 80 of file LArConditions2Ntuple.py.

◆ SqliteFolders

LArConditions2Ntuple.SqliteFolders

Definition at line 115 of file LArConditions2Ntuple.py.

◆ SqliteInput

LArConditions2Ntuple.SqliteInput

Definition at line 114 of file LArConditions2Ntuple.py.

◆ str

LArConditions2Ntuple.str

Definition at line 26 of file LArConditions2Ntuple.py.

◆ type

LArConditions2Ntuple.type

Definition at line 14 of file LArConditions2Ntuple.py.

◆ ua2MeVKey

string LArConditions2Ntuple.ua2MeVKey = "LAruA2MeVSym" if flags.Input.isMC else uackey

Definition at line 276 of file LArConditions2Ntuple.py.

◆ uackey

string LArConditions2Ntuple.uackey = "LAruA2MeVSC" if flags.LArCalib.isSC else "LAruA2MeV"

Definition at line 274 of file LArConditions2Ntuple.py.

◆ WriteKey

LArConditions2Ntuple.WriteKey

Definition at line 241 of file LArConditions2Ntuple.py.

◆ x7fffffff

LArConditions2Ntuple.x7fffffff

Definition at line 14 of file LArConditions2Ntuple.py.