|
| LArCellConditions.fhistory = os.path.expanduser("~/.LArCellConditionsHist") |
|
bool | LArCellConditions.printCond = False |
|
| LArCellConditions.run = None |
|
| LArCellConditions.tag = None |
|
bool | LArCellConditions.sv = True |
|
bool | LArCellConditions.geo = False |
|
| LArCellConditions.detdescrtag = defaultGeometryTags.RUN2 |
|
bool | LArCellConditions.detdescrset = False |
|
string | LArCellConditions.sqlite = "" |
|
int | LArCellConditions.defRun = 0x7fffffff |
|
string | LArCellConditions.prompt = "Enter run number [%i]:" % defRun |
|
| LArCellConditions.runIn = input(prompt).strip() |
|
string | LArCellConditions.defTag = "CONDBR2-BLKPA-2014-00" |
|
| LArCellConditions.tagIn = input(prompt).strip() |
|
| LArCellConditions.detdescrtagIn = input(prompt).strip() |
|
| LArCellConditions.argv |
|
| LArCellConditions.flags = initConfigFlags() |
|
| LArCellConditions.Files |
|
| LArCellConditions.TimeStamps |
|
| LArCellConditions.isMC |
|
| LArCellConditions.RunNumbers |
|
| LArCellConditions.DatabaseInstance |
|
| LArCellConditions.GlobalTag |
|
| LArCellConditions.AtlasVersion |
|
| LArCellConditions.doAlign |
|
| LArCellConditions.OutputLevel |
|
| LArCellConditions.cfg = MainServicesCfg(flags) |
|
list | LArCellConditions.requiredConditions = ["Pedestal","Ramp","DAC2uA","uA2MeV","MphysOverMcal","HVScaleCorr"] |
|
| LArCellConditions.theLArCellConditionsAlg |
|