Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Variables
readTier0LARNOISE Namespace Reference

Variables

 parser = argparse.ArgumentParser()
 
 type
 
 int
 
 dest
 
 default
 
 help
 
 action
 
 args = parser.parse_args()
 
 runNumber = args.runNumber
 
 stream = args.stream
 
 tag = args.tag
 
 passfile = open("atlasdqmpass.txt")
 
 passwd = passfile.read().strip(); passfile.close()
 
string passurl = 'https://%s@atlasdqm.cern.ch'%passwd
 
 s = xmlrpclib.ServerProxy(passurl)
 
dictionary run_spec = {'stream': 'physics_CosmicCalo', 'proc_ver': 1,'source': 'tier0', 'low_run': runNumber, 'high_run':runNumber}
 
 run_info = s.get_run_information(run_spec)
 
 amiTag = args.amiTag
 
 listOfFiles = pathExtract.returnEosLArNoisePath(runNumber,stream,amiTag,tag)
 
 tree = TChain("CollectionTree")
 
 entries = tree.GetEntries()
 

Variable Documentation

◆ action

readTier0LARNOISE.action

Definition at line 29 of file readTier0LARNOISE.py.

◆ amiTag

readTier0LARNOISE.amiTag = args.amiTag

Definition at line 59 of file readTier0LARNOISE.py.

◆ args

readTier0LARNOISE.args = parser.parse_args()

Definition at line 36 of file readTier0LARNOISE.py.

◆ default

readTier0LARNOISE.default

Definition at line 29 of file readTier0LARNOISE.py.

◆ dest

readTier0LARNOISE.dest

Definition at line 29 of file readTier0LARNOISE.py.

◆ entries

readTier0LARNOISE.entries = tree.GetEntries()

Definition at line 70 of file readTier0LARNOISE.py.

◆ help

readTier0LARNOISE.help

Definition at line 29 of file readTier0LARNOISE.py.

◆ int

readTier0LARNOISE.int

Definition at line 29 of file readTier0LARNOISE.py.

◆ listOfFiles

readTier0LARNOISE.listOfFiles = pathExtract.returnEosLArNoisePath(runNumber,stream,amiTag,tag)

Definition at line 61 of file readTier0LARNOISE.py.

◆ parser

readTier0LARNOISE.parser = argparse.ArgumentParser()

Definition at line 28 of file readTier0LARNOISE.py.

◆ passfile

readTier0LARNOISE.passfile = open("atlasdqmpass.txt")

Definition at line 48 of file readTier0LARNOISE.py.

◆ passurl

string readTier0LARNOISE.passurl = 'https://%s@atlasdqm.cern.ch'%passwd

Definition at line 50 of file readTier0LARNOISE.py.

◆ passwd

readTier0LARNOISE.passwd = passfile.read().strip(); passfile.close()

Definition at line 49 of file readTier0LARNOISE.py.

◆ run_info

readTier0LARNOISE.run_info = s.get_run_information(run_spec)

Definition at line 53 of file readTier0LARNOISE.py.

◆ run_spec

dictionary readTier0LARNOISE.run_spec = {'stream': 'physics_CosmicCalo', 'proc_ver': 1,'source': 'tier0', 'low_run': runNumber, 'high_run':runNumber}

Definition at line 52 of file readTier0LARNOISE.py.

◆ runNumber

readTier0LARNOISE.runNumber = args.runNumber

Definition at line 38 of file readTier0LARNOISE.py.

◆ s

readTier0LARNOISE.s = xmlrpclib.ServerProxy(passurl)

Definition at line 51 of file readTier0LARNOISE.py.

◆ stream

readTier0LARNOISE.stream = args.stream

Definition at line 39 of file readTier0LARNOISE.py.

◆ tag

readTier0LARNOISE.tag = args.tag

Definition at line 41 of file readTier0LARNOISE.py.

◆ tree

readTier0LARNOISE.tree = TChain("CollectionTree")

Definition at line 63 of file readTier0LARNOISE.py.

◆ type

readTier0LARNOISE.type

Definition at line 29 of file readTier0LARNOISE.py.