ATLAS Offline Software
Variables
extractScanInfo Namespace Reference

Variables

 filename = sys.argv[1]
 
 f = ROOT.TFile(filename)
 
 t = f.Get('vdMScanData')
 
 run = None
 
 fout = open('r%s_pLB.txt' %run, 'w')
 
 foutacq = open('r%s_pLB.acq.txt' % run, 'w')
 

Variable Documentation

◆ f

extractScanInfo.f = ROOT.TFile(filename)

Definition at line 16 of file extractScanInfo.py.

◆ filename

extractScanInfo.filename = sys.argv[1]

Definition at line 15 of file extractScanInfo.py.

◆ fout

extractScanInfo.fout = open('r%s_pLB.txt' %run, 'w')

Definition at line 25 of file extractScanInfo.py.

◆ foutacq

extractScanInfo.foutacq = open('r%s_pLB.acq.txt' % run, 'w')

Definition at line 26 of file extractScanInfo.py.

◆ run

extractScanInfo.run = None

Definition at line 19 of file extractScanInfo.py.

◆ t

extractScanInfo.t = f.Get('vdMScanData')

Definition at line 17 of file extractScanInfo.py.