ATLAS Offline Software
Functions | Variables
LArCellConditions Namespace Reference

Functions

def usage ()
 

Variables

 fhistory = os.path.expanduser("~/.LArCellConditionsHist")
 
bool printCond = False
 
 run = None
 
 tag = None
 
bool sv = True
 
bool geo = False
 
 detdescrtag = defaultGeometryTags.RUN2
 
bool detdescrset = False
 
string sqlite = ""
 
int defRun = 0x7fffffff
 
string prompt = "Enter run number [%i]:" % defRun
 
 runIn = input(prompt).strip()
 
string 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()

def LArCellConditions.usage ( )

Definition at line 21 of file LArCellConditions.py.

21 def 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 
34 try:
35  opts,args=getopt.getopt(sys.argv[1:],"csmgdhr:t:",["help","detdescr=","sqlite="])

Variable Documentation

◆ 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

string 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.

◆ OutputLevel

LArCellConditions.OutputLevel

Definition at line 125 of file LArCellConditions.py.

◆ printCond

LArCellConditions.printCond = False

Definition at line 42 of file LArCellConditions.py.

◆ prompt

string 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

string 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.

Muon::print
std::string print(const MuPatSegment &)
Definition: MuonTrackSteering.cxx:28
LArCellConditions.usage
def usage()
Definition: LArCellConditions.py:21