ATLAS Offline Software
Variables
LArConditions2Ntuple Namespace Reference

Variables

 parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)
 
 dest
 
 default
 
 x7fffffff
 
 help
 
 type
 
 None
 
 action
 
 False
 
 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 27 of file LArConditions2Ntuple.py.

◆ AtlasVersion

LArConditions2Ntuple.AtlasVersion

Definition at line 79 of file LArConditions2Ntuple.py.

◆ bcKey

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

Definition at line 156 of file LArConditions2Ntuple.py.

◆ cfg

LArConditions2Ntuple.cfg = MainServicesCfg(flags)

Definition at line 119 of file LArConditions2Ntuple.py.

◆ ckey

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

Definition at line 159 of file LArConditions2Ntuple.py.

◆ dac2uAKey

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

Definition at line 258 of file LArConditions2Ntuple.py.

◆ dackey

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

Definition at line 256 of file LArConditions2Ntuple.py.

◆ DatabaseInstance

LArConditions2Ntuple.DatabaseInstance

Definition at line 94 of file LArConditions2Ntuple.py.

◆ DBConnection

LArConditions2Ntuple.DBConnection

Definition at line 114 of file LArConditions2Ntuple.py.

◆ DBInstance

LArConditions2Ntuple.DBInstance

Definition at line 323 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 217 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 86 of file LArConditions2Ntuple.py.

◆ False

LArConditions2Ntuple.False

Definition at line 20 of file LArConditions2Ntuple.py.

◆ Files

LArConditions2Ntuple.Files

Definition at line 81 of file LArConditions2Ntuple.py.

◆ flags

LArConditions2Ntuple.flags = initConfigFlags()

Definition at line 73 of file LArConditions2Ntuple.py.

◆ fld

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

Definition at line 283 of file LArConditions2Ntuple.py.

◆ fldr

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

Definition at line 216 of file LArConditions2Ntuple.py.

◆ flds

LArConditions2Ntuple.flds = set()

Definition at line 68 of file LArConditions2Ntuple.py.

◆ GlobalTag

LArConditions2Ntuple.GlobalTag

Definition at line 100 of file LArConditions2Ntuple.py.

◆ help

LArConditions2Ntuple.help

Definition at line 14 of file LArConditions2Ntuple.py.

◆ isMC

LArConditions2Ntuple.isMC

Definition at line 83 of file LArConditions2Ntuple.py.

◆ isSC

LArConditions2Ntuple.isSC

Definition at line 84 of file LArConditions2Ntuple.py.

◆ LArOFCSCCondAlg

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

Definition at line 220 of file LArConditions2Ntuple.py.

◆ None

LArConditions2Ntuple.None

Definition at line 15 of file LArConditions2Ntuple.py.

◆ objects

LArConditions2Ntuple.objects = set()

Definition at line 56 of file LArConditions2Ntuple.py.

◆ objectsOnl

LArConditions2Ntuple.objectsOnl = set()

Definition at line 57 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  }

Definition at line 34 of file LArConditions2Ntuple.py.

◆ objU

LArConditions2Ntuple.objU = obj.upper()

Definition at line 59 of file LArConditions2Ntuple.py.

◆ OFCShapeFolder

LArConditions2Ntuple.OFCShapeFolder

Definition at line 88 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 221 of file LArConditions2Ntuple.py.

◆ rootfile

LArConditions2Ntuple.rootfile = args.out

Definition at line 316 of file LArConditions2Ntuple.py.

◆ Run

LArConditions2Ntuple.Run

Definition at line 93 of file LArConditions2Ntuple.py.

◆ RunNumbers

LArConditions2Ntuple.RunNumbers

Definition at line 77 of file LArConditions2Ntuple.py.

◆ SqliteFolders

LArConditions2Ntuple.SqliteFolders

Definition at line 112 of file LArConditions2Ntuple.py.

◆ SqliteInput

LArConditions2Ntuple.SqliteInput

Definition at line 111 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 257 of file LArConditions2Ntuple.py.

◆ uackey

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

Definition at line 255 of file LArConditions2Ntuple.py.

◆ WriteKey

LArConditions2Ntuple.WriteKey

Definition at line 222 of file LArConditions2Ntuple.py.

◆ x7fffffff

LArConditions2Ntuple.x7fffffff

Definition at line 14 of file LArConditions2Ntuple.py.