ATLAS Offline Software
Loading...
Searching...
No Matches
parseLogTest.py
Go to the documentation of this file.
1#!/usr/bin/env python
2
3from LumiCalc.LumiCalcHtml import LumiCalc
4
5lc = LumiCalc()
6lc.workdir = '.'
7lc.verbose = True
8lc.uselar = True
9lc.subdir='35b3e2'
10lc.grlfn=''
11lc.f = open('./working.html', 'w')
12
13lc.parseOutput()
14lc.printTable()
15lc.printWarnings()
16lc.printLinks()
17lc.printFinish()
18lc.cleanUp()