ATLAS Offline Software
Loading...
Searching...
No Matches
LArCellConditions Namespace Reference

Functions

 usage ()

Variables

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

Function Documentation

◆ usage()

LArCellConditions.usage ( )

Definition at line 21 of file LArCellConditions.py.

21def usage():
22 print(sys.argv[0]+": Convert and expand LAr Identifiers, print some database content")
23 print("Options:")
24 print("-c Print also (some) electronic calibration constants")
25 print("-s Use SingleVersion folders (default)")
26 print("-m Use MultiVersion folders (the opposite of -s)")
27 print("-g Include geometrical position (true eta/phi)")
28 print("-r <run> Specify a run number")
29 print("-t <tag> Specify global tag")
30 print("--detdescr <DetDescrVersion>")
31 print("--sqlite <sqlitefile>")
32 print("-h Print this help text and exit")
33
void print(char *figname, TCanvas *c1)
StatusCode usage()

Variable Documentation

◆ args

LArCellConditions.args

Definition at line 35 of file LArCellConditions.py.

◆ argv

LArCellConditions.argv

Definition at line 112 of file LArCellConditions.py.

◆ AtlasVersion

LArCellConditions.AtlasVersion

Definition at line 122 of file LArCellConditions.py.

◆ cfg

LArCellConditions.cfg = MainServicesCfg(flags)

Definition at line 130 of file LArCellConditions.py.

◆ DatabaseInstance

LArCellConditions.DatabaseInstance

Definition at line 120 of file LArCellConditions.py.

◆ defRun

int LArCellConditions.defRun = 0x7fffffff

Definition at line 70 of file LArCellConditions.py.

◆ defTag

str LArCellConditions.defTag = "CONDBR2-BLKPA-2014-00"

Definition at line 88 of file LArCellConditions.py.

◆ detdescrset

bool LArCellConditions.detdescrset = False

Definition at line 48 of file LArCellConditions.py.

◆ detdescrtag

LArCellConditions.detdescrtag = defaultGeometryTags.RUN2

Definition at line 47 of file LArCellConditions.py.

◆ detdescrtagIn

LArCellConditions.detdescrtagIn = input(prompt).strip()

Definition at line 102 of file LArCellConditions.py.

◆ doAlign

LArCellConditions.doAlign

Definition at line 123 of file LArCellConditions.py.

◆ fhistory

LArCellConditions.fhistory = os.path.expanduser("~/.LArCellConditionsHist")

Definition at line 18 of file LArCellConditions.py.

◆ Files

LArCellConditions.Files

Definition at line 116 of file LArCellConditions.py.

◆ flags

LArCellConditions.flags = initConfigFlags()

Definition at line 115 of file LArCellConditions.py.

◆ geo

LArCellConditions.geo = False

Definition at line 46 of file LArCellConditions.py.

◆ GlobalTag

LArCellConditions.GlobalTag

Definition at line 121 of file LArCellConditions.py.

◆ isMC

LArCellConditions.isMC

Definition at line 118 of file LArCellConditions.py.

◆ opts

LArCellConditions.opts

Definition at line 35 of file LArCellConditions.py.

◆ OutputLevel

LArCellConditions.OutputLevel

Definition at line 125 of file LArCellConditions.py.

◆ printCond

LArCellConditions.printCond = False

Definition at line 42 of file LArCellConditions.py.

◆ prompt

str LArCellConditions.prompt = "Enter run number [%i]:" % defRun

Definition at line 71 of file LArCellConditions.py.

◆ requiredConditions

list LArCellConditions.requiredConditions = ["Pedestal","Ramp","DAC2uA","uA2MeV","MphysOverMcal","HVScaleCorr"]

Definition at line 146 of file LArCellConditions.py.

◆ run

int LArCellConditions.run = None

Definition at line 43 of file LArCellConditions.py.

◆ runIn

LArCellConditions.runIn = input(prompt).strip()

Definition at line 72 of file LArCellConditions.py.

◆ RunNumbers

LArCellConditions.RunNumbers

Definition at line 119 of file LArCellConditions.py.

◆ sqlite

LArCellConditions.sqlite = ""

Definition at line 49 of file LArCellConditions.py.

◆ sv

LArCellConditions.sv = True

Definition at line 45 of file LArCellConditions.py.

◆ tag

str LArCellConditions.tag = None

Definition at line 44 of file LArCellConditions.py.

◆ tagIn

LArCellConditions.tagIn = input(prompt).strip()

Definition at line 93 of file LArCellConditions.py.

◆ theLArCellConditionsAlg

LArCellConditions.theLArCellConditionsAlg
Initial value:
1= LArCellConditionsAlg("LArCellConditions",
2 printConditions=printCond,
3 printLocation=geo)

Definition at line 153 of file LArCellConditions.py.

◆ TimeStamps

LArCellConditions.TimeStamps

Definition at line 117 of file LArCellConditions.py.