ATLAS Offline Software
Loading...
Searching...
No Matches
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')

Detailed Description

Extract necessary info (pLB, tstart, tend, sep, acqFlag) from VdM ntuple.
Ntuples are usually found at /afs/cern.ch/atlas/project/LumiWG/CoolScanNtuple/

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.